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

Commits on Feb 15, 2023

  1. Configuration menu
    Copy the full SHA
    179ae59 View commit details
    Browse the repository at this point in the history
  2. feat : 태그 목록 등록 및 반환시 문자열 배열로 처리하도록 수정

    - 작품 정보 상세 조회 API에서 tag 정보를 문자열 배열의 형식으로 응답하도록 수정
    - 작품 등록 API에서 tag 정보를 요청할 때, 문자열 배열의 형식으로 요청하도록 수정
    - 작품 수정 API에서 tag 정보를 요청할 때, 문자열 배열의 형식으로 요청하도록 수정
    akalswl14 committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    cbe63af View commit details
    Browse the repository at this point in the history
  3. refactor : code format

    akalswl14 committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    2a62f9a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c08d6d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e598954 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Configuration menu
    Copy the full SHA
    397fc60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee5cf39 View commit details
    Browse the repository at this point in the history