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 - Default quarter modified #36

Closed coder626 closed 1 month ago

coder626 commented 1 month ago

This issue changed the SingleQuarterDropdown component to use the END_QTR rather than START_QTR value. Now when users reset their local storage, the default search quarter should be the end quarter. Issue link: #30

Note: Please clear local storage before attempting

Here's an example on my localhost with START_QTR=20161 END_QTR=20234

Screenshot 2024-05-25 at 7 43 21 PM

Dokku Deployment: https://proj-courses-a-k-u-m-a-r.dokku-03.cs.ucsb.edu/ (Please note this Dokku employments contains additional commits from other PRs containing additional features but I wanted to keep this PR clean with only the edits related to this PR). Dokku config env variables: START_QTR: 20234, END_QTR: 20243

Closes #30