Skip to content

Move settings file for folder to backend #116

@geofranzi

Description

@geofranzi

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

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions