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

To Do #65

Open
6 of 14 tasks
JitHoon opened this issue May 2, 2024 · 0 comments
Open
6 of 14 tasks

To Do #65

JitHoon opened this issue May 2, 2024 · 0 comments
Assignees
Labels
docs Improvements or additions to documentation feat New feature or request

Comments

@JitHoon
Copy link
Contributor

JitHoon commented May 2, 2024

Description

Todo (기능)

  • 최적화

image

성능 최적화

  1. CLS 개선 (성능 71 -> 93) cumulative layout shift (google)
    image
    image
    image

  2. 사용자 화면에 맞는 이미지 크기 조절을 통한 로드 시간 단축(93 -> 95) 적절한 이미지 크기 조정 (google)
    image
    image

  3. 지연 로드를 통한 사용자 최초 화면 로드 시간 단축 (95 -> 99) 너무 많은 지연 로드가 성능에 미치는 영향
    image

권장 사항이 78인 이유

  • 현재 회원 인증 및 팀 CRUD를 clerk 서드 파티에 의존하고 있습니다.

  • 2025년 초부터 구글 크롬에서는 단계적으로 서드 파티 쿠키 지원 중단을 할 예정입니다. 서드 파티 쿠키 지원 중단

  • 로그인 후 보드 이동 버튼 및 홈 버튼 추가

  • 미들웨어 설정

  • 템플릿으로 회의 작성하기 + 디자인 개선

  • 대시보드 서버 데이터 CRUD 로딩 독립적으로 관리

[서버 상태 변경 시 페이지 전체 로딩 vs. 컴포넌트 부분 로딩]

  • 보드 이름 변경
2024-05-05.10.48.19.mov
2024-05-05.10.51.34.mov
  • 보드 삭제
2024-05-05.10.53.39.mov
2024-05-05.10.54.12.mov
  • 엔터 입력 오류

추가 기능

  • 이미지 등록 기능
  • 드래그 & 드롭

Todo (문서화)

  • 배포 (네트워크 내용 정리)
  • node.js express
  • 소켓
  • 서버 과부하 개선
  • 렌더링 최적화 개선
  • Tanstack Query를 활용한 데이터 케싱 전략 및 UX 개선
@JitHoon JitHoon added the feat New feature or request label May 2, 2024
@JitHoon JitHoon self-assigned this May 2, 2024
@JitHoon JitHoon added the docs Improvements or additions to documentation label May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Improvements or additions to documentation feat New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant