Project

General

Profile

roos-fs tasks #794

Updated by Vadim Pariev 5 months ago

General 
 We need to create a simple graph and table that compare planned services per week with executed (completed) services per week. 

 **Planned services calculation:** 
 Each project has an initial number of services and a deadline. 
 The system should allow the user to set the planned amount of services the team of technicians need to perform within a week per each week.  
 It is clealy stated how many services are still not planned.  
 It is clearly stated what is the suggested amount of services need to be performed per week to meet the deadline.  

 **Executed services calculation:** 
 For each week, count how many services were actually completed. 

 **Graph requirements:** 

 Two lines: 

 Planned services per week 
 Executed services per week 

 The X-axis is weeks. 
 Y-axis amount of services. 

 See example from the customer attached. 

 **A weekly table showing:** 

 Week 
 Planned services 
 Executed services 
 Difference (executed – planned) 

 **Status indicator:** 
 A small indicator (with colorcode)should show whether the project is: 

 On schedule 
 Ahead of schedule 
 Behind schedule 

 Other requirements: 
 - reuser the designs from this page, especially the grath https://omspreview.roos-fs.com/statistics  
 - make sure taht design is consistent 
 - the feature and overview is awailable on the single project overview page 
 - New tab in the project overview under the name "Controlling"

Back