ucsb-cs156-s24 / proj-courses-s24-4pm-3

https://ucsb-cs156-s24.github.io/proj-courses-s24-4pm-3/
0 stars 0 forks source link

EPIC-SPLIT: Kevin L ucsb grade history integration #29

Closed coder626 closed 1 month ago

coder626 commented 1 month ago

This PR integrates into the Grade History component into the React Frontend by pairing it with the "info" button on the right as shown here:

First, press "Submit"

Screenshot 2024-05-21 at 11 11 31 PM

Next, press the "info" button on the right side of one of the classes, I'm going to press the one for ANTH 5

Screenshot 2024-05-21 at 11 12 19 PM

Now, the grade history should render in the bottom.

Screenshot 2024-05-21 at 11 13 01 PM

In a later PR, we will format this to look better and possibly sort it using some metric.

Closes #23