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

0.5.0 release-dev #372

Merged
merged 5 commits into from
Nov 14, 2023
Merged

0.5.0 release-dev #372

merged 5 commits into from
Nov 14, 2023

Conversation

birdieHyun
Copy link
Member

@birdieHyun birdieHyun commented Nov 14, 2023

What's Changed

Full Changelog: v0.4.3-dev...v0.5.0-dev

acceptor-gyu and others added 5 commits November 9, 2023 09:09
* fix: 삭제하려고 하는 classification을 참조하는 store가 없는지 검사하는 로직 수정

soft delete를 고려하지 않던 기존의 코드를 soft delete를 고려하는 코드로 수정

* fix: store soft delete 로직 수정

classification 삭제 시 deleted false인 store는 없지만 soft delete 되어있는 store가 있다면 fk constraints에 의해 classification이 삭제되지 않기 때문에
store soft delete 시 classification과 subclassification 모두 null로 바꾸도록 수정(#360)

---------

Co-authored-by: 김성규 <[email protected]>
우산 대여 시 자물쇠 관련 로직이 대여 가능 여부 로직보다 뒤에 있어 자물쇠 관련 로직에서 문제가 생겨도 대여가 돼버리는 문제 해결을 위해 순서 변경
* feat: 모든 보관함 조회 api 추가

* feat:보관함 생성 api

* feat: 보관함 수정 api 완성

* feat: 보관함 삭제 api

* docs: 보관함 crud api 문서화

* fix: signature를 대문자로 비교하기 위해 코드 수정
@birdieHyun birdieHyun merged commit 2aa6b46 into release-dev Nov 14, 2023
1 check passed
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