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

밀린 작업 List #118

Open
3 of 19 tasks
kimminkyeu opened this issue Aug 17, 2024 · 2 comments
Open
3 of 19 tasks

밀린 작업 List #118

kimminkyeu opened this issue Aug 17, 2024 · 2 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@kimminkyeu
Copy link
Collaborator

kimminkyeu commented Aug 17, 2024

이미지 처리하면서 못했거나 보류한 작업들이 분산되어 있어서, 여기에 모았습니다.

⚠️ 작업이 되었다면 체크표시 해주세요.

모든 작업은 Image 먼저 하고 처리!!!

공통

  • 무한스크롤 / 페이지네이션 버그 해결
    • 클라이언트에서 페이지네이션 요청한 범위가 실제 db에 있는 post 개수보다 커졌을 때 발생
  • 페이지마다 쿼리문 개수 체크 후 비정상적으로 많이 나오는 경우를 찾고 개선
  • 댓글 기능

Front

  • 회원 가입시 Nickname / 성별 / 인스타그램 id 입력하는 페이지
  • 내 프로필을 인스타 프로필로 연결
  • 회원 가입 프로필 제출 부분 (마이페이지)
  • 인증이 필요한 기능은 페이지를 아예 못들어가게 막기
    • /user/me 로 요청 날려서 토큰 검증

Back

  • 코드
    • 테스트 코드
  • 이미지 스토리지
    • 프로필은 경로 날짜별 말고 profiles로 옮기기
    • ApiException 말고 자체 Exception 던지도록 수정
  • DTO
    • 게시글 프리뷰 --> like / scrap status 반환
    • 게시글 상세 보기 --> like / scrap status 반환
    • 스크랩 --> scrap status 반환
    • 좋아요 --> like status 반환
    • 팔로우 --> follow status 반환
  • CRUD
    • 게시글 수정, 삭제 부분
    • 페이지네이션 무한 스크롤 미해결 --> 🔨 현재 작업 중입니다.
    • 회원 정보 입력에 커스텀 어노테이션 추가
    • post 상세조회 시 likeStatus, scrapStatus 만 따로 받을 수 있는 PostApiController GET 추가(프론트에서 따로 호출 예정)
@kimminkyeu kimminkyeu added the documentation Improvements or additions to documentation label Aug 17, 2024
@tigris24
Copy link
Collaborator

@tigris24
Copy link
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

4 participants