Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CAMS-461 separate function app #1056

Merged

Conversation

jamesobrooks
Copy link
Contributor

@jamesobrooks jamesobrooks commented Dec 9, 2024

Purpose

Describe the reason why this was developed.

Major Changes

Describe what has changed.

Testing/Validation

Enumerate on steps to validate that this feature is working.

Notes

Optional - capture notes for nuances or future work that could be done.

Definition of Done:

  • Acceptance criteria met - The system meets all acceptance criteria
  • Feature toggles created - Features that are deployed but not released have toggles
  • Design QA passed - All visual UI looks and works the way it’s supposed to
  • Usability validated - Team ensures the working code is easy to use
  • Accessibility tests passed - System passes automated and manual accessibility tests and supports applicable devices
  • Code refactored for clarity - Developers can understand the work simply by reviewing the code
  • Dependency Rule followed - More important code doesn’t directly depend on less important code
  • Development debt eliminated - UX and code aligns to the team’s latest understanding of the domain
  • Source code merged - Code has been merged into the main branch
  • 90% unit test coverage achieved - Automated test coverage tools indicate coverage of >= 90%
  • Code reviewed - Code is reviewed by at least two other team members before being merged
  • Code quality checks passed - Code passes all automated quality checks
  • Security scans passed - Code passes expected scans for vulnerabilities and compliance issues
  • Threat model updated - The threat model incorporates new threats and remediations
  • Build process updated - Automated build process include code supporting the user story
  • Load/performance tests passed - Performance tests include the functionality of the user story
  • Documents are updated - All required documentation is up to date and version controlled
  • Code is deployed - Code is deployed to the highest production like environment

btposey and others added 25 commits December 5, 2024 17:43
Jira ticket: CAMS-461

Co-authored-by: Fritz Madden <[email protected]>
Co-authored-by: James Brooks <[email protected]>
Co-authored-by: Brian Posey <[email protected]>,
Jira ticket: CAMS-461

Co-authored-by: Fritz Madden <[email protected]>
Co-authored-by: James Brooks <[email protected]>
Co-authored-by: Brian Posey <[email protected]>,
Jira ticket: CAMS-461

Co-authored-by: Fritz Madden <[email protected]>
Co-authored-by: Arthur Morrow <[email protected]>
Jira ticket: CAMS-461

Co-authored-by: Fritz Madden <[email protected]>
Co-authored-by: Arthur Morrow <[email protected]>
Jira ticket: CAMS-461

Co-authored-by: Fritz Madden <[email protected]>
Co-authored-by: Arthur Morrow <[email protected]>
refactor to create separate functionApps for durable
and non durable functions, updated workflows and scripts
to accomodate for the addition

Jira ticket: CAMS-461

Co-authored-by: Fritz Madden <[email protected]>
Co-authored-by: Arthur Morrow <[email protected]>
Co-authored-by: James Brooks <[email protected]>
Co-authored-by: Brian Posey <[email protected]>,
Jira ticket: CAMS-461
Jira ticket: CAMS-461
Jira ticket: CAMS-461
Jira ticket: CAMS-461
Jira ticket: CAMS-461

Co-authored-by: Arthur Morrow <[email protected]>
Co-authored-by: James Brooks <[email protected]>
Jira ticket: CAMS-461
Jira ticket: CAMS-461
[skip ci]

Jira ticket: CAMS-461
[skip ci]

Jira ticket: CAMS-461

Co-authored-by: Fritz Madden <[email protected]>
Co-authored-by: Arthur Morrow <[email protected]>
Co-authored-by: James Brooks <[email protected]>
Co-authored-by: Brian Posey <[email protected]>,
Jira ticket: CAMS-461

Co-authored-by: Fritz Madden <[email protected]>
Co-authored-by: James Brooks <[email protected]>
Co-authored-by: Brian Posey <[email protected]>,
Jira ticket: CAMS-461

Co-authored-by: Arthur Morrow <[email protected]>
Co-authored-by: James Brooks <[email protected]>
Jira ticket: CAMS-461

Co-authored-by: James Brooks <[email protected]>
Jira ticket: CAMS-461

Co-authored-by: James Brooks <[email protected]>
Jira ticket: CAMS-461
Jira ticket: CAMS-461
backend/package.json Outdated Show resolved Hide resolved
user-interface/src/lib/utils/datetime.test.ts Outdated Show resolved Hide resolved
user-interface/src/lib/models/api2.test.ts Outdated Show resolved Hide resolved
user-interface/src/lib/models/api2.test.ts Outdated Show resolved Hide resolved
test/e2e/playwright/auth-setup.ts Outdated Show resolved Hide resolved
@amorrow-flexion amorrow-flexion merged commit 55f95f6 into CAMS-461-durable-function Dec 10, 2024
17 checks passed
@amorrow-flexion amorrow-flexion deleted the CAMS-461-separate-function-app branch December 10, 2024 21: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.

4 participants