0.6 release tasks

Information

This contains information related to the 0.6 release tasks
JIRA tracking: http://bugs.sakaiproject.org/jira/browse/EVALSYS

Key:

Complete=(tick)

Testing/QA=(warning)

In Progress=(info)

ToDo=(minus)

Defer to next milestone=(error)

Critical Tasks

  1. (tick) Locking Former user (Deleted)
    1. Create locking methods and tests in the DAO
    2. Update the logic layer to use the locking methods
  2. (error) Evaluation Bean split and rewrite - EVALSYS-22
    1. (tick) Split out answers request bean Former user (Deleted)
    2. (error) Split out evaluationBean into 3 classes
      1. Evaluation creation - session bean
      2. Evaluation modification - request bean
      3. Evaluation util class
        1. (error) Update evaluation related buttons to links on the control panel view
    3. (error) Destroy old evaluation bean
  3. (tick) Restore full functionality of evaluation bean - Former user (Deleted) - EVALSYS-43
  4. (tick) Write Block item functionality Former user (Deleted)
    1. (tick) adding new block items
    2. (tick) reordering items
    3. (tick) modifying block items
    4. (tick) previewing block items
    5. (tick) render and submit block item answers for users
  5. (tick) Use System Settings everywhere Former user (Deleted)
    1. Ensure that system settings are being enforced - EVALSYS-15.
  6. (tick) Multiple evaluation submissions Former user (Deleted) - EVALSYS-41
    1. students can fill out evaluations multiple times only if the system setting allows it
    2. check that only one entry is allowed per evaluation per context per student
  7. (tick) Internationalization Former user (Deleted)
    1. other strings in producers and use the locale to render all dates
  8. (info) Rendering items Former user (Deleted)
    1. (tick) Rendering of the various types in related page properly
    2. (tick) should be broken out into multiple methods and util files
    3. (info) Get rid of code duplication for rendering the various item types
    4. Maybe use multiple view producers to handle rendering of multiple items
  9. (error) Preview Modified / New Items Former user (Deleted)
  10. (error) Administrative Tools Former user (Deleted)
    1. Add/ Modify / Remove scale - EVALSYS-16 (moved to 0.7, see JIRA for details)
  11. (error) Date utils and making sure that the minimum length of evaluation is enforced Former user (Deleted) - EVALSYS-24 (moved to 0.7, see JIRA for details)
  12. (error) User input Former user (Deleted)
    1. Make sure dates are input using a date widget
    2. Make sure text is input using WYSIWYG
    3. Make sure no user input can cause XSS attacks
    4. Check that no user input can cause an exception

Non-critical Tasks

  1. (info) debug: EvalStart page only show public template (it should include private template)
  2. TAKE EVAL
    1. (tick) Revisit the 3 TODO's of order of options in ITEM_DISPLAY page. Former user (Deleted)
  3. Remove 2 TODO's from EvaluationBean of initializing 100 items. See note there.
  4. the radio button of the first template need to selected by default for Start Eval Page
  5. Create a include file for preview_eval.html and take_eval.html.
  6. Actual sending email:
    1. logic, functionality-- Actual sending email
      1. get siteID
      2. get UserInfo, get userEmail
      3. use EmailService to send email
    2. 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.
    3. For actual sending email refer to the Email API (Email Service class).
  7. On settings page if you use Cancel button several times...sometime something goes wrong.
  8. 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).
  9. Improvement: move the setScale to logic layer and clean it more.
  10. Add a comment question to all evaluations (use system setting to determine this)
  11. In EvaluationDAOImpl.java see why DetachedCriteria not working.
  12. Resolve bug: Item page check box "N/A" not value binding correctly when "preview" button was clicked before "save" button clicked
  13. Resolve bug: Item Page radio button group "category" not value binding correctly when "preview" button was clicked before "save" button clicked
  14. In assign eval page: Javascript checks on the HTML page (to be done by BeanGuards).
  15. 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.
  16. (error) 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