ONEST-Network / ref-seeker-app

MIT License
0 stars 5 forks source link

POC to render the forms dynamically #10

Open HarishGangula opened 2 months ago

HarishGangula commented 2 months ago

This ticket is for POC on the forms rendering dynamically using JSON Schema with the rules following are the expectations

  1. It should support the dependent form elements
  2. Should be customisable as per the need both UI and functionally
  3. Forms should be response to render correctly in any devices
  4. Validation can be added with multiple possibilities, Example: Regex validation, range validation, length validation
  5. Easy to manipulate and maintain the forms
yashashkumar commented 2 months ago

Updates

  1. Able to generate form using json schema.
  2. Added regex validations with custom error messages.

Blocker

  1. Hard to add customised component in this library (react-jsonschema-form)
  2. should write separate uiSchema for ui rendering.