-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feat: 커뮤니티 - 공구 모집 및 진행 포스트 상세 조회 페이지 생성 #17
Comments
sunglitter
added a commit
that referenced
this issue
Nov 25, 2024
- PostDetailPage로 이동하기 위한 라우터 경로 추가 - 동적 라우팅을 통한 포스트 ID 전달 로직 구현 - 상세 조회 페이지와 라우팅 연동
sunglitter
added a commit
that referenced
this issue
Nov 25, 2024
- 포스트의 상세 정보를 표시하는 페이지 구현 - 작성자와의 1:1 채팅 기능은 미구현 - 댓글 기능은 미구현
sunglitter
added a commit
that referenced
this issue
Nov 25, 2024
sunglitter
added a commit
that referenced
this issue
Nov 25, 2024
sunglitter
added a commit
that referenced
this issue
Nov 26, 2024
- 댓글 작성, 수정, 삭제 기능 및 관련 로직 구현 - 입력 글자 수 세기 및 글자 수 제한 로직 추가 - 입력 글자 수 초과 시 경고 메시지 처리 - 댓글 영역에 스타일 적용 및 레이아웃 정리
sunglitter
added a commit
that referenced
this issue
Nov 26, 2024
- 댓글 작성자, 작성 시간, 댓글 내용 필드 추가 - 댓글 리스트와 연동을 위한 더미 데이터 구조 확장 - 댓글 기능 테스트를 위한 데이터 샘플 포함
sunglitter
added a commit
that referenced
this issue
Nov 26, 2024
- 댓글 작성, 수정, 삭제를 처리하는 API 기능 구현 - 댓글 데이터 관련 타입 정의 및 구조화
sunglitter
added a commit
that referenced
this issue
Nov 26, 2024
sunglitter
added a commit
that referenced
this issue
Nov 27, 2024
- URL 주소 입력 영역의 여백, 폰트 크기 및 정렬 스타일 조정 - 시각적 일관성을 위한 스타일 개선
sunglitter
added a commit
that referenced
this issue
Nov 27, 2024
- 참여 현황 업데이트 로직 오류 수정 - 참여 현황 데이터를 처리하는 API 기능 개선 - 서버 응답 데이터 구조에 맞춘 로직 변경
sunglitter
added a commit
that referenced
this issue
Dec 1, 2024
- WebSocket 연결 및 메시지 처리 로직 구현 - 서버와 실시간 통신을 위한 기본 WebSocket 설정 추가
sunglitter
added a commit
that referenced
this issue
Dec 1, 2024
- WebSocket 메시지 수신을 처리하기 위한 onmessage 핸들러 구현 - 수신한 데이터를 파싱하고 상태를 업데이트하는 로직 추가
sunglitter
added a commit
that referenced
this issue
Dec 1, 2024
- 포스트 상태와 관련된 타입 및 상수 정의 추가 - 포스트 생성 시 필요한 타입 정의 - Post 타입에 포스트 상태, 결제 대기 상태로 변경되는 시점 필드 추가 - 이탈한 사용자 ID 목록을 저장하는 필드 추가 - API 관련 로직을 새로운 타입과 상태에 맞게 수정
sunglitter
added a commit
that referenced
this issue
Dec 1, 2024
- 포스트 상태 필드 추가 - 취소한 사용자 목록 필드 추가 - 참여자의 결제 상태 및 환불 요청 상태 필드 추가 - 테스트 및 로직 검증을 위한 데이터 구조 확장
sunglitter
added a commit
that referenced
this issue
Dec 1, 2024
- 포스트 상태 관련 로직 구현 및 React Query로 상태 관리 최적화 - webSocket 추가를 통해 실시간 포스트 상태 업데이트 처리 - 결제 마감 시간 계산 및 관련 기능 추가 - 결제하기 페이지 및 환불 요청 페이지 이동 로직 구현 - 포스트 생성 직후 관리자 승인 대기 상태 메시지 출력 기능 추가 - 참여 여부에 따른 수량 변경 로직 구현 - 결제 금액 출력 기능 추가
sunglitter
added a commit
that referenced
this issue
Dec 1, 2024
- 포스트 상태 관리 로직 개선으로 코드 가독성과 유지보수성 향상 - 불필요한 UI 요소 제거 및 관련 스타일 수정 - 간결하고 직관적인 레이아웃 구현
sunglitter
added a commit
that referenced
this issue
Dec 3, 2024
sunglitter
added a commit
that referenced
this issue
Dec 3, 2024
sunglitter
added a commit
that referenced
this issue
Dec 5, 2024
sunglitter
added a commit
that referenced
this issue
Dec 5, 2024
- 모집 완료 상태를 제거하고 참여 이후 삭제 상태 추가 - API 호출 로직을 실제 백엔드 API 사용으로 전환 - 데이터 동기화 및 상태 관리 로직 업데이트
sunglitter
added a commit
that referenced
this issue
Dec 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🧃 Issues
🍤 작업 내용
The text was updated successfully, but these errors were encountered: