gregschmit / rest-scaffold

A JavaScript/jQuery library that builds scaffolds (tables+actions) for objects exposed by a REST API.
MIT License
1 stars 0 forks source link

Support field choices mappings #4

Open gregschmit opened 5 years ago

gregschmit commented 5 years ago

In some frameworks, the database will store (for example) an integer, like 1, 2, 3, but it maps to choices, like Red, Blue, Green. They are usually in a select field. While the user can present their own form, the display would show the numbers, not the choices. So we should implement this as a configuration option along with whether it is multi-select, whether it is required, et cetera.