meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
java2012:grp4:start [2012/10/20 19:26]
ehiiva [Conclusion]
java2012:grp4:start [2012/10/31 21:03] (current)
ehiiva [Code]
Line 38: Line 38:
 ===== Sprint Backlog ===== ===== Sprint Backlog =====
  
-^ # ^ task state comment +**Sprint 1** 
-^ 1 | UI - Login Screen | done |  + 
-^ 2 | UI - Home Screen | done |  +^ # ^ Task ^ State Assignee Comment 
-^ 3 | UI Update Workload Estimate | done |  +^ 1 | GUI - Login Screen | done | Mehar 
-^ 4 | UI Review Workload Estimates | done |  +^ 2 | GUI - Home Screen | done | Alex 
-^ 5 | UI - Manage Activity Types | done |  +^ 3 | GUI Create Forecasts  partly done |Esa | Missing dynamic table 
-^ 6 | UI - Reports | done |  | +^ 4 | GUI Browse Forecasts | done |Esa 
-^ 7 | Data structure - Domain classes | partly done | Skipped monthly based estimates | +^ 5 | GUI - Manage Activity Types | done | Esa 
-^ 8 | Views and controllers | done |  +^ 6 | GUI - Reports | done |Alex  | 
-^ 9 | Login/Logout Logic | done |  | +^ 7 | Data structure - Domain classes | partly done |Esa | Skipped monthly based estimates | 
-^ 10 | Logic - Workload Estimation partly done | Missing dynamic table +^ 8 | Views and controllers | done | Mehar 
-^ 11 | Reports - Data extraction | partly done | ARVE and URVE done, but not COR | +^ 9 | Login / Logout Logic | done |Mehar  | 
-^ 12 | Reports - Calculations | partly done | ARVE and URVE done, but not COR | +^ 10 | Logic - Workload Estimation  | done |Alex |  
-^ 13 | Reports - Presentation | done |  |+^ 11 | Reports - Data extraction | partly done | Esa| ARVE and URVE done, but not COR | 
 +^ 12 | Reports - Calculations | partly done |Mehar | ARVE and URVE done, but not COR | 
 +^ 13 | Reports - Presentation | done | Alex | 
 + 
 +**Sprint 2** 
 + 
 +^ # ^ Task ^ State ^ Assignee ^ Comment ^ 
 +^ 1 | Improve navigation and overall GUI | done | Alexander | 
 +^ 2 | Add availability information of consultants to the reports | done | Alexander | 
 +^ 3 | Implement roles | done | Esa |  
 +^ 4 | Different views to the system depending on roles | in progress | Esa | 
 +^ 5 | Teambased report | moved to sprint 3 |  
 +^ 6 | Implement special queries to database | moved to sprint 3 | 
 +^ 7 | Implement over 100% alert for forecast | in progress | Mehar | 
 +^ 8 | Implement week-interval and year for forecast and reports | done | Mehar | | 
 + 
 +**Sprint 3** 
 + 
 +^ # ^ Task ^ State ^ Assignee ^ Comment ^ 
 +^ 5 | Teambased report | Open | . |To do| 
 +^ 6 | Implement special queries to database | Open |.|To do|
  
-} 
 ===== Screenshots ===== ===== Screenshots =====
 +Screenshot after sprint 1
 +
 {{:java2012:grp4:createreport.jpg?200|}}{{:java2012:grp4:home.jpg?200|}}{{:java2012:grp4:login.jpg?200|}}{{:java2012:grp4:managementoverview.jpg?200|}}{{:java2012:grp4:overview_activitytypes.jpg?200|}}{{:java2012:grp4:report.jpg?200|}} {{:java2012:grp4:createreport.jpg?200|}}{{:java2012:grp4:home.jpg?200|}}{{:java2012:grp4:login.jpg?200|}}{{:java2012:grp4:managementoverview.jpg?200|}}{{:java2012:grp4:overview_activitytypes.jpg?200|}}{{:java2012:grp4:report.jpg?200|}}
 ===== Code ===== ===== Code =====
Line 65: Line 86:
  
 Test user is added in the bootstrap for testing purposes. Username: "test-user", password: "password" Test user is added in the bootstrap for testing purposes. Username: "test-user", password: "password"
 +
 +
 +**Sprint 2** (Final version) 
 +
 +{{:java2012:grp4:gr4_workforecast_source_final.zip|}}
 +
 +{{:java2012:grp4:gr4_workforecast_war.zip|}}
 +
 +This version has role based views and there are three users with different roles which are created at the bootstrap for testing purposes.
 +  * User with Director role - Username: "test-Director", password: "password"
 +  * User with Manager role - Username: "test-Manager", password: "password"
 +  * User with Consultant role - Username: "test-Consultant", password: "password"
 ===== Conclusion ===== ===== Conclusion =====
 +Presentation (19 Oct 2012)
 +
 {{:java2012:grp4:gr4_presentation.pptx|}} {{:java2012:grp4:gr4_presentation.pptx|}}
 +
 +Final Report
 +
 +{{:java2012:grp4:gr4_finalreport.pdf|}}