public
Description: An cross platform opensource virtual school book
Homepage: http://schoolbook.ge3k.net
Clone URL: git://github.com/patoh/schoolbook.git
schoolbook / TODO
100644 33 lines (31 sloc) 0.939 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
====TODO====
* Check for all errors when making subjects
    * Is the subject created?
* Check for all errors when making documents
    * Is the document created?
    * Were there errors?
* Make sure when DocumentWindow is closed, the application exits
* Error checking in Book()
* Rename DocumentWindow to EditorWindow
* Rename HomeWindow to MainWindow
* Split up, soon to be, EditorWindow -> Editor & EditorWindow
* As above for the soon to be MainWindow
* Fix hardcoded paths
 
===TESTING===
 * Subjects
    * Create subject
    * 0 subjects?
    * More than 6 subjects?
    * Empty subject name?
    * Subject with no documents?
    * Delete a subject?
    * Rename a subject?
 * Documents
    * Create a document in a subject
    * Create a document in all subjects
    * 0 documents?
    * 10+ docucments?
    * Limit to three documents in HomeWindow?
    * Rename document?
    * Document with no subject
    * Document with no name