~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to doc/notes/timeline.txt

  • Committer: mattgiuca
  • Date: 2008-04-16 16:18:58 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:734
tutorial: BEHAVIOUR CHANGE
    Now assessable="true" is an attribute of the <worksheet> element of the
    subject.xml file, NOT the worksheet XML file!

    Reason: This allows you to quickly see at a glance for your subject which
    worksheets are assessable, all in the one place.
    Also, the worksheet XML files are being auto-generated and it's much
    easier to set the assessability in the subject XML file.
    Also, the subject XML file is under control of the subject coordinator,
    while the worksheet files may be written by other people.
    All around a Good Decision(TM).

This involved:
* No longer reads "assessable" in present_worksheet.
* Now the Worksheet class has an assessable attribute.
* In present_subject, every time it runs, it will check the assessable
  attribute of each worksheet against the DB to see if it has changed, and if
  so, it will update the db. It DOES NOT update the mtime in the DB when it
  does this (to make sure the worksheet XML still has a chance to update the
  DB).

All above claims are tested and work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Project Timeline
 
2
 
 
3
2007-11-26
 
4
 
 
5
* Dilshan starting work on Python content
 
6
 
 
7
2007-12-03
 
8
 
 
9
* Matt starting work on file browser and system architecture
 
10
* Hardware ordered
 
11
 
 
12
2007-12-10
 
13
 
 
14
* Database
 
15
 
 
16
2007-12-17
 
17
 
 
18
* File browser testing
 
19
* Hardware commissioned
 
20
 
 
21
2007-12-24 University Closed
 
22
 
 
23
2007-12-31
 
24
 
 
25
* back-end testing
 
26
 
 
27
2008-01-07
 
28
 
 
29
2008-01-14
 
30
 
 
31
2008-01-21
 
32
 
 
33
2008-01-28 1.0 alpha
 
34
 
 
35
* core clients: file browser, console, submit/publish, tutorial system
 
36
* stress testing
 
37
 
 
38
2008-02-04
 
39
 
 
40
2008-02-11 1.0 beta
 
41
 
 
42
* remaining clients: user/group management, peer review, discussion forums, logging
 
43
 
 
44
2008-02-18 Training Week
 
45
 
 
46
* adding chrome (autorefresh, web 2.0)
 
47
 
 
48
2008-02-25 Orientation Week
 
49
 
 
50
2008-03-03 Semester 1
 
51
 
 
52
 
 
53