We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need to create a new model called LocalUnitChangeRequest to track changes to the LocalUnit data.
The fields for the LocalUnitChangeRequest model should include:
previous_data:
JsonField
status:
current_validator:
Enum
triggered_by:
triggered_at:
updated_by:
updated_at:
rejected_data:
rejected_reason:
This model will help track and manage changes to LocalUnit data through different validation stages and actions.
The text was updated successfully, but these errors were encountered:
susilnem
No branches or pull requests
We need to create a new model called LocalUnitChangeRequest to track changes to the LocalUnit data.
The fields for the LocalUnitChangeRequest model should include:
previous_data:
JsonField
(used to store the previous state of the fields)status:
current_validator:
Enum
triggered_by:
triggered_at:
updated_by:
updated_at:
rejected_data:
JsonField
(stores data that was rejected during the request process)rejected_reason:
This model will help track and manage changes to LocalUnit data through different validation stages and actions.
The text was updated successfully, but these errors were encountered: