Merge pull request #7 from Mason-D/patch
Change Calendar button to be more descriptive
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<div id="buttons" style="padding: 5px 10px 5px 10px;display: flex;justify-content: space-between;">
|
||||
<button id="clear" class="matbut" style="font-size:medium; background:#4CAF50;margin: 10px;">Clear All</button>
|
||||
<button id="schedule" class="matbut" style="font-size:medium;background:#FF9800;margin: 10px;">Course List</button>
|
||||
<button id="calendar" class="matbut" style="font-size:medium; background: #FF0000; margin:10px;">Schedule</button>
|
||||
<button id="calendar" class="matbut" style="font-size:medium; background: #FF0000; margin:10px;">My Schedule</button>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
|
||||
37
todo
37
todo
@@ -1,37 +0,0 @@
|
||||
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);
|
||||
36
todo.md
Normal file
36
todo.md
Normal file
@@ -0,0 +1,36 @@
|
||||
# To Do
|
||||
*Last Updated: 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'
|
||||
|
||||
## Known Bugs:
|
||||
- [ ] Fix the update/install bug
|
||||
|
||||
## Completed:
|
||||
- [x] unneeded Logout message on individual course pages
|
||||
- [x] RMP not working on individual course pages
|
||||
- [x] Textbook button (amber)
|
||||
- [x] Calendar popup
|
||||
- [x] online classes no times in popup link
|
||||
- [x] load all courses on first pages
|
||||
- [x] Location in popup extra info
|
||||
- [x] Export calendar format
|
||||
- [x] import courses from class schedule screen
|
||||
- [x] all semester's grade distribution
|
||||
- [x] import into and export from UT registration plus
|
||||
- [x] Showing the icon on the flags pages
|
||||
- [x] Easter egg, no course messages
|
||||
- [x] 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);
|
||||
Reference in New Issue
Block a user