Hi,
I'm building a web app that allows our customers to create a configuration for our application. The configuration consists of multiple fields, each with a type of either Number, String, Date (eventually Array and Object) and is backed by an object-relational model in MySQL database. The tool allows basic CRUD capability for the configurations*.
It shouldn't be too hard to build, but it seems like this is a very common use case for application developers. Is there was an existing tool or framework I can use to get the job done?
Thanks,
Karthik
*: Default Use Case: It retrieves & displays the configurations, allows user to pick one, displays the configuration with all of its fields, allows user to edit the fields and save it.