Information
This contains information related to the 0.8 release tasks
JIRA tracking: http://bugs.sakaiproject.org/jira/browse/EVALSYS
Key: |
Complete= |
Testing/QA= |
In Progress= |
ToDo= |
Defer to next milestone= |
Critical Tasks
- JIRA bugs and issues remaining from 0.7 (assigned within JIRA)
- http://bugs.sakaiproject.org/jira/browse/EVALSYS-85
- http://bugs.sakaiproject.org/jira/browse/EVALSYS-84
- http://bugs.sakaiproject.org/jira/browse/EVALSYS-81
- http://bugs.sakaiproject.org/jira/browse/EVALSYS-83
- http://bugs.sakaiproject.org/jira/browse/EVALSYS-82
- http://bugs.sakaiproject.org/jira/browse/EVALSYS-73
- http://bugs.sakaiproject.org/jira/browse/EVALSYS-72
- http://bugs.sakaiproject.org/jira/browse/EVALSYS-27
- Expert Items ~aaronz
- Templates for the expert item process
- Preload a small set of expert items
- Producers for expert items
- Existing items
- Allow users to reuse existing items (except block parents)
- Create view for inserting existing items into templates
- Allow instructors to add items to evaluations assigned to them
- Create new view from wireframe
- Use basic hierarchy code
- Update the logic layer to return the instructor related items
- Update everything that gets templateitems to use the logic layer and not the lazy loaded list from the hibernate object
- Administrative Tools ~kapsahuja22
- Remove scale - EVALSYS-95
- Modify scale - EVALSYS-16 (carry over task EVALSYS-99 assigned to Antranig).
- Add scale - EVALSYS-96 (carry over task EVALSYS-99 assigned to Antranig).
- Administrative Tools - EVALSYS-99 - Antranig.
- User input ~kapsahuja22 - to be carried over to 0.9 release
- Make sure dates are input using a date widget
- Make sure text is input using WYSIWYG
- Make sure no user input can cause XSS attacks
- Check that no user input can cause an exception
- Email functionality (continued) ~rwellis
- Scheduling emails (Quartz scheduler)
- Links in emails work to take an eval
- Scheduling for evals (registering start, due, etc...) and switching eval states ~rwellis
- Scheduling evaluation state changes (inQueue -> Active -> Due -> Closed -> Viewable)
- Test external contexts providers ~rmoyer@umd.edu
- AJAX reordering ~spfjr@umd.edu
- reordering of template items on the modify template items view
- reordering of template items within a block in the modify block view
- Ensure that all current functionality is working ~fengr@vt.edu, Lisa-UM?
- verify that i18n applied to all strings
- verify that no broken links or buttons exist on any page
- check that user cannot cause exceptions with input
- check that no exceptions occur
- Expert item creation (admin tool) ~aaronz
- Modifying items
- Change control panel to a "templates" and "evaluations" view
- Create "items" view to support choosing and listing existing items
- Allow users to remove unlocked items
Non-critical Tasks
- Preview New Items ~whumphri (1.0+)
- Evaluation Bean split and rewrite - EVALSYS-22 ~whumphri (1.0+)
- http://bugs.sakaiproject.org/jira/browse/EVALSYS-22
- Split out evaluationBean into 3 classes
- Evaluation creation - session bean
- Evaluation modification - request bean
- Evaluation util class
- Update evaluation related buttons to links on the control panel view
- Destroy old evaluation bean
- debug: EvalStart page only show public template (it should include private template)
- TAKE EVAL
- the radio button of the first template need to selected by default for Start Eval Page
- Create a include file for preview_eval.html and take_eval.html.
- Actual sending email:
- logic, functionality-- Actual sending email
- get siteID
- get UserInfo, get userEmail
- use EmailService to send email
- For sending email we need details of users in a course. So from SITE API get list of users. Then from USER API get details of each user.
- For actual sending email refer to the Email API (Email Service class).
- logic, functionality-- Actual sending email
- On settings page if you use Cancel button several times...sometime something goes wrong.
- If you remove items randomly many times you get null pointer in remove producer because of some N/A not set in template Bean (seem to be fixed but need more robust testing).
- Improvement: move the setScale to logic layer and clean it more.
- Add a comment question to all evaluations (use system setting to determine this)
- In EvaluationDAOImpl.java see why DetachedCriteria not working.
- Resolve bug: Item page check box "N/A" not value binding correctly when "preview" button was clicked before "save" button clicked
- Resolve bug: Item Page radio button group "category" not value binding correctly when "preview" button was clicked before "save" button clicked
- In assign eval page: Javascript checks on the HTML page (to be done by BeanGuards).
- In eval settings page: Javascript checks on the HTML page (to be done by BeanGuards), Calendar should be deferred for a while...it would be supplied by Antraing.
- Also, we would use date widgets so don't worry about all this. Use dates wigets by Antranig (see this attached file which is transcript of chat with Antraing