Skip to content

[#8] 공지사항 CRUD#11

Merged
Bucoco merged 4 commits intodevelopfrom
feat/notice/#8
Apr 8, 2026
Merged

[#8] 공지사항 CRUD#11
Bucoco merged 4 commits intodevelopfrom
feat/notice/#8

Conversation

@Bucoco
Copy link
Copy Markdown
Contributor

@Bucoco Bucoco commented Apr 3, 2026

🧩 구현/변경 사항

  • 공지사항 crud

참고

  • 리스트 조회시 페이지 기본 사이즈는 10입니다

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


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

closes #8

@Bucoco Bucoco self-assigned this Apr 3, 2026
@Bucoco Bucoco added the enhancement New feature or request label Apr 3, 2026
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

빈 값이나 공백만 있는 문자열이 들어갈 수도 있을거 같은데 검증 어노테이션 추가하는 방향은 어떨까요?

Copy link
Copy Markdown
Member

@jaewonLeeKOR jaewonLeeKOR left a comment

Choose a reason for hiding this comment

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

고생하셨습니다


import java.util.List;

public record NoticeListResponse(
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

저희 공통으로 사용하고있는 슬라이스나 페이지 인터페이스가 없었나요?

@Bucoco Bucoco merged commit 8cae8bc into develop Apr 8, 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.

[BE-CORE] 공지사항 작성

3 participants