Project

General

Profile

roos-fs tasks #127

Updated by Vadim Pariev 11 months ago

**User story** 

 As a mobile app user, I want to view a list of fleet service locations with vehicle counts and addresses, so that I can get an overview of where vehicles are managed and serviced. located. 

 **Acceptance Criteria** 
 - Locations are created and stored in the system with all required fields 
 - API endpoint is publicly callable by the mobile app (with appropriate auth) 
 - Locations can be searched or filtered by name or code via the API 
 - Performance: the endpoint should return results under 500ms for up to 500 locations

Back