-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtodo.txt
87 lines (61 loc) · 2.36 KB
/
todo.txt
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
TODO:
Correct Bugs:
------------------------------------------------------------------------------
Until alpha 0.1.0:
This versions keeps the most basic kernel of smart_teacher. All responses
of the server are plain text.
------------------------------------------------------------------------------
Until alpha 0.2.0:
This versions introduce of some javascript codes to make the interface
more friendly.
[ ] Create new user.
[ ] OpenID login.
[ ] Export to tex (latex).
------------------------------------------------------------------------------
Until alpha 0.3.0:
This versions introduce some usefulls functions.
[ ] Enable version control of SmartQAndS.
[ ] Keyword model.
[ ] Bookmark of SmartQAndS.
[ ] List of SmartQAndS used at least once.
[ ] Export to html (with png).
[ ] Export to html (without png).
------------------------------------------------------------------------------
Until alpha 0.5.0:
This versions introduce the CSS template.
------------------------------------------------------------------------------
==============================================================================
DONE:
Correct Bugs:
------------------------------------------------------------------------------
Until alpha 0.1.0:
This versions keeps the most basic kernel of smart_teacher. All responses
of the server are plain text.
[x] Login.
[x] Logout.
[x] SmartQAndS model.
[x] List SmartQAndS.
[x] Create a SmartQAndS.
[x] Edit a SmartQAndS.
[x] QAndS model.
[x] Create a QAndS form SmartQAndS.
[x] Edit a QAndS.
[x] Delete a QAndS.
[x] Sheet model.
[x] List Sheets.
[x] Create a Sheet.
[x] Delete a Sheet.
[x] Edit a Sheet.
[x] List QAndS in a Sheet.
[x] Export to pdf (from tex).
------------------------------------------------------------------------------
Until alpha 0.2.0:
This versions introduce of some javascript codes to make the interface
more friendly.
------------------------------------------------------------------------------
Until alpha 0.3.0:
This versions introduce some usefulls functions.
------------------------------------------------------------------------------
Until alpha 0.5.0:
This versions introduce the CSS template.
------------------------------------------------------------------------------