Actions
roos-fs tasks #127
openLocation creation
Start date:
06/15/2025
Due date:
% Done:
0%
Estimated time:
14:00 h
Description
User story
As an admin user, I want to create, view, and manage a list of locations, so that I can maintain accurate and searchable data about locations.
Acceptance Criteria
- Location Entity
Each location should have the following attributes:
Name (f.e. "Compound Großmehring RVL")
Address (f.e. "OchsenSchüttstraße 6, Großmehring")
- Admin Functionality
- Admin can view a list of all existing locations.
- Admin can create a new location by entering name and address.
- Admin can edit or delete existing locations.
- Basic validation on name and address fields (required, Otherwise could not be created).
- Filtering & Sorting
- Admin list view supports filtering by:
Name (partial match)
Address (partial match)
- Sorting available by:
Name (A–Z / Z–A)
Address (A–Z / Z–A)
Other Acceptance Criteria
- Locations are created and stored in the system with all required fields
Other dependacies (but out of scope)
- Location could be assigned to the vechicle and on later for tasks
Actions