Skip to content

feat: implement search page#101

Merged
soosoo22 merged 5 commits intomainfrom
feat/84-add-search-page
Nov 14, 2025
Merged

feat: implement search page#101
soosoo22 merged 5 commits intomainfrom
feat/84-add-search-page

Conversation

@soosoo22
Copy link
Copy Markdown
Member

🔥 PR Title

search page published and API connected

📌 Work Description

search Page

  • added search bar UI (read-only mode / editable mode)
  • show recent search history
  • delete search history (single / all)

search API

  • connected store search API (/api/v1/search)
  • show search results on the map page
  • connect search history API (save history on server)

search history management

  • Logged-in users: history saved on server
  • Non-logged-in users: history saved in localStorage

✅ Checklist

  • Tested that the code works correctly
  • Updated documentation if necessary
  • Added explanations to help reviewers understand the code

📸 Screenshots (Optional)

🚀 How to Test (Optional)

💡 Notes / Discussion Points (Optional)

@soosoo22 soosoo22 added this to the 2차 스프린트 milestone Nov 14, 2025
@soosoo22 soosoo22 self-assigned this Nov 14, 2025
@soosoo22 soosoo22 linked an issue Nov 14, 2025 that may be closed by this pull request
2 tasks
@vercel
Copy link
Copy Markdown

vercel bot commented Nov 14, 2025

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

Project Deployment Preview Comments Updated (UTC)
gryffindor Ready Ready Preview Comment Nov 14, 2025 9:23am

@soosoo22 soosoo22 merged commit 6952b9d into main Nov 14, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: implement search page

1 participant