Baobab icon indicating copy to clipboard operation
Baobab copied to clipboard

Create abstract form API

Open avishkar58 opened this issue 5 years ago • 0 comments
trafficstars

PLACEHOLDER LONGER-TERM CLEANUP

The application form, review form and registration form all have very similar data models (form, sections, questions) and have similar logic and some shared components on the front-end. Create a more abstract version of a form with sections and questions that covers the use cases of all three. This will reduce code duplication and improve reliability through testing. It will be even more important when we introduce complex form-builder UI logic.

This supersedes #603

avishkar58 avatar Jun 20 '20 14:06 avishkar58