From 4ad0b105ee3e6d884014d0d3d9cf2e907820e81c Mon Sep 17 00:00:00 2001 From: Mason Davis Date: Fri, 26 Apr 2019 01:06:51 -0500 Subject: [PATCH 1/3] refactored to-do list --- todo | 37 ------------------------------------- todo.md | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 37 deletions(-) delete mode 100644 todo create mode 100644 todo.md diff --git a/todo b/todo deleted file mode 100644 index 1214c552..00000000 --- a/todo +++ /dev/null @@ -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); \ No newline at end of file diff --git a/todo.md b/todo.md new file mode 100644 index 00000000..a7b77b7a --- /dev/null +++ b/todo.md @@ -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); From 2ab52c7a88173ba080d247a2942deb3ca951e331 Mon Sep 17 00:00:00 2001 From: Mason Davis Date: Fri, 26 Apr 2019 01:13:48 -0500 Subject: [PATCH 2/3] changed calendar text to be more explicit --- popup.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/popup.html b/popup.html index 155c5aba..3a5ba765 100644 --- a/popup.html +++ b/popup.html @@ -12,7 +12,7 @@
- +
@@ -71,4 +71,4 @@ - \ No newline at end of file + From 039e2628882ab73cd957fdb34a980be34f0a4400 Mon Sep 17 00:00:00 2001 From: Mason Davis Date: Fri, 26 Apr 2019 01:28:10 -0500 Subject: [PATCH 3/3] fixed formatting --- todo.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/todo.md b/todo.md index a7b77b7a..2649d372 100644 --- a/todo.md +++ b/todo.md @@ -1,7 +1,7 @@ -* To Do +# To Do *Last Updated: 12/11/18* -** Features: +## Features: - [ ] work on UT Planner - [ ] work on multiple schedules - [ ] polish @@ -9,10 +9,10 @@ - [ ] maybe show how many people have a class in their cart - [ ] more 'at a glance info' -** Known Bugs: +## Known Bugs: - [ ] Fix the update/install bug -** Completed: +## Completed: - [x] unneeded Logout message on individual course pages - [x] RMP not working on individual course pages - [x] Textbook button (amber)