bcgov / nr-compliance-enforcement-cm

Case Management Solution for Compliance and Enforcement
Apache License 2.0
0 stars 0 forks source link

feat: create / update case notes #39

Closed marqueone-ps closed 5 months ago

marqueone-ps commented 5 months ago

Description

Allows an end user the ability to consume graphql mutations to add and update supplemental case notes

Story: CE-440

Type of change

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration


Thanks for the PR!

Deployments, as required, will be available below:

Please create PRs in draft mode. Mark as ready to enable:

After merge, new images are deployed in:

Scarlett-Truong commented 5 months ago

Everything works fine if user starts with Assessment or Prevent Education first. However, if user starts with adding Notes first, this backend will throw error, while the frontend still shows success message even though note is not created.

afwilcox commented 5 months ago

@marqueone-ps - it looks like the unit tests are failed (just maybe need to move an import)

marqueone-ps commented 5 months ago

@afwilcox thanks for the catch on the broken import