Project

General

Profile

roos-fs tasks #132

Updated by Vadim Pariev 10 months ago

**General** 
 Use case - the technicain does not have an exact place of work and he migt be traveling between multiple workshops and he needs to know what services are needed in the locations he is traveling to, hence he need to prepare the tools needed to perform the tasks. So he needs to search by locations to learn what services are planned/opened in the location of interest. So his workflow looks like this - he searches for the location, finds it, opens it and sees all the vechicles that belong to the location OR have opened services within the location. Select one and see the tasks.  

 **Expected result** 
 - API needs to allow the user to 
 -- search for the location by name, adress and other values stored for the location  
 -- open the location and see the vechicles attached to this locaation 
 -- filter the vechicles that are having opened service and that do not have any opened services within this location 
  
 - the API is The API is secure and API could be called only by the authorised user (Requires valid access token) 
 - the API documentation is provided in the https://redmine.matecube-internal.ddns.net/projects/roos-fs/wiki part 

Back