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(client): 백엔드 api를 사용하여 프리셋 저장, 수정, 삭제 #383

Merged
merged 3 commits into from
Aug 7, 2022

Conversation

xhseb
Copy link
Contributor

@xhseb xhseb commented Aug 5, 2022

작업 동기 (Motivation)

  • 로컬에 저장하던 프리셋 데이터를 DB로 옮겼습니다.

변경 사항 요약 (Key changes)

  • 적용된 변경 사항 요약
    • 백엔드 api를 사용하여 프리셋 저장, 수정, 삭제를 할 수 있게 하였습니다.

체크리스트

  • 각 기능에 대한 단위 테스트 및 통합 테스트를 수정|업데이트|추가했습니다(해당되는 경우).
  • 콘솔에 오류나 경고가 없습니다.
  • 개발된 기능의 스크린샷에 참여했습니다(해당되는 경우).

스크린샷 첨부

리뷰어들에게 요청사항

아직 dashboard42.com으로 프리셋 api가 되지 않기 때문에 임시로 로컬에 백엔드 서버를 올려서 완성하였습니다. 추후 도메인에 프리셋 api가 사용 가능할 때 붙이도록 하겠습니다!
usePreset에서 deletePreset 함수를 만들고 싶었는데 usePreset 내에서 무한 렌더링이되어 임시로 useBoard에 만들었습니다.
추후 수정되어야 할 사항입니다.

  • deletePreset함수 useBoard에서 usePreset으로 옮기기
  • 삭제버튼을 누르면 sidebar와 Board가 재렌더링이 되도록 하기

#368

@xhseb xhseb added the front-end label Aug 5, 2022
@xhseb xhseb self-assigned this Aug 5, 2022
@Likilee Likilee marked this pull request as ready for review August 7, 2022 07:58
Likilee
Likilee previously approved these changes Aug 7, 2022
Copy link
Contributor

@Likilee Likilee left a comment

Choose a reason for hiding this comment

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

LGTM!

sonkang added 2 commits August 7, 2022 17:01
- 백엔드 api를 사용하여 preset을 삭제할 수 있는 버튼을 만들었습니다

feat #368
@xhseb xhseb merged commit 5b44152 into main Aug 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants