leofuturer / eDrops3

The 3rd generation of the eDrops web application.
MIT License
0 stars 0 forks source link

Updates to the main site #138

Closed cdevadhar closed 1 month ago

cdevadhar commented 1 month ago

Frontend changes for the navbar, home page, upload page. Also, users can now upload files without being logged in. The files are placed in one of the default seed data accounts temporarily, and when the user tries to add it to cart, they are redirected to log in or sign up. When this is done, the files are transferred from the 'guest' account to their own account and they are sent back to the 'add to cart' page. For sign up, users are not redirected back here because email verification is still needed (I can change this later if necessary). This system is currently a quick fix and is not very secure, but I will patch it up after the 9/4 deadline.