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 리팩토링 #163

Open
5 of 6 tasks
parkrootseok opened this issue Feb 6, 2023 · 0 comments · Fixed by #170, #176, #177, #230 or #231
Open
5 of 6 tasks

즐겨찾기, 메뉴, 방문로그, 혼잡도 관련 API 리팩토링 #163

parkrootseok opened this issue Feb 6, 2023 · 0 comments · Fixed by #170, #176, #177, #230 or #231
Assignees
Labels
📬 API 서버 API 🐞 BugFix 버그 수정 💾 DataBase database (Entity 생성 및 수정 등) 🔨 Refactor 코드 리팩토링 📚Swagger Swagger

Comments

@parkrootseok
Copy link
Contributor

parkrootseok commented Feb 6, 2023

  • N+1 해결
  • 코드 포맷팅
  • DB 자료형 수정
  • 폴더 정리
  • API 테스트 후 오류 수정
  • Swagger 설정 변경
@parkrootseok parkrootseok added 🐞 BugFix 버그 수정 📬 API 서버 API 🔨 Refactor 코드 리팩토링 💾 DataBase database (Entity 생성 및 수정 등) labels Feb 6, 2023
@parkrootseok parkrootseok self-assigned this Feb 6, 2023
parkrootseok added a commit that referenced this issue Feb 6, 2023
multipart/form-data를 사용하는 API가 Swagger에서 제대로 Response를 반환하지 못하여 설정하고, RequestPart가 변수명에 맞추어 키값으로로 설정되므로 제거
parkrootseok added a commit that referenced this issue Feb 6, 2023
불 필요한 로직 삭제
parkrootseok added a commit that referenced this issue Feb 6, 2023
parkrootseok added a commit that referenced this issue Feb 6, 2023
parkrootseok added a commit that referenced this issue Feb 6, 2023
parkrootseok added a commit that referenced this issue Feb 6, 2023
parkrootseok added a commit that referenced this issue Feb 7, 2023
Unsupported Media type 오류로 인해 dto에 관한 정보는 @RequestParam을 이용하여 받아서 사용
@parkrootseok parkrootseok linked a pull request Feb 7, 2023 that will close this issue
@parkrootseok parkrootseok reopened this Feb 7, 2023
@parkrootseok parkrootseok added the 📚Swagger Swagger label Feb 7, 2023
parkrootseok added a commit that referenced this issue Feb 7, 2023
로직 수정 및 Swagger 설정 추가
parkrootseok added a commit that referenced this issue Feb 7, 2023
로직 수정 및 Swagger 설정 추가
@parkrootseok parkrootseok reopened this Feb 7, 2023
parkrootseok added a commit that referenced this issue Mar 2, 2023
즐겨찾기 id -> 유저 id, 카페 id
@parkrootseok parkrootseok linked a pull request Mar 2, 2023 that will close this issue
@parkrootseok parkrootseok linked a pull request Mar 2, 2023 that will close this issue
@parkrootseok parkrootseok linked a pull request May 10, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment