forked from jonas-eberle/geoportal
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Currently, folder settings are hardcoded in a JSON Settings file in the UI project. To avoid the need to modify frontend code when adding new folders, this configuration should be moved to the backend.
- create a model to hold the needed information under "climate"
- Name
- ...
- remove the hard-coded code from the ui and add error handling if the backend is not accessible (# ??? )
- remove also the hardcoded list from the backend (?) - would be good to also have a "activated" / dactivates" flag
Reactions are currently unavailable