ZahirCD / MelodyCove

A web audio player created with the capability to upload .mp3 files and basic functionalities such as pause, play, skip, etc.
0 stars 3 forks source link

Backend To-Do List #5

Open ZahirCD opened 9 months ago

ZahirCD commented 9 months ago

MANDATORY 1.) Implement the login and sign up information. This will be hardcoded to have Email: Admin@gmail.com & Password: Admin -When the right information is entered, it will return a box popup that says "successful login / sign up" then redirect to user profile page -If incorrect information is entered, return a box popup that says "incorrect email or password"

2.) Implement music into the user profile page. This again will be hard coded due to lack of time -The backend team is in charge of creating the user profile page as well as its backend implementation to give everyone frontend experience -Add 1 song (up to the backend team on choice of song) and at most 3 songs (1 per team member) -Refer to UI Mockup for user profile page design

UI Mockup for MelodyCove - Individual

TheoW03 commented 9 months ago

for 1 I changed it todo local storage

you create an account and it sets it in local storage and you can log in.

TheoW03 commented 9 months ago

for convince reasons i will add hard coding

ZahirCD commented 9 months ago

NEW TASK: 1.)File upload page has been created. Backend team should work on the functionality of uploading. once a file is uploaded, the user is taken to the "File Customize Page"

OTHER UPDATES: 1.) Added links to 3 new pages on user profile page. Backend team is responsible for incorporating the design according to UI Mockup.