-
Notifications
You must be signed in to change notification settings - Fork 0
Add admin cockpit and API for managing locations #6
Copy link
Copy link
Open
Labels
adminAdmin UI or management featuresAdmin UI or management featuresapiAPI and backend endpointsAPI and backend endpointsbackendBackend-related changesBackend-related changesenhancementNew feature or requestNew feature or requestsecuritySecurity related topicSecurity related topic
Description
Activity
Metadata
Metadata
Assignees
Labels
adminAdmin UI or management featuresAdmin UI or management featuresapiAPI and backend endpointsAPI and backend endpointsbackendBackend-related changesBackend-related changesenhancementNew feature or requestNew feature or requestsecuritySecurity related topicSecurity related topic
Background
Locations are currently added and managed manually (see current approach in the repository README and codebase).
This does not scale well and is error-prone.
Description
Introduce a simple admin cockpit to manage location data securely.
Location data shall be stored in a lightweight database and served via an API endpoint to the frontend.
Scope
Admin Cockpit
Security
API
Data Storage
Acceptance Criteria
Notes
Focus on simplicity, security, and maintainability.
The solution should work well in a Docker-based setup.