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 연동 중 발생하는 오류를 수정한다 #101

Open
5 of 6 tasks
plum-king opened this issue Jan 4, 2025 · 0 comments · Fixed by #102
Open
5 of 6 tasks

API 연동 중 발생하는 오류를 수정한다 #101

plum-king opened this issue Jan 4, 2025 · 0 comments · Fixed by #102
Assignees
Labels
Bug 🐞 버그 수정 Performance ⚡️ 성능 개선 Refactor ♻️ 코드 리팩토링

Comments

@plum-king
Copy link
Contributor

plum-king commented Jan 4, 2025

Description

FE와 API 연동 중 발생하는 오류를 수정한다.
코드 가독성을 위해 필요한 부분은 리팩토링을 진행한다.
성능 개선이 필요한 부분은 성능 개선을 위한 리팩토링을 진행한다.

Changes

수정 로그

  • 콘텐츠 이름이 빈 문자열인 경우, createdAt을 날짜만 보내도록 수정
  • 필터링 및 검색 시 최근에 추가된 콘텐츠가 먼저 나오도록 수정
  • 필터링 및 검색에서 검색 했을 시 응답에 콘텐츠 내용 추가
  • 간략화 원래 버전 롤백 + 현재 버전 v2로 분리
  • CORS 설정에 HTTPS 주소 추가, 스웨거 설정에도 추가
  • 전체 컨텐츠 목록 및 카테고리 내 컨텐츠 목록 조회 시, 링크 주소 추가

Additional context

@plum-king plum-king added Bug 🐞 버그 수정 Performance ⚡️ 성능 개선 Refactor ♻️ 코드 리팩토링 labels Jan 4, 2025
plum-king added a commit that referenced this issue Jan 4, 2025
Feat : 콘텐츠 이름이 빈 경우, 날짜만 나오도록 수정 (#101)
@plum-king plum-king reopened this Jan 4, 2025
gyuseon25 added a commit that referenced this issue Jan 4, 2025
…er-#101

Refactor: 필터링 및 검색 시 최근에 추가된 콘텐츠가 먼저 나오도록 수정 (#101)
gyuseon25 added a commit that referenced this issue Jan 7, 2025
Refactor: 간략화 원래 버전 롤백 + 현재 버전 v2로 분리 (#101)
gyuseon25 added a commit that referenced this issue Jan 14, 2025
Chore: SSL 적용으로 인한 설정 추가 (#101)
plum-king added a commit that referenced this issue Jan 15, 2025
Feat : 전체 컨텐츠 목록 및 카테고리 내 컨텐츠 목록 조회 시, 링크 주소 추가 (#101)
chaen-ing added a commit that referenced this issue Jan 15, 2025
Feat : 필터링 컨텐츠 목록 조회 시, 링크 주소 추가 (#101)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug 🐞 버그 수정 Performance ⚡️ 성능 개선 Refactor ♻️ 코드 리팩토링
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants