Skip to content

[Feat] #44 home 데이터 넣기#58

Merged
JangInho merged 2 commits into
developfrom
feat/#44-home
May 19, 2026
Merged

[Feat] #44 home 데이터 넣기#58
JangInho merged 2 commits into
developfrom
feat/#44-home

Conversation

@JangInho

@JangInho JangInho commented May 19, 2026

Copy link
Copy Markdown
Contributor

🧾 요약

  • 홈 API관련 데이터 넣기

🔗 이슈

  • close #

✨ 변경 내용

  • 마이그레이션 파일

✅ 확인

  • 빌드 OK
  • 테스트 OK

Summary by CodeRabbit

Release Notes

  • New Features
    • Added 7 Seoul-area mountains to the database with comprehensive details including altitude, difficulty rating, estimated duration, and geographical coordinates.

Review Change Stack

@JangInho JangInho self-assigned this May 19, 2026
@coderabbitai

coderabbitai Bot commented May 19, 2026

Copy link
Copy Markdown

Caution

Review failed

Pull request was closed or merged during review

📝 Walkthrough

Walkthrough

A new Flyway migration script inserts seven Seoul-area mountain records into the mountains table. Each record includes name, address, altitude, difficulty level, estimated duration, latitude, longitude, and image URLs stored as jsonb arrays, with automatic timestamp initialization.

Changes

Database Seeding

Layer / File(s) Summary
Mountain seed data migration
src/main/resources/db/migration/V3__seed_seoul_gyeonggi_mountains.sql
Flyway migration V3 inserts 7 Seoul-area mountain records with geospatial coordinates (latitude/longitude), difficulty ratings, hiking duration, and jsonb-formatted image URL arrays; timestamps auto-populated via now().

Estimated Code Review Effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🏔️ Seven peaks now rest in our database,
Seoul's beloved summits in their rightful place—
Coordinates, images, difficulty grades,
Migration V3 brings the mountains to our aids,
Ready for hikers to find their next view! 🗺️

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title references #44 and mentions adding home data (홈 데이터 넣기), which aligns with the PR objective of adding home API-related data via seed data insertion.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/#44-home

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

@JangInho
JangInho merged commit 633619e into develop May 19, 2026
2 of 3 checks passed
@coderabbitai coderabbitai Bot mentioned this pull request May 20, 2026
2 tasks
@howooyeon
howooyeon deleted the feat/#44-home branch May 23, 2026 14:51
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