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
Updated by Vadim Pariev 11 months ago
- Subject changed from Location creation (+API for the mobile) to Location creation
Updated by Alex Katasonov 11 months ago
- Assignee changed from Farzam Azhar to Alex Katasonov
- Estimated time set to 14:00 h
Updated by Alex Katasonov 11 months ago
- Status changed from In progress to In review
Updated by Alex Katasonov 11 months ago
- Status changed from In review to Deployed (QA)
Updated by Vadim Pariev 11 months ago
test result OK
Might consider validation to avoid doublicates for the future
Updated by Alex Katasonov 10 months ago
- Status changed from Deployed (QA) to Closed
Actions