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 - Sort courses so most recent courses are first #32

Closed coder626 closed 1 month ago

coder626 commented 1 month ago

Here, we added code to sort the course history page and added tests and fixtures to test correct sorting of courses. The courses should now be displayed with the most recent course on the top row.

Link to issue here: https://github.com/ucsb-cs156-s24/proj-courses-s24-4pm-3/issues/17

Here is what the UCSB Course History Search Page looked like before:

PNG image

Here is what the page looks like with this new code to sort:

PNG image

Dokku Deployment: https://proj-courses-a-k-u-m-a-r.dokku-03.cs.ucsb.edu (Please note this Dokku employments contains further commits from further branches containing additional features) Closes #17