[50기 최현수 - ADD : Api/용돈조회등록수정삭제 및 잔여 용돈 조회 및 testcode] #7
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
1. 본 PR이 우리 팀의 웹 서비스 제품성에 어떠한 기여를 하였고,
사용자에게 어떠한 기대효과를 전달하는지 작성해주세요.
내 PR이 제품 내 어떠한 기능적인 배경/전후맥락 가운데 개발되었나요?
내 PR이 Merge 됨으로써 유저에게 전달되는 편익/기대효과는 무엇일까요?
2. 이 브랜치에서 어떤 내용을 개발했는지 큰 제목과 상세 내역을 적어주세요.
용돈 조회 등록 수정 삭제 및 잔여 용돈 조회
변동사항
기타 수정 => browser에서 Request에 담은 id를 지표로 용돈을 수정, 삭제하는 함수 추가 및 주석 처리하였습니다.
프론트엔드에서 구현 방식에 대해 정해지면 두 방식 중 하나를 활용할 계획입니다(브라우저에서 용돈의 목록에서 id를 들고 있다가 req.body에 담아서 보낼 건지, req.body에 보내지 않을 건지 미정입니다).
=> 일부 수정 => 현재 query로 id 값을 받아 해당 id를 지표로 삭제하는 것으로 진행될 예정입니다.
3. 개발한 화면을 캡쳐해서 첨부 해 주세요.
![스크린샷 2023-11-22 오전 4 39 39](https://github.com/wecode-bootcamp-korea/50-3rd-Fin_Pong-backend/assets/82556127/d371623c-f4aa-42dd-bde4-bec1eb129ce6)
4. 이 브랜치에서 개발하면서 느꼇던 개발 성장포인트를 적어주세요.