CSC207-2022F-UofT / course-project-group-72

course-project-group-72 created by GitHub Classroom
3 stars 0 forks source link

Final User Login Functionality Implementations #93

Closed henryklinck closed 1 year ago

henryklinck commented 1 year ago

Implement requested changes to Login.Register Use Case -> Don't allow empty string as username or password.

Fix delimiter used in UserGateway to stop errors

Fix User gateway UpdateUser() method to work properly

Create testing files and basic testing

Implement Connectivity between Weclome View and HomeScreenView