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

Feat: 커뮤니티 - 공구 모집 및 진행 포스트 목록 조회 페이지 생성 #2

Open
9 of 10 tasks
sunglitter opened this issue Nov 20, 2024 · 0 comments
Open
9 of 10 tasks
Assignees

Comments

@sunglitter
Copy link
Collaborator

sunglitter commented Nov 20, 2024

🧃 Issues

  • 커뮤니티 - 공구 모집 및 진행 포스트 목록 조회 페이지 생성

🍤 작업 내용

  • 카테고리 선택 컴포넌트
  • 포스트 더미 데이터 파일 생성
  • 포스트 리스트 컴포넌트(카테고리별 최신순 정렬)
  • 라우터 경로 임시 설정
  • 페이지네이션 컴포넌트
  • 화면 최상단 이동 컴포넌트
  • 글 작성 버튼 컴포넌트
  • 검색바 컴포넌트
  • 검색 기능 구현
@sunglitter sunglitter self-assigned this Nov 20, 2024
sunglitter added a commit that referenced this issue Nov 20, 2024
- 카테고리 선택 기능을 위한 컴포넌트 구현
- 사용자 입력에 따라 선택된 카테고리 값을 상태로 관리
sunglitter added a commit that referenced this issue Nov 20, 2024
- 테스트 및 개발을 위한 포스트 더미 데이터 파일 추가
- 기본 포스트 정보를 포함한 JSON 구조 정의
sunglitter added a commit that referenced this issue Nov 20, 2024
- 카테고리 선택에 따라 포스트를 최신순으로 정렬하여 표시하는 컴포넌트 구현
- 상태 관리 및 정렬 로직 추가
- 테스트를 위한 기본 UI와 더미 데이터 연동
sunglitter added a commit that referenced this issue Nov 20, 2024
- 개발 및 테스트를 위한 라우터 경로 임시 설정 추가
- 추후 경로 확정 후 수정 예정
sunglitter added a commit that referenced this issue Nov 20, 2024
- 포스트 목록 페이지를 위한 페이지네이션 컴포넌트 구현
- 현재 페이지 상태 관리 및 이동 로직 추가
- 기본 UI와 동작 테스트 완료
sunglitter added a commit that referenced this issue Nov 20, 2024
- 페이지 하단에서 클릭 시 화면을 최상단으로 스크롤 이동하는 컴포넌트 구현
- 버튼 UI 및 애니메이션 추가
- 동작 테스트 완료
sunglitter added a commit that referenced this issue Nov 20, 2024
- 공구 모집 및 진행 상태별 포스트 목록 페이지 구현
- 포스트 데이터를 상태에 따라 필터링하여 표시
- 기본 UI와 페이징 처리 로직 추가
sunglitter added a commit that referenced this issue Nov 21, 2024
- 사용자 편의성을 위한 글 작성 버튼 UI 구현
- 클릭 시 글 작성 페이지로 이동하도록 기능 추가
sunglitter added a commit that referenced this issue Nov 21, 2024
- 사용자 검색 기능을 위한 검색 바 UI 구현
sunglitter added a commit that referenced this issue Nov 21, 2024
- PostList에 글 작성 버튼 및 검색바 추가
- 검색 기능과 글 작성 버튼 동작을 위한 관련 로직 구현
- PostCreatedAt과 PostCloseAt을 통합하는 PostDate 컴포넌트 생성
@sunglitter sunglitter changed the title [Feature] 커뮤니티 - 공구 모집 및 진행 페이지 생성 Feat: 커뮤니티 - 공구 모집 및 진행 페이지 생성 Nov 21, 2024
sunglitter added a commit that referenced this issue Nov 21, 2024
- UI 개선을 위한 여백, 폰트 크기 및 정렬 스타일 조정
sunglitter added a commit that referenced this issue Nov 24, 2024
- 카테고리 선택 컴포넌트의 여백, 정렬 및 레이아웃 스타일 조정
- 포스트 작성 페이지의 입력 필드 및 버튼 스타일 개선
- UI 일관성 유지를 위한 세부 디자인 보완
@sunglitter sunglitter changed the title Feat: 커뮤니티 - 공구 모집 및 진행 페이지 생성 Feat: 커뮤니티 - 공구 모집 및 진행 포스트 목록 조회 페이지 생성 Nov 25, 2024
sunglitter added a commit that referenced this issue Dec 1, 2024
- Mock 데이터의 작성자 ID와 닉네임 값 수정
- 상태 관련 타입을 포스트 생성 로직에 맞게 업데이트
- 테스트 데이터와 타입 일관성 유지 목적
sunglitter added a commit that referenced this issue Dec 5, 2024
- 변경된 라우터 경로에 맞춰 Link 컴포넌트 경로 수정
- 네비게이션 동작 확인 및 관련 로직 업데이트
- 경로 변경으로 인한 잘못된 링크 참조 오류 방지
sunglitter added a commit that referenced this issue Dec 5, 2024
- 카테고리 컴포넌트의 UI 스타일 개선
- 연관 페이지의 컴포넌트 구조 수정으로 코드 재사용성 강화
- 스타일 및 구조 변경으로 유지보수성과 가독성 향상
sunglitter added a commit that referenced this issue Dec 5, 2024
- 기존 Mock Data 호출 로직을 실제 API 호출로 전환
- API 데이터 형식에 맞춰 페이지 컴포넌트 수정
- 데이터 연동 및 상태 동기화 로직 추가
- 페이지 로드 시 실제 데이터를 기반으로 렌더링 구현
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

No branches or pull requests

1 participant