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

[refactor] : API url 수정 및 로직 위치, 이름 수정 #231

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

sansan20535
Copy link
Contributor

@sansan20535 sansan20535 commented Sep 27, 2024

변경사항

API url 수정

  • 각 API의 역할을 더 뚜렷하게 확인할 수 있도록 이름을 수정하였습니다.

API 로직 위치 변경 및 이름 수정

  • API url에 맞추어 로직을 이동함에 따라 필요한 UseCase, Request 등의 이름을 수정하고 위치를 이동시켰습니다.

고려사항

  • 이 API에서 "중요한, 주요하게 다뤄지는" 자원에 초점을 맞추었습니다. 예를 들어 사용자의 캐릭터를 선택하는 API라면 캐릭터를 선택하면 바뀌는 것은 사용자이긴 하지만, 결국 이 API에서 중요하게 다뤄지는 자원은 "캐릭터"라고 생각해서 character관련 API에 연관시켰습니다.

https://clever-cabin-3e7.notion.site/API-URL-b5ced07426584102a1275df6d54a6191?pvs=4

@sansan20535 sansan20535 added the Refactor Refactoring label Sep 27, 2024
@sansan20535 sansan20535 self-assigned this Sep 27, 2024
@sansan20535 sansan20535 requested a review from a team as a code owner September 27, 2024 07:03
Copy link
Contributor

@unanchoi unanchoi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

번거로운 작업인데 수고많으셨어용

수정되었으면 하는 것 남겨둘게용

  1. Resource endpoint 단수, 복수를 통일했으면 좋겠어요!
    announcement -> announcements

  2. 사용자 탈퇴 api에서 http 요청을 delete로 바꾸고, endpoint에서는 delete를 삭제해도됭것같습니다!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Refactor Refactoring
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants