Skip to content

Releases: bounswe/bounswe2024group7

0.9.0

16 Dec 19:00
f91b281
Compare
Choose a tag to compare

Group 7 CMPE 451 2024 Fall Final Release

0.2.0-alpha

25 Nov 19:01
Compare
Choose a tag to compare
0.2.0-alpha Pre-release
Pre-release

What's Changed

Full Changelog: customer-milestone-1...0.2.0-alpha

0.1.0-alpha

22 Oct 00:28
Compare
Choose a tag to compare
0.1.0-alpha Pre-release
Pre-release

Covered Requirements

  • 1.1.1.1 Guest user shall be able to register with an unique username, a hard password and an unique email.
  • 1.1.1.1.1 Password must contain at least one number, symbol, uppercase and lowercase letter. Password must be at least 8 characters and at most 20 characters long.
  • 1.1.1.1.2 Username shall start with a letter and can contain uppercase, lowercase letters, numbers and underscore and dash. Username shall not end with underscore or dash. Username shall be at least 4 characters long and at most 20 characters long.
  • 1.1.1.2 User shall be able to login with their registered username and password.
  • 1.1.1.3 Logged in users shall be able to logout.
  • 1.1.3.2.1 Trainers shall be able to create training programs for Trainees to join.
  • 1.1.3.2.2 Trainers shall be able to select the program type as group or individual.
  • 1.1.3.2.3 Each program shall include location categorization, such as club, home, and outdoor.
  • 1.1.3.2.4 Users shall be able to see the specific muscles or cardio targeted in each program.
  • 1.1.3.3.1 Trainees shall be able to join training programs created by Trainers.
  • 1.1.5.1 Registered users shall be able to follow and unfollow other registered users.
  • 1.1.8.1.1 Training programs shall have one of two program types: group or individual.
  • 1.1.8.1.2 Each program shall include location categorization, such as club, home and outdoor.
  • 1.1.8.1.3 The specific muscles targeted in each muscle training program shall be visible to viewing users.
  • 1.1.8.1.4 Training programs shall include daily exercise plans.
  • 1.1.8.1.5 Each exercise information shall include its type, reps, and sets
  • 1.1.9.1 Posts that are created by users shall be visible on the feed by all the users.
  • 2.4.1 All content shall be seen in English
  • 2.4.2 Using the program shall be not difficult for everyone

PRs

Full Changelog: v0.3...0.1.0-alpha

Group7-Practice-App-Release-v0.2

17 May 18:58
Compare
Choose a tag to compare

This release includes browse and search features such as Log in, Sign up, semantic search, feed, profile, post card, create post, comment, like and post functionality. Created endpoints for backend and connected frontend & mobile to backend.

Group7-Practice-App-Release-v0.1

30 Apr 19:02
12a08fe
Compare
Choose a tag to compare
Pre-release

This release includes basic operations such as Log in, Sign up, and search functionality. The search bar is not showing the results of the query but saves it to cookies.