opencrvs / opencrvs-core

A global solution to civil registration
https://www.opencrvs.org
Other
86 stars 68 forks source link

If Deceased's identity is unknown then the deceased details questions are optional #6946

Open euanmillar opened 5 months ago

euanmillar commented 5 months ago

Description

We currently have no mechanism to register the deaths of unidentified deceased individuals. As the deceased details are mandatory.

One way is to add a generic approach to making mandatory questions optional.

This ticket is to focus on this specific use case in light of a generic solution being difficult at this moment in time based on our current data model

For the issue of registering the death of an unknown deceased there are also additional requirements that some countries have in that the death certificate is not issued.

This ticket is to:

Farajaland configuration: Checkbox: Deceased identity is unknown or partially known

Design

To be added

ACs

GIVEN I configured a condition component to make the decased mandatory questions optional WHEN the user selects the option or the checkbox is true THEN make all mandatory questions optional

GIVEN the deceased identity is unknown or partially known WHEN the record is registered THEN remove the record from all workqueues THEN disable the actions: Print certificate, Print certified copy

Dev tasks

rikukissa commented 4 months ago

Some initial ideas

jpye-finch commented 4 months ago

Duplicate of this ticket: https://github.com/opencrvs/opencrvs-core/issues/6485

rikukissa commented 3 months ago

@jpye-finch of these two tickets, I'd keep this one. The one you linked feels almost like an "epic" that this is a part of