Phase 1
Description
The initial step modifies the Gradebook to 'statically' order the course grade download spreadsheet columns and adds the proivder id, the site title and the site id as columns.
This phase is UCD's selfish phase as it is designed to only meet UC Davis' needs and not those of a wider community (sorry).
Begin
- June 14
status
- Complete
- Tested
- In Production
Summary of changes to Gradebook
(current phase addtions are bold)
- Service facade to get Site metadata: provider id, site title and site id
- spring wiring of service facade above and for ContextManagement
- new resource properties for column names
Summary of changes to UC Davis Online Grading system
(current phase addtions are bold)
- Modified user interface to provide information on uploading of sakai course grade .csv files.
- Implemented new parser for sakai course grade .csv format.
Integration Notes:
The completion of this phase of gradebook changes together with modifications to UCD's Final Grading Tool to import and interpret the Provider Id and User Id columns completes the meets the minimal requirements that UCD has for Fall 2006.
Source
Phase 2
Description
In this phase sets the groundwork for a service approach. The column references are abstracted enough to allow their order to be specificied. And the order, in this phase, comes from the resoure bundle.
Begin
- June 16
status
- Complete
- Tested
- In Production
Summary of changes to Gradebook
(current phase addtions are bold)
- Service facade to get Site metadata: provider id, site title and site id
- spring wiring of service facade above and for ContextManagement
- new resource properties for column names
- Add service for grade export .... use term 'feed'
- getters for default order, keys values (below)
- static keys for properties
- static default sort order
Summary of changes to UC Davis Online Grading system
(current phase addtions are bold)
- Modified user interface to provide information on uploading of sakai course grade .csv files.
- Implemented new parser for sakai course grade .csv format.
Integration Notes:
Source
Phase 3
Description
Expands the service approach. Ordering is now handled via a preferences tool.
Begin
status
Summary of changes to Gradebook
(current phase addtions are bold)
- Service facade to get Site metadata: provider id, site title and site id
- spring wiring of service facade above and for ContextManagement
- new resource properties for column names
- Add service for grade export .... used term 'feed'
- getters for default order, keys values (below)
- static keys for properties
- static default sort order
Summary of changes to UC Davis Online Grading system
(current phase addtions are bold)
- Modified user interface to provide information on uploading of sakai course grade .csv files.
- Implemented new parser for sakai course grade .csv format.
Integration Notes:
Source
Phase 4
Description
Implements a web-service client push of course grade data. The sakai client will push data to an enterprise system via established standards.
Begin
status
Summary of changes to Gradebook
(current phase addtions are bold)
- Service facade to get Site metadata: provider id, site title and site id
- spring wiring of service facade above and for ContextManagement
- new resource properties for column names
- Add service for grade export .... used term 'feed'
- getters for default order, keys values (below)
- static keys for properties
- static default sort order
Summary of changes to UC Davis Online Grading system
(current phase addtions are bold)
- Modified user interface to provide information on uploading of sakai course grade .csv files.
- Implemented new parser for sakai course grade .csv format.
- Implemented web service consumer to consume data from sakai.
- Modified interface to provide a post web-service import reporting tool.