Profit Maximization Tool
·
166 commits
to main
since this release
Sprint 1 release (started on Feb. 21, 2022)
Use cases accomplished:
- UC-1.0-S1: Business owner successfully signs up for an account
- UC-1.0-S2: Business owner successfully logs into account
- UC-1.0-S3: Invalid Username
- UC-1.0-S4: Invalid password
- UC-1.0-S5: Username not available
Features implemented so far:
- Users can sign up for an account and fill in asked information
- Users can login using registered account
- Upon successful sign up or login, users are redirected towards home page with logged in status
- Users are prompted with an error if the password they used for logging in is incorrect
- Users are prompted with an error if the username they input during sign up is already taken
Files attached
- Sprint 1 Testing.pdf (shows step by step run of the web application)
- Profit-Maximization-Tool-main-v1.zip (this contains the source code)
- requirements.txt (contains project's dependencies)