gt-scheduler / website

Scheduling application designed to mitigate some of the pain-points present throughout Georgia Tech's registration process.
https://gt-scheduler.org
GNU Affero General Public License v3.0
87 stars 22 forks source link

[BoG S24] Open Compare Schedule on Accepting Invitation #302

Closed yatharth-b closed 3 months ago

yatharth-b commented 4 months ago

Problem Description

We want the user to have the compare panel and compare schedules turned on when they accept an invite. Currently, to accept an invite, the user first hits the InviteBacklink component and gets redirected to the root route with some query parameters. These query parameters are read by the InvitationAcceptModal and appropriate data is shown to the user.

Your Goal