[notice] 공지사항 등록·조회 기능 추가 - #102
Draft
s2yeons wants to merge 2 commits into
Draft
Conversation
s2yeons
marked this pull request as draft
September 6, 2026 23:26
Member
Author
|
아직 해당 기능이 완전히 마무리 된 것 같지 않아 우선 draft 해놓겠습니다. |
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.
개요 💡
취업 관련 공지사항을 어드민에서 등록·수정·삭제하고, 학생 앱에서 조회할 수 있도록
notice도메인을 추가하였습니다.작업내용 ⌨️
notices슬라이스에 공지사항 목록 조회, 등록/수정 폼(NoticeRegistrationForm), 삭제 액션(NoticeActionsButton)을 구현하였습니다.NoticesView)과 상세(NoticeDetailView) 화면을 추가하였습니다.app-navigation에공지사항메뉴 항목을 추가하였습니다.관련 이슈 🚨
closes #87
리뷰 요청사항 👀
Discord Webhook 알림 발송 로직이 백엔드에 구현되어 있는지, 알림 내 링크가
/notices/{id}경로와 일치하는지 확인이 필요합니다.