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-BUG: Fixing location history output order #51

Closed evanja57 closed 4 months ago

evanja57 commented 4 months ago

In this PR, I sorted the output displayed on the location history search page in order to order it from newest to oldest. I decided to do this after seeing #11 , and realizing that this page also runs into this issue.

Previous Behavior

image

Fixed Behavior

image

I had to add an additional fixture in buildingFixtures.js in order to test the sorted output.

Dev Dokku: https://proj-courses-evanja57-dev.dokku-02.cs.ucsb.edu/

Closes #50