-
Notifications
You must be signed in to change notification settings - Fork 0
[Fix] 스토리 등록 로직 수정 #94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
WalkthroughStory 등록 API의 응답 타입이 변경되었습니다. 이제 Story 등록 시, 생성된 storyId를 포함한 Changes
Sequence Diagram(s)sequenceDiagram
participant Client
participant Controller as StoryController
participant Service as StoryService
participant Repo as StoryRepository
Client->>Controller: POST /stories (StoryRegisterRequest, image)
Controller->>Service: registerStory(request, image, memberId)
Service->>Repo: save(Story)
Repo-->>Service: saved Story (with id)
Service-->>Controller: StoryRegisterResponse(storyId)
Controller-->>Client: 201 Created + { storyId }
Estimated code review effort2 (~15분) Possibly related PRs
Suggested labels
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (6)
🔇 Additional comments (13)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
|
leegwichan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/noti 스토리 등록 시, 해당 ID를 주시는 것 확인했습니다!
승로님 말대로 이 PR이 먼저 오늘 회의 전후로 머지하면 좋겠네요! 고생하셨습니다!
|
🎉 This PR is included in version 1.4.0-develop.25 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.5.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |



✨ 개요
🧾 관련 이슈
#92
🔍 참고 사항 (선택)
Summary by CodeRabbit
신규 기능
버그 수정
테스트