Sunbird-RC / community

Repo to enable discussions, issue tracking & documentation for the Sunbird-RC projects
MIT License
12 stars 23 forks source link

[FEAT]: Entity State on attestation policies #836

Open holashchand opened 1 year ago

holashchand commented 1 year ago

What is the feature request for?

Registry Core

What problem/inconvenience (if any) will this feature solve?

On attestation success only it should update entity properties - Sahid's Suggestion

Describe the feature clearly.

Add a new feature that does ....

shiva-beehyv commented 6 months ago

Flow to implement this feature:

Expected changes:

CC: @srprasanna @holashchand

Sreejit-K commented 4 months ago

we have to add another column in the entity table and update it with "attestation_status" which will be an object

whenever we are taking an action on the attestaiton flow we have to update the status for entity as well. ex :

Attestaiton_status : { "CropPolicy" : "DRAFT", "LIC" : "ATTESTATION_REQUSTED" }

Sreejit-K commented 3 months ago

https://github.com/Sunbird-RC/sunbird-rc-core/pull/339