You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lock Local Unit entries upon submission to prevent further edits during validation.
Store editor information (user ID) and submission timestamps.
Validation Workflow
Implement a validation status field (Validated, Not validated, Pending edits validation).
After an edit, set the validation status field to Pending edits validation.
Add API endpoints for validators to approve or reject changes.
Record validator actions, comments, and timestamps.
Notify the editor, copying the validator.
Reversion Mechanism
Provide backend functionality to revert edits to the last validated state.
Record reversion actions and validator comments.
Notify the editor, copying the validator.
Notification System
Trigger email notifications to the NS Focal Point (Local Validator) upon submission.
Implement escalation logic to notify the Regional Validator if no response is received within 14 days.
Escalate further to the Global Validator after an additional 14 days if required.
Addition Workflow
Lock New Entries
Lock newly added Local Unit entries upon submission.
Record creator information (user ID) and submission timestamps.
Validation Workflow
Add new entries with a default status of Not validated.
Extend API endpoints to validate or reject new entries.
Capture validator actions, comments, and timestamps.
Notify the editor, copying the validator.
Notification System
Trigger and escalate notifications for validation as in the editing workflow.
Deletion Workflow
Mark Entries as Deprecated
Upon deletion request, mark the entry as Deprecated in the database instead of hard deletion.
Record the deletion reason(Non-existent, Incorrectly Added, Security Concerns, Other), additional comments, and the user's information.
Notify the validator.
Reversion Mechanism
Provide validators with functionality to revert deletions.
Restore the entry's previous state.
Notify the editor, copying the validator.
Notification System
Notify the NS Focal Point
Escalate notifications to the Regional and Global Validators using the same escalation logic.
The text was updated successfully, but these errors were encountered:
samshara
changed the title
Implement validation and reversion workflows for validation, edits, additions, and deletions
Implement Edit, Add, Delete Local Units with Validation and Reversion Mechanism
Nov 21, 2024
Create APIs to enable the following tasks
Editing Workflow
Validated
,Not validated
,Pending edits validation
).Pending edits validation
.Addition Workflow
Not validated
.Deletion Workflow
Deprecated
Deprecated
in the database instead of hard deletion.Non-existent
,Incorrectly Added
,Security Concerns
,Other
), additional comments, and the user's information.The text was updated successfully, but these errors were encountered: