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

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

FEATURE: Add Course Grade Distribution Data Component To Course Detail Page #14

Open andrew344c opened 4 months ago

andrew344c commented 4 months ago

Issue: Add this component to the course detail page

Each course search result has an circled i ⓘ icon that links to a course details page such as:

https://courses-qa.dokku-00.cs.ucsb.edu/coursedetails/20221/00018

In this issue, use the component created in the earlier issue. Retrieve the data for the course from the endpoint and then display it on the course details page.

Prerequisites: Finish creating component, fixtures, storybook, test cases