-
Notifications
You must be signed in to change notification settings - Fork 0
Project Snapshot 3
Patrick Nisperos edited this page Apr 3, 2023
·
4 revisions
- Created ERD, implemented the database model in the code.
- Implemented the interface functions for the database.
- Implemented the backend for track, and album. They can now be recommended.
- Created a lot of frontend design such as:
- Waiting animation for recommend page
- Styling for the search page
- Song Surf logo
- Functionality of the logo
- Implemented error checking on empty searches, or missing items
- Improved the recommendation algorithm to have better recommendations
- Completed Snapshot 3
- frontend: make the recommendation page display the image, description, link along with the artist/album/track title.
- frontend: implement the like/dislike buttons for each recommendation
- backend: Implement the favorites to store onto database.
- Modify current algorithm to pass in all data captured from last.fm into the local database.
- Need the favorites implementation of having the like and dislike buttons available and storing the data.
- Improve the overall website design.
- Create an interface from the frontend JavaScript files, to the backend Python files.
- One concern is to create an API for frontend JavaScript files to fetch and send data to backend python files.
- One concern is to make sure the database is working flawlessly