Skip to content

Releases: StudioStoy/GainsTracker

[API] Useful User Profiles

29 Jul 21:48
Compare
Choose a tag to compare
Pre-release

In this release, support for user profiles is officially added. The user can do the following:

  • On creation of the account, set their user handle.
  • Edit their display name
  • Edit their profile description
  • Set a colour for their profile icon in HEX format (support for actual pictures might come later)
  • Pin their favourite PB's to their profile

Validation for swear words and such is also added.

The API endpoints in swagger:
image

[API] Workin' It Out

25 Jun 09:01
Compare
Choose a tag to compare
[API] Workin' It Out Pre-release
Pre-release

Workin' it out

With this first official release of the GainsTracker API, you can:

  • Add new workouts that haven't been added yet to your account.
  • Add measurements belonging to that workout.
  • Have a PB (Personal Best) per workout.
  • Have an overview of all workouts.
  • Per workout, have an overview of all recorded measurements.

All measurements and workout data has validation and exception handling.

The API endpoints in swagger:
image
image