Releases: bounswe/bounswe2023group2
0.9.0
Group 2 Cmpe451 2023 Fall Final Release
API address : http://3.218.226.215:8000/docs
Web address: http://3.218.226.215:3000/
Annotation address: http://3.218.226.215:18000/
0.2.0-alpha
0.1.0-alpha
Full changelog: https://github.com/bounswe/bounswe2023group2/commits/main
Following requirements are implemented for this prerelease
- 1.1.1.1 Registration
- 1.1.1.1.1 Users shall be able to create an account using a valid and unique email address or phone number, a unique username, their name, their surname and a password.
- 1.1.1.2. Log In
- 1.1.1.2.1. Users shall be able to log into their account using their email, username or phone number; and password combination.
- 1.1.1.3 Log Out
- 1.1.1.3.1 Users shall be able to log out of their accounts.
• 1.1.2.2.2 Authenticated users shall create activities. (resource and needs for this release)
• 1.1.2.2.3 Authenticated users shall be able to update and delete their current active activities. (only backend)
• 1.1.2.2.6 Authenticated users shall be able to edit their profiles. (backend only)
1.2.1.1 Profile Page (backend and mobile)
1.2.3.1 Resources
1.2.3.4 Needs
• 2.3.1. Passwords should be at least 8 characters long and contain at least one uppercase letter, one lowercase letter and one number.
• 2.3.2. API endpoints should be protected by access tokens in order to prevent users to access permissions that are not in the scope of their roles.
• 2.3.3. Password should be encrypted with SHA-256 algorithms for account security.