Commit Graph

28 Commits

Author SHA1 Message Date
JiWoong Sul
2857fe1cb6 chore(repo): keystore 아티팩트 무시
- doc/key/ 디렉터리와 keystore 확장자를 무시해 인증서/비밀번호 노출을 방지
2025-12-04 16:35:15 +09:00
JiWoong Sul
6a3e8f30d8 docs(store): 스토어 설명과 캘린더 UX 계획 추가
- 앱 스토어용 한 줄/상세 설명 초안을 정리\n- 캘린더·통계/추천 화면 개선 범위와 검증 항목을 문서화
2025-12-04 16:35:10 +09:00
JiWoong Sul
bcc26f5e79 fix(ad): 스크린샷 모드에서 네이티브 광고 비활성화 2025-12-04 16:29:32 +09:00
JiWoong Sul
04b1c3e987 fix(splash): 배경 아이콘 겹침 최소화 2025-12-03 18:55:49 +09:00
JiWoong Sul
095222ef61 style(ad): 네이티브 광고 라운드 제거 2025-12-03 18:36:23 +09:00
JiWoong Sul
637507f02a fix(calendar): 월별 방문 카테고리 집계 반영 2025-12-03 18:31:37 +09:00
JiWoong Sul
3f659432e9 fix(ad): 전면 광고 몰입 모드 적용 2025-12-03 18:26:34 +09:00
JiWoong Sul
a4c7f55fc0 chore(branding): 앱 표시 이름을 오늘뭐먹Z로 변경 2025-12-03 17:51:22 +09:00
JiWoong Sul
d733bf664b feat(ads): 네이티브 광고 적용 및 디버그 스위치 이동 2025-12-03 17:25:00 +09:00
JiWoong Sul
5cae033977 chore(icon): 기본 아이콘을 appicon.png로 재생성 2025-12-03 15:51:19 +09:00
JiWoong Sul
4b0e2b4e28 chore(icon): 앱 아이콘 교체 2025-12-03 15:10:42 +09:00
JiWoong Sul
4cfff7252e docs(agents): git 코멘트 한글 규칙 추가 2025-12-03 14:51:55 +09:00
JiWoong Sul
e4c5fa7356 fix(notification): harden local alerts 2025-12-03 14:48:21 +09:00
JiWoong Sul
3ff9e5f837 feat(app): add vworld geocoding and native ads placeholders 2025-12-03 14:30:20 +09:00
JiWoong Sul
d101f7d0dc docs(guidelines): translate AGENTS to English
Converted AGENTS.md to English wording while keeping Korean requirements as examples (Korean responses/comments remain enforced).
2025-12-02 15:28:16 +09:00
JiWoong Sul
9f82a0cfda docs(guidelines): restate comment language in English
AGENTS.md note about comment/PR summaries is now written in English while still requiring Korean content with optional English terms.
2025-12-02 15:26:43 +09:00
JiWoong Sul
df4c34194c feat(debug): add preview toggles and auto-close ads
- 기록/통계 탭에 디버그 토글 배너 추가 및 테스트 데이터 주입 로직 상태화\n- 리스트 공유 화면에 디버그 프리뷰 토글, 광고 관문, 디버그 전송 흐름 반영\n- 모의 전면 광고는 대기 시간 종료 시 자동 완료되도록 변경\n- AGENTS.md에 코멘트는 한국어로 작성 규칙 명시\n\n테스트: flutter analyze; flutter test
2025-12-02 15:24:34 +09:00
JiWoong Sul
69902bbc30 feat(category): add autocomplete for subcategories 2025-12-01 18:16:28 +09:00
JiWoong Sul
0e75a23ade feat(category): add autocomplete for category inputs 2025-12-01 18:02:09 +09:00
JiWoong Sul
c1aa16c521 feat(app): stabilize recommendation flow 2025-12-01 17:22:21 +09:00
JiWoong Sul
d05e378569 test(app): add geocoding and restaurant card coverage 2025-11-26 19:16:27 +09:00
JiWoong Sul
0e8c06bade feat(app): seed restaurants, geocode addresses, refresh sharing 2025-11-26 19:01:00 +09:00
JiWoong Sul
2a01fa50c6 feat(app): finalize ad gated flows and weather
- add AppLogger and replace scattered print logging\n- implement ad-gated recommendation flow with reminder handling and calendar link\n- complete Bluetooth share pipeline with ad gate and merge\n- integrate KMA weather API with caching and dart-define decoding\n- add NaverUrlProcessor refactor and restore restaurant repository tests
2025-11-22 00:10:51 +09:00
JiWoong Sul
947fe59486 feat(app): add manual entry and sharing flows 2025-11-19 16:36:39 +09:00
JiWoong Sul
5ade584370 docs: 2025-07-30 작업 내용 정리 및 테스트 보고서 추가
- 카테고리 필터링 버그 수정 내용 정리
- 중복 체크 로직 개선 사항 문서화
- 테스트 실행 결과 보고서
- 향후 개선사항 정리
2025-07-30 21:44:24 +09:00
JiWoong Sul
53ad14a8eb fix: NaverLocalSearchResult 좌표 필드 타입 오류 수정
- NaverLocalSearchResult에 latitude/longitude 필드가 없는 문제 해결
- 네이버 API는 mapx/mapy (네이버 좌표계) 사용
- 거리 계산 대신 네이버 API의 좌표 기반 정렬 기능 활용
- 불필요한 DistanceCalculator import 제거

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-30 19:38:32 +09:00
JiWoong Sul
9a61e2f391 fix: 맛집 중복 체크 및 카테고리 필터 로직 개선
1. placeId 기반 중복 체크 제거
   - 이전 대화에서 명확히 한 대로 placeId는 매칭에 사용하지 않음

2. 주소 기반 매칭 개선
   - 주소가 있을 때만 주소 기반 중복 체크 수행

3. 위치 기반 매칭 추가
   - 50m 이내 동일한 이름의 맛집 중복 체크 추가

4. 검색 결과 선택 로직 개선
   - 주소가 없을 때 가장 가까운 거리의 업체 선택

5. 카테고리 필터 버그 수정
   - 카테고리 표시명과 실제 값 불일치 문제 해결
   - 부분 일치 및 정규화된 비교 지원

6. 빈 상태 메시지 개선
   - 필터링 중일 때 적절한 안내 메시지 표시
   - 필터 초기화 버튼 추가

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-30 19:27:04 +09:00
JiWoong Sul
85fde36157 feat: 초기 프로젝트 설정 및 LunchPick 앱 구현
LunchPick(오늘 뭐 먹Z?) Flutter 앱의 초기 구현입니다.

주요 기능:
- 네이버 지도 연동 맛집 추가
- 랜덤 메뉴 추천 시스템
- 날씨 기반 거리 조정
- 방문 기록 관리
- Bluetooth 맛집 공유
- 다크모드 지원

기술 스택:
- Flutter 3.8.1+
- Riverpod 상태 관리
- Hive 로컬 DB
- Clean Architecture

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-30 19:03:28 +09:00