Skip to content
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

Notice 페이지 작성 및 CRUD 기능 구현 #7

Merged
merged 20 commits into from
May 12, 2024
Merged

Notice 페이지 작성 및 CRUD 기능 구현 #7

merged 20 commits into from
May 12, 2024

Conversation

syg0629
Copy link
Owner

@syg0629 syg0629 commented Apr 28, 2024

Issue Number

#3

PR Type

  • UI
  • 기능개발

요약

  • Notice(공지사항) 페이지 UI
  • Notice CRUD 기능 구현
  • 등록, 수정 페이지에서 사용할 WriteNoticeForm 컴포넌트 작성
  • 웹 에디터 react-quill 설정
  • 유효성 검사를 위한 react-hook-form 설정
  • XSS 공격 방지를 위한 DOMPurify 설정

상세 내용

Notice UI

  • 사이트 진입 시 왼쪽 하단에 Notice가 보이게 설정
  • 오른쪽 하단은 WOD 페이지 작성 후 설정 예정

image

Notice 목록 페이지

image

Notice 등록/ 수정 페이지

  • Notice 등록/수정 페이지는 같은 WriteNoticeForm 컴포넌트를 사용하고 있으며 isEdit props에 따라 분류됨

  • Notice 등록 페이지

image
  • Notice 수정 페이지
image

Notice 상세 페이지

image

@syg0629 syg0629 self-assigned this Apr 28, 2024
@syg0629 syg0629 added 🎨 Design 마크업 & 스타일링 ✨ Feature 기능 개발 labels Apr 28, 2024
@syg0629 syg0629 changed the title Feat/3 Notice 페이지 작성 및 CRUD Apr 28, 2024
@syg0629 syg0629 changed the title Notice 페이지 작성 및 CRUD Notice 페이지 작성 및 CRUD 기능 구현 Apr 28, 2024
@syg0629 syg0629 requested a review from bglgwyng April 28, 2024 04:29
src/components/WriteNoticeForm.tsx Show resolved Hide resolved
src/components/WriteNoticeForm.tsx Outdated Show resolved Hide resolved
src/components/WriteNoticeForm.tsx Outdated Show resolved Hide resolved
src/pages/Notice/DetailNotice.tsx Outdated Show resolved Hide resolved
src/pages/Notice/DetailNotice.tsx Outdated Show resolved Hide resolved
src/pages/Notice/EditNotice.tsx Outdated Show resolved Hide resolved
src/pages/Notice/WriteNotice.tsx Outdated Show resolved Hide resolved
src/components/WriteNoticeForm.tsx Outdated Show resolved Hide resolved
src/components/WriteNoticeForm.tsx Outdated Show resolved Hide resolved
src/queries/noticeQueries.ts Outdated Show resolved Hide resolved
src/queries/noticeQueries.ts Outdated Show resolved Hide resolved
src/queries/noticeQueries.ts Outdated Show resolved Hide resolved
src/components/WriteNoticeForm.tsx Show resolved Hide resolved
src/queries/noticeQueries.ts Outdated Show resolved Hide resolved
@bglgwyng
Copy link
Collaborator

그리고 suspense fallback은 잘 잡히고있나요? 로딩 화면이라던가요.

@syg0629
Copy link
Owner Author

syg0629 commented May 12, 2024

그리고 suspense fallback은 잘 잡히고있나요? 로딩 화면이라던가요.

넵! 잘 나옵니다 :)

@syg0629 syg0629 merged commit d100167 into master May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎨 Design 마크업 & 스타일링 ✨ Feature 기능 개발
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants