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
We want to allow an administrator to define the fields that will be requested on a user's verification page, and then these fields will be used to verify a user with the local census.
Description
Create new VerificationLocalCensusController to manage the custom fields defined by admin and used on user's verification page.
Create new section on panel of administration to set custom fields that will be used on user's verification page.
Expected Behavior
Definition of Done
It has been proposed with a free definition of the fields that we want to verify in the Local Census. Making this document we have realized how complex it can be to maintain a dynamic table where "associate" the records according to the defined fields.
A possible solution at this point could be to offer a selector with the 4 fields that currently exist in LocalCensusRecord (document_type, document_number, date_of_birth and postal_code) and to be able to "add/associate" to the configuration of the Local Census instead of allowing free fields with their corresponding increase in complexity.
The text was updated successfully, but these errors were encountered:
Why is this Needed?
We want to allow an administrator to define the fields that will be requested on a user's verification page, and then these fields will be used to verify a user with the local census.
Description
Expected Behavior
Definition of Done
It has been proposed with a free definition of the fields that we want to verify in the Local Census. Making this document we have realized how complex it can be to maintain a dynamic table where "associate" the records according to the defined fields.
A possible solution at this point could be to offer a selector with the 4 fields that currently exist in LocalCensusRecord (document_type, document_number, date_of_birth and postal_code) and to be able to "add/associate" to the configuration of the Local Census instead of allowing free fields with their corresponding increase in complexity.
The text was updated successfully, but these errors were encountered: