Skip to content

Releases: RubyNguyen07/funfit

v0.2.2

26 Jul 04:31
baeeb34

Choose a tag to compare

v0.2.2 Pre-release
Pre-release

⭐ New Features

[Ranking] New level notification #80
[Chat] New message notification #69

🐞Bug Fixes

[Stories] Friends recommender newly created error #79
[Chat] Delete conversation did not delete in friend list #78
[Chat] Error handling #67
[Story] Story expiry date fixed #62

v0.2.1

19 Jul 02:41
6e8b959

Choose a tag to compare

v0.2.1 Pre-release
Pre-release

🐞Bug Fixes

[Calendar] Combine completed routines list with reminder list #60 #61
[Profile] Fix check unique email controller #59
[Calendar] Handle null case for getting reminder list #56

v0.2.0

13 Jul 18:16
9506e3e

Choose a tag to compare

v0.2.0 Pre-release
Pre-release

⭐ New Features

[Ranking] Increment level and points after completing a routine
[Routine] Add reminder to do a routine
[User] Fetch routine reminder list
[User] Fetch data about routines completed along with the date

🐞Bug Fixes

[Routine] Handle null reminderList #56
[Routine] Add separate routes for adding recommended routines to user's library #53
[Stories] Handle deleted user cases when creating graph #54

v0.1.0

25 Jun 02:48
83d4db0

Choose a tag to compare

v0.1.0 Pre-release
Pre-release

⭐ New Features

[Profile] Get basic information about another user
[Chat] Initiate new conversation
[Chat] Retrieve all conversations
[Chat] Retrieve details about a conversation
[Chat] Delete a conversation
[Chat] Send messages in real-time
[Story] Get list of recommended friends
[Story] Retrieve list of valid stories
[Story] Retrieve a story
[Story] Upload a story
[Story] Delete a story

🐞Bug Fixes

[Chat] Enable cors for socket.io #26
[Chat] Handle errors in chat route #28
[Chat] Fix duplicate values error in database #27
[Chat] Enable refresh token in sendEmail service #22

v0.0.0

20 Jun 07:23
ac7197b

Choose a tag to compare

v0.0.0 Pre-release
Pre-release

New Features

  • [Routine] Get all routines in user's library
  • [Routine] Get all recommended routines for users
  • [Routine] Retrieve a routine's information
  • [Routine] Create a new routine
  • [Routine] Add a recommended routine to user's library
  • [Routine] Delete a routine
  • [Routine] Edit a routine
  • [Routine] Add days follow a routine
  • [Profile] Sign up and Log in
  • [Profile] Upload profile picture
  • [Profile] Reset password
  • [Profile] Edit user's information
  • [Profile] Refresh token to enable authorization

🐞Bug Fixes

  • [Routine] Fix workoutInterests permitted values #14
  • [Routine] Change format of timings #12
  • [Profile] Fix forgot password bug #4
  • [Profile] Fix case-sensitive email input #3