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
92 stars 22 forks source link

[BoG S24] Show Friend Schedule on Hover #294

Closed yatharth-b closed 6 months ago

yatharth-b commented 7 months ago

Problem Description

We want to add functionality to the ComparisonContainer to allow users to view a preview of their friend's schedule on hovering over their friend's verion in the ComparisonContainer. Similar functionality already exists for when users hover over sections to add classes on the left panel, link to this code : https://github.com/gt-scheduler/website/blob/495bfa685932b3d8720bce6b74a9415ebe5646d7/src/components/Section/index.tsx#L93 .

Mockups (link to Figma)

Prototype (link to Figma)

Your Goal

NOTE: this is just a suggested solution, feel free to suggest a new solution or change the steps outlined here as you wish if you think there's a better way to do this.