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

Kevin Lavelle - Added Frontend job for Grade History #53

Closed coder626 closed 1 month ago

coder626 commented 1 month ago

In this PR, I added a frontend job for retrieving the Grade History data from the UCSB API and added a story, modified the AdminJobs test, added a test for the GradeHistory component, and added the UpdateGradeHistoryJobForm component. Issue: #13 Deployment link: https://courses.dokku-03.cs.ucsb.edu (had to use this one since the other ones have the glitch being looked at by the TA)

Go to the Admin tab, press the "Manage Jobs" button on the dropdown. Press on the "Update Grade History" button.

Screenshot 2024-05-30 at 4 45 02 AM

A new job should appear in the jobs table, letting you know your request was successful.

Screenshot 2024-05-30 at 4 45 55 AM

Closes #13