WFP-VAM / prism-app

PRISM is an interactive map-based dashboard that simplifies the integration of geospatial data on hazards, along with information on socioeconomic vulnerability
MIT License
45 stars 32 forks source link

Config generator #88

Open ericboucher opened 4 years ago

ericboucher commented 4 years ago

Idea

Create a config generator to make it easier for new users to create or update their own configs. We could also allow loading a file or using a remote config easily.

Ry-DS commented 4 years ago

One possible way is to create JSON Schemas for all the configs? I think there are a few good form builders which use JSON Schemas as a jumping point.

Examples: https://github.com/rjsf-team/react-jsonschema-form https://jsonforms.io/

Online Example: https://rjsf-team.github.io/react-jsonschema-form/

We could fork/use one of these to create a step-by-step form for all configs, then bundle them all into a zip or something similar

ericboucher commented 2 years ago

Linked to #307