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

[BLOOM-002] 식물 저장, 전체 조회, 상세 조회 API 개발 #5

Merged
merged 16 commits into from
Jul 24, 2024

Conversation

Dompoo
Copy link
Collaborator

@Dompoo Dompoo commented Jul 23, 2024

How

  • API들을 노션의 API문서를 기준으로 개발하였습니다.
  • 예외응답을 위해 ControllerAdvice를 사용했습니다.
  • 정상 요청과 비정상 요청 모두를 테스트하였습니다.

Result

  • 식물 저장 API 와 테스트
  • 식물 전체 조회 API 와 테스트
  • 식물 상세 조회 API 와 테스트
  • 예외 공통처리 기능

@Dompoo Dompoo added the 🌱 feat Suggest a new feature or enhancement label Jul 23, 2024
@Dompoo Dompoo requested a review from stophwan July 23, 2024 18:13
@Dompoo Dompoo linked an issue Jul 23, 2024 that may be closed by this pull request
@Dompoo Dompoo self-assigned this Jul 23, 2024
@Dompoo
Copy link
Collaborator Author

Dompoo commented Jul 24, 2024

API 기능들은 추후에 수정될 수 있으니 대충 봐주시고,
예외 공통화한 부분 중점적으로 봐주세요!

Copy link
Member

@stophwan stophwan left a comment

Choose a reason for hiding this comment

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

고생하셨습니다! 코멘트 확인해주시고 일단 다음 작업하시는 것 같으니 머지하셔도 됩니다~.
내일 한번 얘기해봐요!

@Dompoo Dompoo changed the title [#2] 식물 저장, 전체 조회, 상세 조회 API 개발 [BLOOM-002] 식물 저장, 전체 조회, 상세 조회 API 개발 Jul 24, 2024
@Dompoo Dompoo merged commit e17eec6 into main Jul 24, 2024
2 checks passed
@Dompoo Dompoo deleted the feat-2 branch July 24, 2024 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌱 feat Suggest a new feature or enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feat] 식물 저장, 전체 조회, 상세 조회 API 개발
2 participants