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

Base ingredient #93

Merged
merged 6 commits into from
Sep 23, 2024
Merged

Base ingredient #93

merged 6 commits into from
Sep 23, 2024

Conversation

knxxxn
Copy link
Collaborator

@knxxxn knxxxn commented Sep 19, 2024

PR 타입

  • 기능 추가
  • 기능 삭제
  • 버그 수정
  • 의존성, 환경 변수, 빌드 관련 코드 업데이트

반영 브랜치 🌵

feat/ ➡️ main

작업사항 📝

  • base ingredient 추가
  • (side)ingredient 를 base ingredient와 연결

신규 API 목록 ✅

/add-baseingredient : BaseIngredient 추가 API
/add-ingredient : Ingredient 추가 API
/baseingredients: 브랜드 이름으로 BaseIngredient 조회 API
/baseingredient/{baseIngredientId}/ingredients: 특정 BaseIngredient에 매핑된 Ingredient 조회 API

테스트 방법 🔎

스크린샷 2024-09-19 223011
스크린샷 2024-09-19 223120
스크린샷 2024-09-19 224752
스크린샷 2024-09-19 225130

관련 이슈 💡

#90

@knxxxn
Copy link
Collaborator Author

knxxxn commented Sep 23, 2024

스크린샷 2024-09-23 233649
스크린샷 2024-09-23 233919

@eogns47
Copy link
Collaborator

eogns47 commented Sep 23, 2024

와 고생했어!!

@eogns47 eogns47 merged commit d6c450f into main Sep 23, 2024
eogns47 added a commit that referenced this pull request Sep 23, 2024
@DeleteMapping("/remove")
public ResponseEntity<Map<String, Object>> deleteRecipe(@RequestBody Map<String, Integer> request) {
Integer recipeId = request.get("recipeId");
@GetMapping("/remove")
Copy link
Collaborator

Choose a reason for hiding this comment

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

요거만 다시 delete로 바꿔주면 좋을것같으~~

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.

2 participants