Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR introduces configuration updates and several enhancements in the lightening and chat modules to support new features such as file upload limits, unread message counts, batch likes, and improved websocket handling.
- Updated application settings for file uploads
- Enhanced lightening and chat service methods to manage unread messages and batch operations
- Extended websocket configuration and controller methods to include logging and message reading
Reviewed Changes
Copilot reviewed 35 out of 35 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/main/resources/application.yml | Added multipart file size limits for servlet configuration |
| src/main/java/com/codeit/side/user/adapter/in/web/response/ReviewInfoResponses.java | Removed totalCount field from the review responses |
| src/main/java/com/codeit/side/user/adapter/in/web/response/ReviewInfoResponse.java | Added category field to include the lightening category |
| src/main/java/com/codeit/side/lightening/domain/LighteningInfo.java | Added unreadCount field to the lightening info |
| src/main/java/com/codeit/side/lightening/domain/LighteningChatRoom.java | Introduced a new class for encapsulating lightening and chat room data |
| src/main/java/com/codeit/side/lightening/application/service/LighteningService.java | Modified service methods to support unread count and batch like operations |
| src/main/java/com/codeit/side/lightening/application/port/in/LighteningUseCase.java | Updated interface signatures related to the lightening service |
| src/main/java/com/codeit/side/lightening/adapter/in/web/response/LighteningResponse.java and CreateLighteningResponse.java | Adjusted response objects to include unread count and chat room info |
| src/main/java/com/codeit/side/lightening/adapter/in/web/request/LighteningLikesRequest.java | Added a new request DTO for batch like operations |
| src/main/java/com/codeit/side/lightening/adapter/in/web/LighteningController.java | Added a new endpoint for processing batch likes |
| src/main/java/com/codeit/side/common/config/WebSocketConfig.java, SecurityConfig.java and CorsMvcConfig.java | Updated websocket and CORS configurations with new origins and logging |
| src/main/java/com/codeit/side/chat/** | Multiple changes to support user chat message enhancements and unread counts |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.