Releases: JDF7358/StudyBuddy
Releases · JDF7358/StudyBuddy
Sprint 2 - User Profiles!
Sprint 2 Completed!
New functionality
- Users now have a persistent profile that they can edit from inside the application!
- Added a basic home screen so that users can now see potential matches!
- Coming soon with backend: multiple user profiles and photo uploads (requires external storage mechanism).
Sprint 1 - Add Basic Login / Logout!
Sprint 1 Completed!
During this sprint, the team added the following functionality:
- Basic account creation, including checking to make sure no two users share an email address
- Basic login, with email and password verification against a local store
- Began the process of separating code into individual .js files
- Basic log out, which at this point merely returns the user to the login screen, as there is no backend to check for token validation
- Account persistence, currently via a local database