Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SearchAPI 서비스 및 테스트 네트워크 코드 추가 #76

Merged
merged 7 commits into from
Mar 3, 2024

Conversation

eung7
Copy link
Contributor

@eung7 eung7 commented Mar 2, 2024

고민, 과정, 근거 💬

  • SearchAPI 관련한 필요한 코드들을 추가했습니다.
  • HomeAPI와 똑같은 DTO, Entity를 사용할 수도 있었지만, 나중을 대비해서 Search구조체를 따로 만들었습니다.
  • API가 전체적으로 구조가 비슷해서 Home, ProductInfo와 큰 차이가 없습니다.

@eung7 eung7 added 🛜 Network Networking 🔍 Search Search View labels Mar 2, 2024
@eung7 eung7 added this to the v2.0.0 milestone Mar 2, 2024
@eung7 eung7 requested a review from a team March 2, 2024 14:45
@eung7 eung7 self-assigned this Mar 2, 2024
Copy link
Member

@WhiteHyun WhiteHyun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다!

@eung7 eung7 merged commit 073c347 into main Mar 3, 2024
6 checks passed
@eung7 eung7 deleted the feature/search/72 branch March 3, 2024 07:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🛜 Network Networking 🔍 Search Search View
Projects
Development

Successfully merging this pull request may close these issues.

테스트 네트워킹 및 서비스를 구현한다.
2 participants