0
Do anyone know open source "parameter manager" kind of software?
I'm building a microservice to retrieve values for all dropdown, list selections, radiobutton groups etc. These values will come from REST endpoint. Does anyone know a open source project that could be used to manipulate these values? A single parameter must have an id and a displayed name. The values must be in own sections like "countries" and "industries", "status" etc. Not looking for basic cms.
1 Antwort
0
Honestly, this sounds like a component you will have to write. You can store key-value pairs in a database or a JSON file.
You may want to create an object that contains the trees and values in a structure that works for you. Precisely how you do that depends on the language you are coding in. If you create an object, the object could contain:
1. The name
2. The parent or path
3. The type
4. An array of the values