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/29 17:08]
ehiiva [Sprint Backlog]
java2012:grp4:start [2012/10/31 21:03] (current)
ehiiva [Code]
Line 41: Line 41:
  
 ^ # ^ Task ^ State ^ Assignee ^ Comment ^ ^ # ^ Task ^ State ^ Assignee ^ Comment ^
-^ 1 | GUI - Login Screen | done |  +^ 1 | GUI - Login Screen | done | Mehar 
-^ 2 | GUI - Home Screen | done |  +^ 2 | GUI - Home Screen | done | Alex 
-^ 3 | GUI - Create Forecasts  | partly done | | Missing dynamic table | +^ 3 | GUI - Create Forecasts  | partly done |Esa | Missing dynamic table | 
-^ 4 | GUI - Browse Forecasts | done |  +^ 4 | GUI - Browse Forecasts | done |Esa 
-^ 5 | GUI - Manage Activity Types | done |  +^ 5 | GUI - Manage Activity Types | done | Esa 
-^ 6 | GUI - Reports | done |  | +^ 6 | GUI - Reports | done |Alex  | 
-^ 7 | Data structure - Domain classes | partly done | | Skipped monthly based estimates | +^ 7 | Data structure - Domain classes | partly done |Esa | Skipped monthly based estimates | 
-^ 8 | Views and controllers | done |  +^ 8 | Views and controllers | done | Mehar 
-^ 9 | Login / Logout Logic | done |  | +^ 9 | Login / Logout Logic | done |Mehar  | 
-^ 10 | Logic - Workload Estimation  | done | |  | +^ 10 | Logic - Workload Estimation  | done |Alex |  | 
-^ 11 | Reports - Data extraction | partly done | | ARVE and URVE done, but not COR | +^ 11 | Reports - Data extraction | partly done | Esa| ARVE and URVE done, but not COR | 
-^ 12 | Reports - Calculations | partly done | | ARVE and URVE done, but not COR | +^ 12 | Reports - Calculations | partly done |Mehar | ARVE and URVE done, but not COR | 
-^ 13 | Reports - Presentation | done |  |+^ 13 | Reports - Presentation | done | Alex |
  
 **Sprint 2** **Sprint 2**
Line 64: Line 64:
 ^ 5 | Teambased report | moved to sprint 3 |  | ^ 5 | Teambased report | moved to sprint 3 |  |
 ^ 6 | Implement special queries to database | moved to sprint 3 | ^ 6 | Implement special queries to database | moved to sprint 3 |
-^ 7 | Implement over 100% alert for forecast | in progress | Esa +^ 7 | Implement over 100% alert for forecast | in progress | Mehar 
-^ 8 | Implement week-interval and year for forecast and reports | done | Esa | |+^ 8 | Implement week-interval and year for forecast and reports | done | Mehar | |
  
 **Sprint 3** **Sprint 3**
  
 ^ # ^ Task ^ State ^ Assignee ^ Comment ^ ^ # ^ Task ^ State ^ Assignee ^ Comment ^
-^ 5 | Teambased report |   +^ 5 | Teambased report | Open . |To do
-^ 6 | Implement special queries to database |  |+^ 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 84: 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|}}