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

[DEV] 커뮤니티 글 (/post) #29

Open
13 of 17 tasks
callmebyneon opened this issue Jul 1, 2024 · 2 comments · Fixed by #27 or #24
Open
13 of 17 tasks

[DEV] 커뮤니티 글 (/post) #29

callmebyneon opened this issue Jul 1, 2024 · 2 comments · Fixed by #27 or #24
Assignees
Labels
merge 새로운 기능 및 PR refactor 코드 리펙토링 style 컴포넌트 스타일 및 테마 변경 등의 작성, 수정
Milestone

Comments

@callmebyneon
Copy link
Contributor

callmebyneon commented Jul 1, 2024

/post

  • 사이드바 레이아웃 적용
  • 드롭다운으로 정렬 설정
  • 글 리스트 출력
  • 작성 페이지로 이동
  • 반응형

/post/write

  • 글 작성 그리드 레이아웃
  • 커뮤니티 카테고리 select
    • (if 커뮤니티 카테고리가 '스터디 홍보'or'프로젝트 모집'인 경우) 모집중/모집완료 radio button 추가
  • 글 작성 에디터 (quill)
  • 관련 스터디 링크 text (optional)
  • 반응형

/post/:postId

  • 글 정보, 내용 표시
    • (if 관련 스터디 링크가 있는 경우) 관련 스터디 카드 추가(LinkedStudyCard.tsx)
    • (if 커뮤니티 카테고리가 '스터디 홍보'or'프로젝트 모집'인 경우) 모집중/모집완료 Keyword 추가
  • 공유, 좋아요 - 아이콘 버튼
  • 댓글 영역 추가
  • 반응형
@callmebyneon callmebyneon self-assigned this Jul 1, 2024
@callmebyneon callmebyneon added this to the dev_week1 milestone Jul 1, 2024
This was linked to pull requests Jul 1, 2024
@callmebyneon callmebyneon added the 검토중 검토 및 진행사항 공유 label Jul 1, 2024
@callmebyneon callmebyneon changed the title [DEV] 커뮤니티 글(post type) [DEV] 커뮤니티 글(post) Jul 1, 2024
@callmebyneon callmebyneon changed the title [DEV] 커뮤니티 글(post) [DEV] 커뮤니티 글 (post) Jul 1, 2024
@callmebyneon callmebyneon changed the title [DEV] 커뮤니티 글 (post) [DEV] 커뮤니티 글 (/post) Jul 1, 2024
@callmebyneon callmebyneon modified the milestones: dev_week1, dev_week2 Jul 9, 2024
@callmebyneon callmebyneon added merge 새로운 기능 및 PR refactor 코드 리펙토링 style 컴포넌트 스타일 및 테마 변경 등의 작성, 수정 and removed 검토중 검토 및 진행사항 공유 labels Jul 15, 2024
@callmebyneon callmebyneon modified the milestones: dev_week2, dev_week3 Jul 15, 2024
@callmebyneon callmebyneon modified the milestones: dev_week3, dev_week4 Jul 23, 2024
@callmebyneon
Copy link
Contributor Author

callmebyneon commented Aug 5, 2024

/post/write/:postId

  • 글 수정 페이지 추가 필요
  • postId를 params에서 가져와 글 상세 데이터를 작성 폼에 defaultValue로 전달

/post/:postId +

  • 글 좋아요 토글 처리 액션, optimistic update

@callmebyneon
Copy link
Contributor Author

/post/write/**

  • 텍스트 에디터에서 이미지 처리 확인 필요

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge 새로운 기능 및 PR refactor 코드 리펙토링 style 컴포넌트 스타일 및 테마 변경 등의 작성, 수정
Projects
None yet
1 participant