Project

General

Profile

roos-fs tasks #305

Updated by Vadim Pariev 8 months ago

**General** 
 Project management can also contain additional information contains further infromation that is needed for the effective project management, such managemtn. Suck as the customer for fow whom it is created, the project made, start and end dates, and a description. 

 of the Project, Description.  

 **Expected result** 

 
 - The project creation form contains the field "Customers" – it is a dropdown list that includes all customers present in the OMS system. 
 - The user can add multiple customers to a project. 
 - Already created projects have this field filled with "-" instead of a customer. 
 - The user can add customers when editing a project. 
 - In the projects table, the customers are displayed. If there are more than two, 2, the entry looks like "Customer 1, Customer 2, +1". The user can click on +1 (or +2, etc.) to see all customers attached to the project. 
 - The user can set the project’s start starting date of the project when creating a new project – this field is a required date picker. 
 - All existing (created before) already created projects automatically receive a start date equal to their the creation date. 
 - The user can set the project’s end date of the project – this is an optional date picker field. 
 - The start date and end date are displayed in the table. 
 - All columns are sortable, and filters allow sorting and filtering as in other tables. 
 - The project description is available can be found in the single project overview as (as well as in the project creation form. form).

Back