RPI-ITWS / ITWS-2110-F24-LuckyCharms

2 stars 0 forks source link

borrowing history page needs to dynamically load from data.json #19

Closed mirmirmirr closed 1 month ago

mirmirmirr commented 1 month ago

Currently, it looks like all the Borrowing History information is being hardcoded into the markup. Ideally, the page would log the cookies on the site leftover from the user logging in and use them to dynamically pull from data.json.

(Later, we can connect to the backend and actually pull from the database.)