-
Notifications
You must be signed in to change notification settings - Fork 0
/
roadmap.txt
executable file
·68 lines (54 loc) · 2.23 KB
/
roadmap.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
Alpha 1
✓Be able to view a summary of a single major
✓Show a list of courses taken
✓Be able to manually complete classes
✓Be able to manually uncomplete classes
Alpha 2
✓more padding on the class cells (larger drop area)
✓Ability to autosubstitute classes
✓Be able to reset all class associations
Alpha 3
✓Add requirements list view
✓Provide links where appropriate back to the course catalog
Beta 1
✓From summary view, ability to move classes between semesters
✓From summary view, ability to add and remove semesters
✓should always show summers
✓if a year is empty, collapse it to just the semester title bars
✓always display an extra collapsed year
✓if a class is added anywhere to the last blank year, add a new blank year.
✓there should only ever be 1 extra blank year
✓in the database, keep numbering semesters sequentially (1 for fall, 3 for summer, 4 for next fall, etc)
Beta 2
✓Have a popover window similar to calendar interface for class completion and links back to catalog
✓remove main interface catalog links
✓make drag and drop class completion on to the popover window space only
✓The problem is with dependency information - it's wrong for some classes, and we can't create a dependency graph in the first place
(as useful as that would be). So, I need to fix the regex so it's capturing the actual raw dependency strings, store those in the database,
and then replace course department/number with title in a second pass.
✓Allow users to use LUCSA without logging in
✓Show the transfer credit class in the substitutable class area with the login form
Beta 3
Support for 0 to many majors
Tabs for multiple majors
Beta 4
Add support for minors
---------------------FEATURE FREEZE----------------------
RC1
tested
HTML 5, CSS 3 compliant
RC2
Security Audit
Version 1.0
=========================================================
Version 2.0 Alpha 1
Ability to compare tabs (intersect and diff)
Version 2.0 Beta 1
Rank all majors by distance in hours
suggest non-ID substitutions that others have used
Version 2.0 Beta 2
Integration with LUSA
---------------------FEATURE FREEZE----------------------
Version 2.0 RC1
HTML 5, CSS 3 compliant
Version 2.0