Nicerice96 / Amazin.ca

1 stars 0 forks source link

Weekly Scum - 11/18/2024 #32

Open Nicerice96 opened 4 hours ago

Nicerice96 commented 4 hours ago

I revamped he UI of the entire website, I added the functionality of, after the user logs in, you get redirected to the index, except now it's updated with the CART and also the user who logged in, is logged in for the session. I also implemented the ability for the user to add books to their cart by restructuring and rebasing the User and Cart (joining the two tables) such that each uses has one cart associated with them. And that particular cart object holds a list of book (which is the cart's inventory). Attempted to convert codebase to persistent storage like SQlite, however, was tedious and was not able to complete, passed on to group mates.