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

[Feat] createPlant, updatePlant, getPlantList 추가 #31

Merged
merged 3 commits into from
Aug 21, 2023
Merged

Conversation

sonshn
Copy link
Member

@sonshn sonshn commented Aug 21, 2023

🚀 관련 이슈

🔑 주요 변경사항

  • 식물 추가
  • 식물 수정
  • 같은 장소의 식물 리스트 조회

✔️ 체크 리스트

  • Merge 하려는 브랜치가 올바른가? (main branch에 실수로 PR 생성 금지)
  • 작업한 API에 대해 적절한 예외처리가 이루어졌는가?
  • 작업한 API에 대해 적절한 로그 메시지가 작성되었는가? (ControllerService에서 log.error 활용)
  • Merge 하려는 PR 및 Commit들을 로컬에서 실행했을 때 에러가 발생하지 않았는가?

↗️ 개선 사항

  • Info 도메인과 연결 필요!

📔 참고 자료

@sonshn sonshn linked an issue Aug 21, 2023 that may be closed by this pull request
8 tasks
@sonshn sonshn merged commit 3274480 into main Aug 21, 2023
@sonshn sonshn changed the title Feat/#26 plant [FEAT] 식물 등록, 식물 수정, 같은 장소의 식물 리스트 조회 Aug 21, 2023
@sonshn sonshn changed the title [FEAT] 식물 등록, 식물 수정, 같은 장소의 식물 리스트 조회 [Feat] 식물 등록, 식물 수정, 같은 장소의 식물 리스트 조회 Aug 21, 2023
@sonshn sonshn changed the title [Feat] 식물 등록, 식물 수정, 같은 장소의 식물 리스트 조회 [Feat] createPlant, updatePlant, getPlantList 추가 Aug 21, 2023
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.

[Feat] Plant API
1 participant