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

[BE] User 기본 CRUD 기능 구현 #168

Merged
merged 7 commits into from
Nov 24, 2024
Merged

[BE] User 기본 CRUD 기능 구현 #168

merged 7 commits into from
Nov 24, 2024

Conversation

2Jin1031
Copy link
Collaborator

@2Jin1031 2Jin1031 commented Nov 23, 2024

  • 💯 테스트는 잘 통과했나요?
  • 🏗️ 빌드는 성공했나요?
  • 🧹 불필요한 코드는 제거했나요?
  • 💭 이슈는 등록했나요?
  • 🏷️ 라벨은 등록했나요?

작업 내용

User 기본 CRUD 기능 구현

노션 링크
https://www.notion.so/CRUD-API-31eda9fcfb6848d9a3493651824a7701?pvs=4

주의사항

마지막 커밋인 권한 필드만 추가하기 전에는 유저 로그인 기능이 정상 작동했는데
왜인지 모르겠으나 유저 권한 추가하니까 로그인이 안되네요..
에러 메세지로는 "사용자를 찾을 수 없습니다" 여서 제꺼만 안되는 건지 한번 테스트 부탁드립니다~..


추후 ROLE enum 형태 관리 고려 중

Closes #163

@2Jin1031 2Jin1031 added enhancement New feature or request 😄 BE labels Nov 23, 2024
@2Jin1031 2Jin1031 self-assigned this Nov 23, 2024
@urinaner
Copy link
Owner

수고햇어요~ 잘 작동하는거같아요. 진이님 로그인문제는 천천히 해결해보는걸로..

@urinaner urinaner merged commit 0246d2e into main Nov 24, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
😄 BE enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BE] User 기본 CRUD 설계
2 participants