Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge 1.1.0 into main #511

Merged
merged 27 commits into from
Nov 5, 2024
Merged
Show file tree
Hide file tree
Changes from 26 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
43742e9
Add reading from local storage for new schedule data
atcupps Oct 11, 2024
a30dad1
I want to die
atcupps Oct 11, 2024
077e409
Create basis for editable dropdown
atcupps Oct 11, 2024
6934ff4
Editable schedule name is stored, UI elements in place
atcupps Oct 12, 2024
cd3b6e4
Swapping schedules works, but data is not stored
atcupps Oct 12, 2024
83678b3
Nonselected schedules saved to local storage
atcupps Oct 12, 2024
be26e23
Handle conflicting schedule names with enumeration
atcupps Oct 12, 2024
b56bac7
Add multiple schedules works
atcupps Oct 13, 2024
f0f5ad6
Create schedule deletion button
atcupps Oct 13, 2024
c3dec59
Support deleting the current schedule
atcupps Oct 13, 2024
f7abd3c
Support duplicating current schedule
atcupps Oct 13, 2024
6eae6ef
Resolve lint issues
atcupps Oct 24, 2024
1f5be9a
Parse courses and schedule name from url query params
atcupps Oct 26, 2024
28566f4
enable searching for courses by course number
caramurphyy Oct 26, 2024
7450934
get depts from svelte file
caramurphyy Oct 27, 2024
373e356
change to >=2
caramurphyy Oct 27, 2024
e4e19f4
revert these oops
caramurphyy Oct 27, 2024
ce612cf
revert my auto formatting
caramurphyy Oct 27, 2024
745f346
revert package lock
caramurphyy Oct 27, 2024
b783884
Merge pull request #501 from caramurphyy/cara-enable-search-by-number
atcupps Oct 28, 2024
0bd2f97
Remove sharing options
atcupps Nov 4, 2024
285fe6b
Add relevant checks in merge comment
atcupps Nov 4, 2024
ec97f58
Merge pull request #497 from atcupps/multipleschedules
alanliu2009 Nov 4, 2024
d897060
Use "copy of" instead of "(1)"
atcupps Nov 4, 2024
81e369a
Add changes to changelog
atcupps Nov 4, 2024
b42795b
Add accessibility tooltip titles
atcupps Nov 4, 2024
87b7570
Allow 'New New Schedule' and such
atcupps Nov 5, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/merge_comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.pull_request.number }}/comments \
-d '{"body":"Test the core functionality of this PR by ensuring the user is able to:\n\n- [ ] Browse classes for all departments\n- [ ] View professor ratings on PlanetTerp from the course search\n- [ ] View class meeting locations on UMD Map from course search\n- [ ] Hover over classes on course search to see them on schedule\n- [ ] Add classes from any department to schedule\n- [ ] Remove courses from their schedule via course search\n- [ ] Remove courses from their schedule via schedule UI\n- [ ] Click on any course in schedule UI to view more information\n- [ ] View course on Testudo from course information panel\n- [ ] Remove course information panel from schedule UI\n- [ ] Toggle dark mode, and have dark mode preference save\n- [ ] Add several overlapping courses without any being hidden\n- [ ] Close the page and return to see the same courses saved"}'
-d '{"body":"Test the core functionality of this PR by ensuring the user is able to:\n\n- [ ] Browse classes for all departments\n- [ ] View professor ratings on PlanetTerp from the course search\n- [ ] View class meeting locations on UMD Map from course search\n- [ ] Hover over classes on course search to see them on schedule\n- [ ] Add classes from any department to schedule\n- [ ] Remove courses from their schedule via course search\n- [ ] Remove courses from their schedule via schedule UI\n- [ ] Click on any course in schedule UI to view more information\n- [ ] View course on Testudo from course information panel\n- [ ] Remove course information panel from schedule UI\n- [ ] Toggle dark mode, and have dark mode preference save\n- [ ] Add several overlapping courses without any being hidden\n- [ ] Close the page and return to see the same courses saved\n- [ ] Add and switch between multiple schedules\n- [ ] Leave the page and return with all their saved schedules still there"}'
Binary file modified site/bun.lockb
Binary file not shown.
Loading
Loading