Changes between Version 2 and Version 3 of result_release_date


Ignore:
Timestamp:
2011-08-04T20:55:01Z (13 years ago)
Author:
Taehyun You
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • result_release_date

    v2 v3  
    33
    44== Requirements ==
    5 The result release date should sperate from evaluation release/close date
     5The result release/close date should be seperated from evaluation release/close date
    66
    7 * Instructor can set result release date when creating an event.
    8 * Student can view result after result release date
     7* Instructor can set result release/close date when creating an event.
     8* Student can view a result in between result release and close dates.
    99
    1010== Implementation==
    11 * function studentViewEvaluationResult() in evaluation_controller will redirect to index page, if current date is not in range of result release date
    12 
     11* Add result release/close date fields
     12* Check result dates are valid by both Cakephp Model Validation and Javascript
     13 * Date should be in correct format and not empty.
     14 * Release date should be before Close date.
     15 * Result Release date should be after Evaluation Release and Due dates.
     16* Disable a view result link on Student Home page, if an event's result is not released yet.
     17 * Check it on function in controller as well to prevent accessing result page by url.
    1318
    1419=== Database ===