-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtodo
executable file
·37 lines (29 loc) · 999 Bytes
/
todo
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
TODO as of 12/11/18
FEATURES:
- work on UT Planner
- work on multiple schedules
- polish
- clean upcalendar export and add more options to screen
- maybe show how many people have a class in their cart
- more 'at a glance info'
BUGS TO FIX:
- Fix the update/install bug
DONE/FIXED:
- unneeded Logout message on individual course pages
- RMP not working on individual course pages
- Textbook button (amber)
- Calendar popup
- online classes no times in popup link
- load all courses on first pages
- Location in popup extra info
- Export calendar format
- import courses from class schedule screen
- all semester's grade distribution
- import into and export from UT registration plus
- Showing the icon on the flags pages
- Easter egg, no course messages
- search by unique number
for FIXING DB:
ALTER TABLE agg ADD semesters
update agg
set semesters = (select group_concat(sem) from grades where agg.prof = grades.prof and agg.course_nbr = grades.course_nbr and agg.dept = grades.dept);