Skip to content

feat: 절약 팁 조회와 북마크를 연동한다 - #249

Merged
jongse7 merged 3 commits into
developfrom
feat/saving-tips-api
Aug 21, 2026
Merged

feat: 절약 팁 조회와 북마크를 연동한다#249
jongse7 merged 3 commits into
developfrom
feat/saving-tips-api

Conversation

@jongse7

@jongse7 jongse7 commented Aug 21, 2026

Copy link
Copy Markdown
Member

📝 작업 내용 요약

  • /api/tips 목록과 팁별 북마크 API를 연동해 정적 절약 팁 데이터를 서버 상태로 교체했습니다.
  • 저장 탭은 서버가 반환한 bookmarked 항목만 표시하고, 저장·취소 시 관련 팁 캐시를 갱신합니다.
  • 페이지 메타데이터가 없는 목록 API를 마지막 페이지까지 조회해 저장 팁이 누락되지 않게 했습니다.
  • 기존 SecureStore 기반 팁 저장 브릿지와 정적 데이터·테스트를 제거했습니다.

✅ 체크리스트

  • develop 브랜치의 최신 코드를 pull 받았나요?
  • 빌드가 통과했나요?
  • vitest 테스트가 통과했나요?
  • Playwright e2e가 통과했나요?

🤖 AI 리뷰

Claude (next16-rn-reviewer)

백엔드 origin/mainTipSummaryResponse 계약과 대조했고, 목록 응답의 description·subcategory·sourceUrl·bookmarked를 확인했습니다. 페이지 끝까지 조회하는 보완 후 승인되었습니다.

Codex 교차 리뷰

Codex companion 플러그인을 찾을 수 없어 실행하지 못했습니다.

💬 기타 코멘트

백엔드 작업공간은 전환하지 않고 origin/main을 fetch해 API 계약만 읽었습니다.

@jongse7 jongse7 self-assigned this Aug 21, 2026
@jongse7
jongse7 requested a review from pbk95120 August 21, 2026 16:20
@vercel

vercel Bot commented Aug 21, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
28th-web-team-3-fe-web-dev Ready Ready Preview Aug 21, 2026 4:27pm
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
28th-web-team-3-fe-admin Ignored Ignored Aug 21, 2026 4:27pm

@coderabbitai

coderabbitai Bot commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

@jongse7, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 23 minutes

Limit details: You’ve used the included review currently available.

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

Wait for the limit to reset, then comment @coderabbitai review or push new commits to the PR.

An organization admin can change what happens after included review limits in Billing.

How do review limits work?

CodeRabbit enforces per-developer PR review limits within each organization.

For paid Pro and Pro+ reviews, CodeRabbit uses a developer's included PR review attempts over the past 7 days to set the current hourly allowance. At typical activity levels, the full plan allowance applies. Higher sustained activity can lower the allowance until earlier attempts leave the 7-day window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: a6a84130-f4b0-48c2-9ad2-2d02b39f5aec

📥 Commits

Reviewing files that changed from the base of the PR and between 4518dc2 and 120388a.

📒 Files selected for processing (13)
  • apps/web/app/(tabs)/benefits/_components/benefits-explorer.test.tsx
  • apps/web/app/(tabs)/benefits/_components/saving-tip-list.test.tsx
  • apps/web/app/(tabs)/benefits/_components/saving-tip-list.tsx
  • apps/web/app/(tabs)/benefits/constants.ts
  • apps/web/app/(tabs)/benefits/saved/_components/saved-benefits.test.tsx
  • apps/web/app/(tabs)/benefits/types.ts
  • apps/web/e2e/saved-empty-state.spec.ts
  • apps/web/lib/queries/tip.ts
  • apps/web/src/api/tip.test.ts
  • apps/web/src/api/tip.ts
  • packages/schema/src/index.ts
  • packages/schema/src/tip.test.ts
  • packages/schema/src/tip.ts

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@jongse7
jongse7 merged commit d3138a9 into develop Aug 21, 2026
6 checks passed
@jongse7
jongse7 deleted the feat/saving-tips-api branch August 21, 2026 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant