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

작품 등록 API의 요청 형태 및 로직 수정 및 Tag 엔티티 변경, 작품 목록 조회 API 버그 개선 #97

Merged
merged 7 commits into from
Feb 16, 2023

Conversation

akalswl14
Copy link
Member

구현 내용

구현 요약

  • image_tag(ArtworkTag) 엔티티 삭제
  • tag 엔티티 통합
  • 작품 등록 API : tag 정보를 요청할 때, 문자열 배열의 형식으로 요청하도록 수정
  • 작품 수정 API : tag 정보를 요청할 때, 문자열 배열의 형식으로 요청하도록 수정
  • 작품 정보 상세 조회 API : tag 정보를 문자열 배열의 형식으로 응답하도록 수정
  • 작품 목록 조회 API : 일괄 등록된(batch) 작품들 내 최신순 순서가 지켜지지 않는 버그 수정
  • ArtworkController의 일부 코드 코드 포맷팅
  • 테스트 코드 실행시 SQL문 프린트하도록 설정

관련 이슈

close #49, close #96

구현 내용

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

- 작품 정보 상세 조회 API에서 tag 정보를 문자열 배열의 형식으로 응답하도록 수정
- 작품 등록 API에서 tag 정보를 요청할 때, 문자열 배열의 형식으로 요청하도록 수정
- 작품 수정 API에서 tag 정보를 요청할 때, 문자열 배열의 형식으로 요청하도록 수정
@akalswl14 akalswl14 added 버그 버그 수정 기능 수정 허걱 labels Feb 16, 2023
@akalswl14 akalswl14 self-assigned this Feb 16, 2023
@akalswl14
Copy link
Member Author

@le2sky FE 측 요청으로 인해, 바로 머지하도록 하겠습니다! 엔티티 변경이 있는만큼 한번 확인하면 좋을 것같아요 ~!

@akalswl14 akalswl14 merged commit c14c32f into develop Feb 16, 2023
@akalswl14 akalswl14 deleted the feature/49 branch April 27, 2023 05:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
기능 수정 허걱 버그 버그 수정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant