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

chore: clean up MOSIP code #7879

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open

chore: clean up MOSIP code #7879

wants to merge 3 commits into from

Conversation

naftis
Copy link
Collaborator

@naftis naftis commented Oct 31, 2024

This PR removes any MOSIP code handling that is not related to systems/integrations or the national ID webhooks. Let's clean those up when the MOSIP epic gets refined.

Copy link

Oops! Looks like you forgot to update the changelog. When updating CHANGELOG.md, please consider the following:

  • Changelog is read by country implementors who might not always be familiar with all technical details of OpenCRVS. Keep language high-level, user friendly and avoid technical references to internals.
  • Answer "What's new?", "Why was the change made?" and "Why should I care?" for each change.
  • If it's a breaking change, include a migration guide answering "What do I need to do to upgrade?".

@naftis naftis requested a review from rikukissa October 31, 2024 11:39
@naftis naftis added this to the v1.7.0 milestone Oct 31, 2024
Comment on lines -227 to -234
In OCRVS-1637 https://github.com/opencrvs/opencrvs-core/pull/964 we attempted to create a longitudinal
record of life events by an attempt to use an existing person in gateway if an identifier is supplied that we already
have a record of in our system, rather than creating a new patient every time.
However this supplied identifier cannot be trusted. This could lead to links between persons being abused or the wrong indivdual
being marked as deceased.
Any external identifier must be justifiably verified as authentic by a National ID system such as MOSIP or equivalent
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This premise can be handled within the confirmRegistration / rejectRegistration API endpoints. The MOSIP-API can check if the the NID supplied for the death is valid via MOSIP, and then either confirm or reject.

@ocrvs-bot
Copy link
Collaborator

Your environment is deployed to https://clean-mosip.opencrvs.dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants