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

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

Evan - Adding fixture for data received from grade history api #21

Closed evanja57 closed 4 months ago

evanja57 commented 4 months ago

In this PR, I created gradeHistoryFixtures.js in frontend/src/fixtures that displays example json output data from the grade history api search: /api/gradehistory/search. The first fixture is just one course for one quarter. The second fixture is two different quarters of data. The third fixture is the entire api output from CMPSC 130A.

Dokku just in case even though this has no front or backend changes: https://proj-courses-evanja57-dev.dokku-02.cs.ucsb.edu/

Closes #20