Skip to content

feat: 버그게시판 종합 개선 (폰트/공지/소명 연동)#660

Merged
sdk-kr merged 3 commits into
mainfrom
feat/bug-board-improvements
Mar 16, 2026
Merged

feat: 버그게시판 종합 개선 (폰트/공지/소명 연동)#660
sdk-kr merged 3 commits into
mainfrom
feat/bug-board-improvements

Conversation

@sdk-kr
Copy link
Copy Markdown
Contributor

@sdk-kr sdk-kr commented Mar 16, 2026

Summary

  • 가입인사 1회 제한: WritePermission에 total_limit/total_count 반영, 글쓰기 페이지에 총 제한 메시지 표시
  • 폰트 크기 연동: contentFontSize → 댓글/에디터, listFontSize → 공지제목/톺아보기/홈위젯 연동
  • 읽은 공지 숨기기: hideReadNotices 토글 + readPostsStore 활용 공지 필터링
  • 소명글 ↔ 이용제한 연결: disciplinelog_id 쿼리파라미터 처리, claim 게시판 연동 배너, disciplinelog 상세에서 소명글 링크

Test plan

  • 개인화면설정에서 폰트 크기 변경 → 댓글/에디터/공지/톺아보기 반영 확인
  • 읽은 공지 숨기기 토글 ON → 공지 클릭 후 목록 돌아오면 숨김 확인
  • /claim/write?disciplinelog_id=1 접속 시 제목 자동 설정 확인
  • 징계 상세에서 소명글 존재 시 링크 표시 확인

Deploy Bot added 3 commits March 16, 2026 23:26
- WritingSettings에 maxPostsTotal 타입 추가
- WritePermission에 total_limit/total_count 필드 추가
- 글쓰기 페이지에 총 제한 메시지 표시
- disciplinelog_id 쿼리파라미터로 소명글 제목/link1 자동 설정
- PostForm에 initialTitle/initialLink1 props 추가
- contentFontSize를 댓글(--comment-font-size), 에디터(--editor-font-size)에 연동
- listFontSize를 공지 제목, 톺아보기, 홈 위젯에 연동
- hideReadNotices 설정 추가 (읽은 공지 게시판 목록에서 숨김)
- setContentFontSize/changeContentFontSize에 applyCSS() 호출 추가
- 개인화면설정에 읽은 공지 숨기기 토글 추가
- disciplinelog 상세에서 소명글 존재 시 '소명글 보기' 링크 표시
- 소명하기 버튼 URL을 /claim/write?disciplinelog_id= 로 수정
- claim 게시판 글 상세에서 이용제한 기록 연결 배너 표시
@github-actions
Copy link
Copy Markdown
Contributor

Staging 배포 완료

URL: https://dev.damoang.net
이미지: staging-d51215a
Static Release: sha-d51215a
커밋: d51215a

변경사항을 dev.damoang.net에서 확인하세요.

@sdk-kr sdk-kr marked this pull request as ready for review March 16, 2026 14:38
@sdk-kr sdk-kr merged commit 70d1b23 into main Mar 16, 2026
13 checks passed
@sdk-kr sdk-kr deleted the feat/bug-board-improvements branch March 16, 2026 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant