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 calculate how many weeks exist between the user to set project start and the deadline, then divide the total number of planned amount of services by the team number of technicians need to perform within weeks. 
 This gives a week weekly planned target (services 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.  

 week). 

 **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 (ith 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

Back