CSC207-fiveguys / music-java-app

MIT License
1 stars 1 forks source link

SignupComplete #7

Closed ibrahimmmalik closed 11 months ago

ibrahimmmalik commented 11 months ago

Implemented a complete SignupComplete service based on completed LoginComplete service.

This is used to allow the user to sign up as a new user to the program.

I made changes to all of the files under signup_complete in services, modifying every file to create a working use case that functions to complete all tasks.

Description: When a valid username is found, the user is directed to the login page to log in with their new account, otherwise they are prompted to create another username (or enter their passwords again if they do not match). This is used in tandem with the login complete use case as it relies on that service for the user to finally log into the program.

Type of change (select all that apply):

Testing

Testing has been completed. A new user is added into users and any errors that should show up for when a user with the same username already exists or when passwords do not match in signup.

Checklist