Releases: RubyNguyen07/funfit
v0.2.2
v0.2.1
v0.2.0
⭐ 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
⭐ 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
⭐ 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