T406989 - Proof of concept for adding new statements

**Task Description ** This task implements a proof-of-concept "Add Information" feature for author's page. All changes are UI only. No backend Integrations. on clicking "Publish" a simple alert box is displayed with the entered value. This feature changes include:

-An "Add Information" button that reveals a form when clicked

add_info_btn

  • Displays only missing biography fields in a dropdown. If there are no missing fields, the 'Add Information' button is hidden.

select_dropdown_bioFields

  • Dynamically switches between text and date inputs(birth/death dates) based on the field type for handling different input requirements, validation and reducing user input errors.

date_inputs

  • Validates input and enables/disables the publish button accordingly. input_field_ethnicity

Merge request reports

Loading