Skip to content

Comments

[#8] MyStoryResponse DTO 닉네임 반환 추가#18

Merged
manbron236 merged 4 commits intodevelopfrom
feat/storyCommunity/#8
Jan 26, 2026
Merged

[#8] MyStoryResponse DTO 닉네임 반환 추가#18
manbron236 merged 4 commits intodevelopfrom
feat/storyCommunity/#8

Conversation

@manbron236
Copy link
Contributor

🧩 구현/변경 사항

  • 기존에 MyStoryResponse DTO에서 닉네임 반환 추가

사용자 시나리오(UML)


🧪 테스트 결과

{
  "status": "OK",
  "message": "요청이 성공적으로 처리되었습니다.",
  "data": {
    "stories": [
      {
        "storyId": 3,
        "nickname": "테스트유저",
        "title": "세번째 이야기",
        "content": "테스트 내용입니다",
        "storyConcept": "TIP",
        "imageUrls": [],
        "likeCount": 0,
        "storySpotId": 1,
        "latitude": 37.5665,
        "longitude": 126.978,
        "createdAt": [
          2025,
          11,
          27,
          0,
          35,
          26,
          630248000
        ],
        "updatedAt": [
          2025,
          11,
          27,
          0,
          35,
          26,
          630248000
        ]
      }
}

BREAKING CHANGE (옵션)

  • <호환성 깨짐 / API 변경 / 클라이언트 수정 필요 사항>
  • (예: /user/{userId}/alert/user/queue/alert 변경, timestamp 포맷 KST 필수 등)

참고

  • 기타 후속 작업이나 주의사항
  • (예: JWT 인증은 추후 연동 예정, 로깅 레벨은 임시 상향 조정 등)

🪞 회고 및 개선 아이디어 (옵션)


💬 리뷰 받고 싶은 부분 (옵션)

@manbron236 manbron236 self-assigned this Jan 19, 2026
@manbron236 manbron236 added the enhancement New feature or request label Jan 19, 2026
Copy link
Contributor

@Bucoco Bucoco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다~

@manbron236 manbron236 merged commit a9a590e into develop Jan 26, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants