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

feat: updateField GraphQL mutation #8291

Merged
merged 24 commits into from
Jan 24, 2025
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
ac31d24
feat: notify CC about actions
naftis Jan 6, 2025
57b76be
refactor: use 'getValidRecordById' as it has the same statuses
naftis Jan 7, 2025
5bbcebc
feat: workflow endpoint allowing editing field ids
naftis Jan 7, 2025
91f09e4
fix(tests): mock country config event notification hook
naftis Jan 7, 2025
bbd398b
Merge branch 'develop' of https://github.com/opencrvs/opencrvs-core i…
naftis Jan 22, 2025
a41d2e7
feat: initial graphql endpoint for update field
naftis Jan 22, 2025
57e0cfa
chore: test and fix errors, return boolean
naftis Jan 22, 2025
fd33fef
feat: update the action notification according to events v2
naftis Jan 22, 2025
0109607
fix: update test to conform events v2 notification format
naftis Jan 22, 2025
3f35252
Merge branch 'develop' into notify-cc-about-actions
naftis Jan 23, 2025
c360d6f
Merge branch 'develop' into notify-cc-about-actions
naftis Jan 23, 2025
7bd2ce0
feat: token exchange on notify
naftis Jan 23, 2025
1ee22a7
Merge branch 'notify-cc-about-actions' of https://github.com/opencrvs…
naftis Jan 23, 2025
6656b72
update: test comment
naftis Jan 24, 2025
59f1b1d
chore(changelog): add update field
naftis Jan 24, 2025
a66600a
Merge branch 'notify-cc-about-actions' of https://github.com/opencrvs…
naftis Jan 24, 2025
10477f8
Merge branch 'develop' of https://github.com/opencrvs/opencrvs-core i…
naftis Jan 24, 2025
5166559
fix: rename config to options
naftis Jan 24, 2025
13cba43
refactor: rename token-exchange away from 'handler' as it's not a htt…
naftis Jan 24, 2025
504acf5
fix: test not mocking the token exchange
naftis Jan 24, 2025
93622a0
chore: remove unused function
naftis Jan 24, 2025
cfa93ed
Merge branch 'develop' into notify-cc-about-actions
naftis Jan 24, 2025
a1a5764
fix: align the error handling with how events service notifies
naftis Jan 24, 2025
3be2948
Merge branch 'notify-cc-about-actions' of https://github.com/opencrvs…
naftis Jan 24, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore(changelog): add update field
naftis committed Jan 24, 2025
commit 59f1b1d8d720a67389cf5e15f2d49bad4932b961
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -25,6 +25,7 @@
- Introduced a new customisable UI component: Banner [#8276](https://github.com/opencrvs/opencrvs-core/issues/8276)
- Auth now allows exchanging user's token for a new record-specific token [#7728](https://github.com/opencrvs/opencrvs-core/issues/7728)
- A new GraphQL mutation `upsertRegistrationIdentifier` is added to allow updating the patient identifiers of a registration record such as NID [#8034](https://github.com/opencrvs/opencrvs-core/pull/8034)
- A new GraphQL mutation `updateField` is added to allow updating any field in a record [#8291](https://github.com/opencrvs/opencrvs-core/pull/8291)
- Updated GraphQL mutation `confirmRegistration` to allow adding a `comment` for record audit [#8197](https://github.com/opencrvs/opencrvs-core/pull/8197)

### Improvements