Releases: CS3219-AY2425S1/cs3219-ay2425s1-project-g46
Releases · CS3219-AY2425S1/cs3219-ay2425s1-project-g46
D7: Final Product
What's Changed
- Deleting Residual data for collab room by @whitesnowx in #82
- Fix issue of user not rejoining room by @tsulim in #83
- Restricted collab route by @tsulim in #85
- Modify css by @tsulim in #86
- Implement nice-to-have -- feedback and history by @AndrewOng2066 in #88
- Update nth branch by @AndrewOng2066 in #89
- Include the user's email in the feedback's email by @AndrewOng2066 in #90
- Fix spacing issue by @AndrewOng2066 in #91
- Nth branch testing by @AndrewOng2066 in #92
- Nth branch testing by @AndrewOng2066 in #93
- Remove unnecessary lines by @AndrewOng2066 in #94
- 62 communciation chat by @whitesnowx in #95
- Update docker-compose by @AndrewOng2066 in #98
- docker the collab service by @whitesnowx in #97
- Push to main by @AndrewOng2066 in #100
- Collab service xl by @xuelinglow in #101
- 62 communciation chat by @whitesnowx in #102
- simple chat box added to collaboration page by @whitesnowx in #96
- Combining user and feedback services, remove feedback service, edit matching history page by @AndrewOng2066 in #106
- Create an API Gateway by @tsulim in #107
- usernames by @whitesnowx in #108
- admin by @whitesnowx in #109
- Fix multiple refresh bug by @xuelinglow in #110
- Add match found page by @tsulim in #112
- Add rate limit to api gateway by @tsulim in #113
- Update docker by @iynixil in #114
- Make changes to outputWindow by @xuelinglow in #115
- Update docker by @iynixil in #116
Full Changelog: Milestone-D5...Milestone-D7
Milestone-D5: collaboration service
What's Changed
- Create collaboration service skeleton by @tsulim in #57
- Integrate collaboration service with matching service by @tsulim in #60
- Update
docker-compose
by @tsulim in #68 - Add CodeEditor to Collaboration Page by @xuelinglow in #73
- Store collaboration session data to database with interval backup by @whitesnowx in #75
- Make category field array - match with one of the categories by @xuelinglow in #74
- Deleting socket session data: use id instead of roomId by @whitesnowx in #78
- Fix display of different question in same collaboration by @tsulim in #77
- Merge main with collaboration service branch + conflict revolve by @whitesnowx in #80
Full Changelog: Milestone-D4...Milestone-D5
Milestone D4: Message queues and matching service
What's Changed
- Implementation for Matching-Service by @AndrewOng2066 in #43
- Implement retry matching function in matching-service by @AndrewOng2066 in #44
- Implement more functionalities to matching service and miscellaneous by @iynixil in #45
- Remove unnecessary code in cancel matching functionality by @iynixil in #46
- Add functionality to add user to different queue after timeout by @iynixil in #47
- Change the priority settings for the matching service by @AndrewOng2066 in #48
- Add restriction on match found page when browser back button is clicked by @iynixil in #49
- Full implementation of priority setting for matching by @AndrewOng2066 in #50
- Fix the matching between any and any bug by @AndrewOng2066 in #51
- Fix priority matching bug by @AndrewOng2066 in #52
- Matching final by @AndrewOng2066 in #55
- Change logging messages by @AndrewOng2066 in #56
- Add matching service by @iynixil in #54
Full Changelog: Milestone-D3...Milestone-D4
Milestone-D3: Containerization
What's Changed
- Create register account feature by @AndrewOng2066 in #10
- Add user login functionality and UI by @iynixil in #12
- Extract the backend code for user service, and placed it under "user_profile" directory by @AndrewOng2066 in #16
- Add logout UI, common navbar and restricted routes by @iynixil in #18
- Add NavBar and remove unnecessary texts in Signup.js by @AndrewOng2066 in #21
- Extract question routes to reduce clutter by @tsulim in #27
- Push finalized user microservice to shared user-service branch by @iynixil in #32
- Merge user and question microservices by @iynixil in #33
- Shift remaining files into both services by @tsulim in #35
- Containerize question and user services by @tsulim in #36
- Display questions data from database by @xuelinglow in #8
Full Changelog: Milestone-D2...Milestone-D3
Milestone-D2: SPA + REST API development
What's Changed
- Set up backend folder and simple ExpressJS server by @iynixil in #2
- Setting up react by @tsulim in #4
- Establish firebase connection by @AndrewOng2066 in #6
- Simple Form by @xuelinglow in #7
- Make changes according to coding standard by @xuelinglow in #9
- Functionality Update for question-service by @whitesnowx in #11
- Functionality Delete for question-service by @whitesnowx in #13
- Styling for action buttons for question-service by @whitesnowx in #14
- add button to return to add question view by @whitesnowx in #17
- Update and delete to question-service [M2] by @whitesnowx in #19
- Display selected question's details by @tsulim in #20
- Add scroll back to top for edit button by @xuelinglow in #22
- Handle duplicate question title by @xuelinglow in #23
New Contributors
- @tsulim made their first contribution in #4
- @xuelinglow made their first contribution in #7
- @whitesnowx made their first contribution in #11
Full Changelog: https://github.com/CS3219-AY2425S1/cs3219-ay2425s1-project-g46/commits/Milestone-D2