Summary
The form components in the app are currently using react-hook-forms extensively and this needs to be replaced with jsonforms/ to follow a schema first approach to make the forms low maintainance
Scope of the issue
This deals with only the react app and the current forms that are present in the application are as follows
- User login
- User creation
- Mock creation & update
- User password update
Impacted area
Supporting artifacts
No response