Skip to content

CCM-13399 supplier allocation on 12950#408

Open
nhsd-david-wass wants to merge 21 commits intomainfrom
feature/CCM-13399-Suppier-Allocation-12950
Open

CCM-13399 supplier allocation on 12950#408
nhsd-david-wass wants to merge 21 commits intomainfrom
feature/CCM-13399-Suppier-Allocation-12950

Conversation

@nhsd-david-wass
Copy link
Contributor

Description

Context

Type of changes

  • Refactoring (non-breaking change)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would change existing functionality)
  • Bug fix (non-breaking change which fixes an issue)

Checklist

  • I am familiar with the contributing guidelines
  • I have followed the code style of the project
  • I have added tests to cover my changes
  • I have updated the documentation accordingly
  • This PR is a result of pair or mob programming
  • If I have used the 'skip-trivy-package' label I have done so responsibly and in the knowledge that this is being fixed as part of a separate ticket/PR.

Sensitive Information Declaration

To ensure the utmost confidentiality and protect your and others privacy, we kindly ask you to NOT including PII (Personal Identifiable Information) / PID (Personal Identifiable Data) or any other sensitive data in this PR (Pull Request) and the codebase changes. We will remove any PR that do contain any sensitive information. We really appreciate your cooperation in this matter.

  • I confirm that neither PII/PID nor sensitive data are included in this PR and the codebase changes.

@nhsd-david-wass nhsd-david-wass requested review from a team as code owners February 12, 2026 11:40
@nhsd-david-wass nhsd-david-wass force-pushed the feature/CCM-13399-Suppier-Allocation-12950 branch 13 times, most recently from a01ac1d to bd8be29 Compare February 17, 2026 10:00
Copy link
Contributor

@stevebux stevebux left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

};

export function createDependenciesContainer(): Deps {
const log = pino();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As part of my recent logging ticket, I added a method to create a pino logger with slightly nicer formatting than you get from the default constructor. Take a look at the deps.ts for any of the other lambdas to see how to bring it in as a dependency

return "unknown";
}

function parseQueueMessage(queueMessage: string): any {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd be tempted to infer a type from QueueMessageSchema, then this method could return a strongly-typed value.

@nhsd-david-wass nhsd-david-wass force-pushed the feature/CCM-13399-Suppier-Allocation-12950 branch from 5afdd13 to e0530d1 Compare February 17, 2026 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants