docs: 세션 진행 현황 및 다음 작업 로드맵 추가 (#108)#109
Conversation
📝 WalkthroughWalkthroughAdds ChangesSession Progress Documentation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
docs/SESSION-PROGRESS.md (1)
162-169: 📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick winReference issue
#108as stated in PR objectives.The PR objectives indicate this documentation closes issue
#108, but the document does not reference it. Add a reference in the header or opening paragraph to maintain traceability:# 세션 진행 현황 & 다음 할 일 + > Closes `#108` > 마지막 업데이트: 2026-06-30🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@docs/SESSION-PROGRESS.md` around lines 162 - 169, The progress guidelines in SESSION-PROGRESS.md need to explicitly reference issue `#108` for traceability. Update the document header or opening paragraph near the current rule list so it states that this PR/documentation relates to issue `#108`, using the existing progress section wording and keeping the reference easy to find even if the content shifts.
🧹 Nitpick comments (2)
docs/SESSION-PROGRESS.md (2)
72-80: 📐 Maintainability & Code Quality | 🔵 Trivial | 💤 Low valueAdd language specifier to fenced code block.
The diagram block at line 73 triggers MD040. Add
textas the language specifier since it contains structural pseudocode, not executable code.**방향 (토스증권 스타일):** - ``` + ```text 모바일: 현재 구조 유지 (BottomTabBar) 데스크톱(lg 이상): - 좌측 사이드바 네비게이션 - 콘텐츠 영역 max-w-6xl 또는 full-width - 2컬럼 레이아웃 (목록 + 상세)<details> <summary>🤖 Prompt for AI Agents</summary>Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.In
@docs/SESSION-PROGRESS.mdaround lines 72 - 80, The fenced diagram block in
SESSION-PROGRESS.md is missing a language specifier and triggers MD040; update
the existing triple-backtick block to use text since it is structural
pseudocode, not executable code. Locate the block containing the “방향 (토스증권 스타일)”
section and add the language tag to that fence so markdown lint recognizes it
correctly.</details> <!-- cr-comment:v1:560854d3b2990f8be9cae4ad --> --- `7-28`: _📐 Maintainability & Code Quality_ | _🔵 Trivial_ | _💤 Low value_ **Add blank lines around tables for markdownlint compliance.** Three tables (lines 10, 19, 25) lack surrounding blank lines, triggering MD058 warnings. Add blank lines before and after each table for proper rendering and lint compliance. ```diff ### 버그 수정 + | PR | 내용 | 브랜치 | 상태 | |----|------|--------|------| | BE#82 | 랭킹 기준가 탐색 범위 ±1일→±7일 확장 | fix/82/ranking-base-price-search-window | ✅ main 머지 | | BE#94 | 정렬 DB 레벨 native query (sort 502 수정) | fix/46/sort-502-loop | ✅ main 머지 | | FE#52 | useSWRInfinite SWR 키 안정화 (정렬 무한 루프) | fix/46/swr-key-stability | ✅ main 머지 | | FE#54 | useSWRInfinite revalidateOnFocus/Reconnect 비활성화 | fix/53/swr-revalidate-on-focus | ✅ develop 머지 | | BE#103 | docker-compose 백엔드 healthcheck 추가 (배포 502 수정) | fix/102/deploy-healthcheck | ✅ main 머지 | + ### 기능 추가 + | PR | 내용 | 상태 | |----|------|------| | BE#86 | 랭킹 페이지네이션 (RankingPageResponse) | ✅ main 머지 | | FE | useRankingInfinite 무한 스크롤 | ✅ main 머지 | + ### 문서 + | 파일 | 내용 | 상태 | |------|------|------| | docs/TECH-DEBT.md | 9개 기술 부채 이슈화 | ✅ main 머지 (PR#107) | +🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@docs/SESSION-PROGRESS.md` around lines 7 - 28, The markdown tables in SESSION-PROGRESS are missing surrounding blank lines, causing markdownlint MD058 warnings. Update the sections under completed work, bug fixes, feature additions, and docs so each table has a blank line before and after it, preserving the existing content and table structure.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Outside diff comments:
In `@docs/SESSION-PROGRESS.md`:
- Around line 162-169: The progress guidelines in SESSION-PROGRESS.md need to
explicitly reference issue `#108` for traceability. Update the document header or
opening paragraph near the current rule list so it states that this
PR/documentation relates to issue `#108`, using the existing progress section
wording and keeping the reference easy to find even if the content shifts.
---
Nitpick comments:
In `@docs/SESSION-PROGRESS.md`:
- Around line 72-80: The fenced diagram block in SESSION-PROGRESS.md is missing
a language specifier and triggers MD040; update the existing triple-backtick
block to use text since it is structural pseudocode, not executable code. Locate
the block containing the “방향 (토스증권 스타일)” section and add the language tag to
that fence so markdown lint recognizes it correctly.
- Around line 7-28: The markdown tables in SESSION-PROGRESS are missing
surrounding blank lines, causing markdownlint MD058 warnings. Update the
sections under completed work, bug fixes, feature additions, and docs so each
table has a blank line before and after it, preserving the existing content and
table structure.
[Release] 세션 진행 현황 및 다음 작업 로드맵 추가 (#109)
Closes #108
Summary by CodeRabbit