g-market / b-shop-backend

0 stars 0 forks source link

feat: 홈 화면에서 카테고리 조회 캐시화 #44

Closed halucinor closed 1 year ago

halucinor commented 1 year ago

In GitLab by @haaeee on Mar 22, 2023, 09:21


name: Feature Template assignees: '@haaeee'

🤷 구현할 기능

홈 화면에서 연도, 카테고리 이름들, 그리고 아이템들을 조회합니다.

이 때 연도는 프론트에서 미리 사전에 정의한 연도들만 보이도록 하여 HTTP 요청을 줄이고,

카테고리는 캐시화를 도입하려고 합니다.

🔨 상세 작업 내용

📄 참고 사항

⏰ 예상 소요 기간

23/03/22

halucinor commented 1 year ago

In GitLab by @haaeee on Mar 22, 2023, 09:28

marked the checklist item 캐시 설정 as completed

halucinor commented 1 year ago

In GitLab by @haaeee on Mar 22, 2023, 09:28

marked the checklist item 조회시 캐시 사용 as completed

halucinor commented 1 year ago

In GitLab by @haaeee on Mar 22, 2023, 09:28

marked the checklist item CUD(생성, 수정, 삭제시) 캐시 비우기 as completed