reach4help / covidhelphub-frontend

MIT License
1 stars 3 forks source link

Dynamically generate forms from server data #7

Open jensren opened 3 years ago

jensren commented 3 years ago

Multiple organizations will be using our application, and each organization will want to have multiple forms. In the most simple case, an organization might have a volunteer application form and a form to fill out to request for help. A more complicated use case might involve forms for different parties (e.g. educators vs. regular individuals) or forms for different services the organization offers. To support these use cases, our application will dynamically generate forms from data returned by the server rather than having forms hard-coded on the client side.

Current State

In this Epic