Skip to content

Release v0.2.0#108

Merged
LeeHanEum merged 24 commits intoreleasefrom
develop
Feb 13, 2026
Merged

Release v0.2.0#108
LeeHanEum merged 24 commits intoreleasefrom
develop

Conversation

@LeeHanEum
Copy link
Collaborator

@LeeHanEum LeeHanEum commented Feb 13, 2026

🌱 관련 이슈

  • close #

📌 작업 내용 및 특이 사항

  • a35dec0 Test: Mocking fixture data
  • dc6ac8a Hotfix: Firebase Admin libs Version
  • dcd71c8 Feature: Add Flower kind
  • e0aaad9 1.0 service down
  • 19cdc75 Chore: ARM 기반 개발환경 배포 워크플로 수정
  • 914716e Feature: 이미지 업로드를 위한 S3 연동
  • 3865a46 Refactor&Feature: FCM Sender & Notification Domain
  • 8b2cabd Hotfix: FcmConfig
  • 39f5997 Feature: User Device domain & fcm token insert
  • 04ddd4f Feature: User Location Domain & API
  • 7bdede7 Refactor: Update Add Blooming Status Response Field
  • ba0059e Feature: Add preview image URLs to flowerspot place list response
  • c8674b1 Feature: design landmark model and implement map client module
  • 473df5c Feature: KMA Weather API Connection
  • e6b0c7a Feature: Integrate with Kakao Map API to implement search landmark
  • e08f596 Feature: Airkorea external client, Weekend&Weekday push notification
  • 3630d7a Refactor: 행정구역 검색 포함하고 coroutineScope 활용한 병렬 요청
  • 73a7688 Fix: Add place search endpoint to enable anonymous api call
  • d959f6c Fix: Configure resource limits to fix development server timeout
  • 48205bc Refactor: Update minor changes in flowerSpot related APIs
  • 1b9acc4 Feature: implement category field and prioritize subway results
  • f0dc8a9 Refactor: Sort uploaded images by descending date in ImageS3Processor
  • 3b66e71 Chore: update production build and deploy process to use ec2
  • dbf2376 Chore: add production environment to deployment configuration

📝 참고

📌 체크 리스트

  • 리뷰어를 추가하셨나요 ?
  • 변경사항에 대해 충분히 설명하고 있나요 ?

char-yb and others added 24 commits April 13, 2025 16:57
* test: fixture data

* fix: Remove fixture access controller keyword
* feat: flower kind definition

* test: fixture flower kind

* fix: pre-commit

* fix: pre-commit
* feat: s3Client 연동 및 이미지 업로더 구현

* feat: 개화 상태 이미지 업로드 로직 구현

* feat: 개화 상태 이미지 경로에 prefixId를 포함

* feat: token bucket 기반 rate limit

* refactor: aws.yml 활성화

* refactor: 중복 의존성 제거

* refactor: 메타데이터 파라미터 삭제

* refactor: 타임아웃 시간 조절

* refactor: 메모리 누수 방지 위해 로컬 캐시로 버킷 대체

* refactor: path에서 userId 제거

* refactor: 버킷 TTL 조정

* feat: presignedGet 구현
* refactor&feature: FCM Send & Notification Domain

* fix: remove txAdvice

* fix: cursor, page require message
* feat: user Device domain & fcm token upsert

* fix: Parameter hidden Annotation
* feat: user Location Domain & Save Or Update Service

* feat: user location controller
* feat: design landmark model entity

* feat: add map client module and implement kakao search api
* [Feature] Add KMA weather API integration

- Implement weather-client module with KMA (Korea Meteorological Administration) API client
- Add Weather domain models (Weather, WeatherLocation, WeatherService)
- Configure WebFlux and Jackson dependencies for reactive API calls
- Add weather configuration file for KMA API settings

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

* feat: kma weather feignClient

* fix: unused webflux

* fix: lint

* fix: ErrorException

---------

Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
)

* feat: add kakao api params with KDoc

* refactor: refactor geo-related imports to support package

* feat: add SearchHistory model and entity

* feat: implement KakaoMapClient and properties for Kakao API integration

* feat: add flower spot search functionality with landmark

* chore: update CODEOWNERS to include @LeeHanEum

* feat: implement search history tracking for flower spot searches

* feat: enhance flower spot search with event publishing

* feat: cache landmark data

* feat: add Kakao region conversion API and response model

* refactor: reflect code review

* feat: implement full-text search for landmarks and optimize landmark addition

* feat: use plainto_tsquery for safe text query
…#86)

* feat: airkorea external client, weekend&weekday push notification

* fix: WeekdayNotification Message Content

* Update pida-clients/airquality-client/src/main/kotlin/com/pida/client/airquality/AirKoreaClient.kt

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update pida-core/core-api/src/main/kotlin/com/pida/scheduler/WeekendNotificationScheduler.kt

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* fix: comment&topic&build

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* [Feature] Add District data model for geographic representation

* refactor: Rename landmark package to place for improved clarity

* feat: update eupmyeondong related field and implement District append logic

* feat: implement AddDistrictRequest and DistrictService for administrative region data handling

* feat: implement PlaceFacade and update PlaceController for landmark and flower spot search functionality

* feat: add District search functionality and integrate with PlaceFacade

* feat: enhance search functionality with asynchronous processing and caching for flower spots and landmarks

* feat: filter search results by specified regions for landmarks and districts

* feat: update District model to use String for sido and make sigungu optional

* feat: make address nullable when only has sido

* feat: apply code review by rabbit
* refactor: replace TransactionalEventListener to EventListener

* feat: add permit all endpoint for places search
* refactor: Update PlaceSearchResponse to include flowerSpotId

* refactor: adapt ktlint

* refactor: add createdAt field when read flowerspot image
…andmark search (#97)

* feat: add landmark category enum field

* feat: prioritize subway results in place search
@LeeHanEum LeeHanEum self-assigned this Feb 13, 2026
@LeeHanEum LeeHanEum requested a review from char-yb as a code owner February 13, 2026 13:44
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 13, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch develop

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 and usage tips.

@LeeHanEum LeeHanEum merged commit ba242e6 into release Feb 13, 2026
2 checks passed
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.

2 participants