-
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: 커뮤니티 - 공구 모집 및 진행 포스트 작성 페이지 생성 #6
Comments
sunglitter
added a commit
that referenced
this issue
Nov 21, 2024
- 글 작성 페이지로 이동하기 위한 라우터 경로 추가 - 관련 컴포넌트와 페이지 연결 작업 완료
sunglitter
added a commit
that referenced
this issue
Nov 21, 2024
- 선택된 카테고리 상태 관리 로직 수정으로 동작 개선 - 페이지 제목 표시를 위한 Title 컴포넌트 생성 - 상태와 UI의 일관성을 유지하기 위한 구조 개선
sunglitter
added a commit
that referenced
this issue
Nov 21, 2024
- 글 작성 버튼의 navigate 로직을 PostList로 이동 - PostList에 관련 기능을 처리하는 핸들러 추가 - 컴포넌트 간 책임 분리를 통해 코드 구조 개선
sunglitter
added a commit
that referenced
this issue
Nov 21, 2024
- 기존 카테고리 선택 컴포넌트 활용 - 참여 필요 수량 입력 컴포넌트 추가 - 숫자 입력 인풋 로직 구현 (0과 음수 입력 불가, 화면 출력은 통화 형식) - 모집 마감 기한 설정 드롭다운 컴포넌트 추가 - 총 가격 설정 컴포넌트 추가 - 개당 가격 자동 계산 컴포넌트 추가 - 참여 필요 수량과 총 가격 설정 모두 입력 시 값 출력 - 소수점 이하는 버림 처리 - 취소 버튼 컴포넌트 추가 - 카테고리 선택 정보를 유지한 채 이전 페이지로 이동
sunglitter
added a commit
that referenced
this issue
Nov 21, 2024
…x 수정 (#6) - 페이지의 목적과 기능에 맞게 CommunityPage.tsx를 CategoryBasedPostsPage.tsx로 파일명 변경 - 변경된 파일명에 따라 router.tsx도 수정
sunglitter
added a commit
that referenced
this issue
Nov 22, 2024
sunglitter
added a commit
that referenced
this issue
Nov 22, 2024
- 이미지 첨부 기능 구현 - 첨부된 이미지 삭제 및 미리보기 기능 추가 - 페이지네이션 및 슬라이딩 기능 포함 - URL 주소 입력을 위한 컴포넌트 생성 - 입력 요소 누락 시 게시 불가 로직 추가 - URL 유효성 검사 기능 추가
sunglitter
added a commit
that referenced
this issue
Nov 22, 2024
- 포스트 생성 및 목록 조회 API 호출 기능을 분리하여 모듈화 - 클라이언트 생성과 서버에서 수신한 Post 타입 정의 - Post 타입 확장을 통해 서버 내 추가 속성 정의
sunglitter
added a commit
that referenced
this issue
Nov 22, 2024
- Post 타입 정의를 반영하여 PostList.tsx 일부 로직 수정 - 추후 실제 API 사용을 고려한 부분 주석 처리로 추가
sunglitter
added a commit
that referenced
this issue
Nov 22, 2024
- Post 타입 변경 사항을 반영하여 더미 데이터 구조 수정 - 테스트 및 개발 환경에서 타입 일관성 유지
sunglitter
added a commit
that referenced
this issue
Nov 24, 2024
sunglitter
changed the title
Feat: 커뮤니티 - 공구 모집 및 진행 글 작성 페이지 생성
Feat: 커뮤니티 - 공구 모집 및 진행 포스트 작성 페이지 생성
Nov 25, 2024
sunglitter
added a commit
that referenced
this issue
Nov 25, 2024
- 이미지 슬라이딩 동작 로직 개선 및 구조 최적화 - 페이지네이션 관련 상태 관리 및 로직 수정 - PostCreatePage 전반적인 스타일 조정 - 슬라이더와 페이지네이션 간 여백 조정
sunglitter
added a commit
that referenced
this issue
Nov 25, 2024
- 포스트 상세 조회 페이지로 이동하는 클릭 이벤트 로직 추가 - PostList의 레이아웃 및 스타일 조정 - 작성자 표기 방식을 ID 대신 이름으로 변경
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 27, 2024
- 글 수정일 필드에 현재 날짜를 초기값으로 설정 - URL 주소 입력 영역 스타일 조정으로 UI 개선 - 텍스트 인풋 필드의 맞춤법 검사 기능 해제
sunglitter
added a commit
that referenced
this issue
Nov 27, 2024
sunglitter
added a commit
that referenced
this issue
Dec 1, 2024
sunglitter
added a commit
that referenced
this issue
Dec 1, 2024
- 포스트 생성 API 호출에 React Query 적용 - 마감 기한 계산 로직 변경으로 정확성 개선 - React Query를 통한 상태 관리 및 캐싱 최적화
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: