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: 관리자 - 채팅방 관리 페이지 생성 #28

Open
4 of 5 tasks
sunglitter opened this issue Dec 1, 2024 · 0 comments
Open
4 of 5 tasks

Feat: 관리자 - 채팅방 관리 페이지 생성 #28

sunglitter opened this issue Dec 1, 2024 · 0 comments
Assignees
Labels
feat feat

Comments

@sunglitter
Copy link
Collaborator

sunglitter commented Dec 1, 2024

🧃 Issues

  • 관리자 - 채팅방 관리 페이지 생성

🍤 작업 내용

  • 라우터 경로 임시 설정
  • 채팅방 전체 목록 조회 컴포넌트
  • 개별 채팅방 조회 모달(전체 접근 가능)
  • 모달 내 채팅방 삭제 버튼 컴포넌트(관리자 권한)
@sunglitter sunglitter added the feat feat label Dec 1, 2024
@sunglitter sunglitter self-assigned this Dec 1, 2024
sunglitter added a commit that referenced this issue Dec 5, 2024
- 실제 백엔드 API 연동을 위해 Mock Data 제거
- 불필요한 데이터 파일과 관련 코드 삭제
sunglitter added a commit that referenced this issue Dec 5, 2024
- URL 파싱을 통해 채팅방 ID를 추출하는 기능 구현
- 채팅방 삭제 버튼 클릭 시 API 호출로 삭제 처리
- 삭제 완료 후 모달 닫기 및 상태 업데이트 로직 추가
sunglitter added a commit that referenced this issue Dec 5, 2024
- 가상 계좌 입금 페이지로 이동할 수 있는 라우터 경로 추가
- 기존 라우터 경로 구조 재정비 및 경로 명칭 수정
- 라우터 경로 변경 사항에 따른 네비게이션 로직 업데이트
sunglitter added a commit that referenced this issue Dec 5, 2024
- 최신 채팅 관련 API 사양에 맞춘 로직 수정
- 실시간 메시지 송수신을 위한 웹소켓 기능 추가
- 웹소켓 이벤트 핸들러 로직 개선 및 안정성 강화
- 채팅 연결 및 메시지 상태 동기화 로직 업데이트
sunglitter added a commit that referenced this issue Dec 6, 2024
- 관리자 계정으로 접속한 경우 My Page 대신 Admin Page로 접속하도록 수정
- Admin Page 하위 항목에 게시물 관리 및 채팅방 관리 추가
- 권한에 따른 페이지 전환 로직 및 네비게이션 구조 개선
sunglitter added a commit that referenced this issue Dec 9, 2024
- 전체 코드에서 실제 API 연동 작업 완료
- 혼합 접근법 활용 전역 상태 관리 방식 추가(jotai + react-query)
- 포스트 상세 조회 페이지 컴포넌트 구조 분리 및 리팩토링
- 환불 진행 및 환불 완료 페이지 파일명만 생성(빈 파일 상태)
sunglitter added a commit that referenced this issue Dec 9, 2024
- 이미지 프리뷰 처리 로직을 별도 함수로 생성 및 분리
- 분리된 프리뷰 함수 재사용으로 코드 중복 제거
- 이미지 업로드 기능이 있는 페이지들에 분리된 함수 적용
sunglitter added a commit that referenced this issue Dec 9, 2024
- 이미지 프리뷰 관련 함수를 별도 유틸리티 폴더로 이동
- 시간 관련 조정 함수 생성 및 관련 페이지에 반영
- 관리자 승인 대기 목록에서 마감일 정보 숨김 처리
- 게시글 승인 페이지 라우터 경로 수정으로 네비게이션 동작 개선
sunglitter added a commit that referenced this issue Dec 9, 2024
- SSE 핸들러 추가로 실시간 데이터 처리 기능 구현
- SSE 관련 타입 정의 및 관련 로직 수정
- 관리자 전용 참여 현황 열람 기능 추가
- 스타일 구조 수정으로 가독성 및 유지보수성 개선
- 상태 관리 로직 수정 및 최적화
sunglitter added a commit that referenced this issue Dec 11, 2024
- 불필요한 console.log 구문 제거로 코드 정리
- 배포를 위한 dist 파일 생성 및 확인
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat feat
Projects
None yet
Development

No branches or pull requests

1 participant