-
Notifications
You must be signed in to change notification settings - Fork 91
Schedule Link Sharing #1357
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
base: main
Are you sure you want to change the base?
Schedule Link Sharing #1357
Conversation
apps/antalmanac/src/components/Calendar/Toolbar/ScheduleSelect/ScheduleSelect.tsx
Outdated
Show resolved
Hide resolved
KevinWu098
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I haven't read the code deeply, but I'll share a few thoughts/feedback before doing a deeper read later
- Feature is definitely cool
- the mergeShortCourseSchedules breaks because it adds a
(1)so adding a shared schedule "Foo" becomes "Foo (1)" if the receiving user has another schedule named "Foo" - Anytime we ask someone to sign in, we should make it easy for them — give them a button
- We should be more clear that this is a static copy
- Relating to #4... do we have to be a static copy? 🌚
|
Created new and separate Shared Schedule page
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-
I hate to be that guy but is there a way for you to consolidate the git diff so it only shows the file changes you made. If it's too much of a hassle it's whatevs we'll figure it out.
-
Also can you restore the merge conflicts (resolving them might resolve the git diff issue) and may fix the staging deployment which seems to be breaking
|
holay molay my bad |
a2d14ee to
b1ae03e
Compare
|
With some cursor shenanigans, I think I was able to fix it Also when are we playing aram |
Summary
Implemented Schedule Link Sharing
Test Plan
Issues
How should I handle the multiple snackbars? Just one after everything loads or keep two to indicate when account schedules have loaded and when shared schedule has loaded? since they're separate things
Closes #1346