-
Notifications
You must be signed in to change notification settings - Fork 0
[GH-177] user app 개발 #179
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
Merged
Merged
[GH-177] user app 개발 #179
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Closed
Contributor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
이 PR은 사용자 인증 기능을 복원하고 프로젝트 구조를 개선합니다. 주요 변경사항은 사용자 이메일 인증 시스템 구현, 프로젝트 의존성 관리 도구를 Poetry에서 uv로 변경, 그리고 API 문서화 설정입니다.
- 이메일 인증 코드 발송 기능 구현 (Celery 비동기 작업 활용)
- 패키지 관리 도구를 Poetry에서 uv로 마이그레이션하고 Python 버전을 3.12로 업그레이드
- drf-spectacular를 사용한 OpenAPI 문서화 설정 추가
Reviewed changes
Copilot reviewed 25 out of 35 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| templates/verify_code.html | 이메일 인증 코드 전송용 HTML 템플릿 추가 |
| pyproject.toml | Poetry에서 uv로 의존성 관리 방식 변경 및 Python 버전 업그레이드 |
| jusicool/urls.py | internal_api URL 패턴 추가 및 api 경로 수정 |
| internal_api/urls.py | drf-spectacular 문서화 엔드포인트 설정 |
| core/throttles.py | 분당 1회 제한 throttle 클래스 구현 |
| core/exceptions.py | APIError로 클래스명 변경 및 InvalidRequestError 추가 |
| core/cache/prefix.py | 캐시 키 프리픽스 Enum 정의 |
| core/cache/cache.py | Redis 캐시 래퍼 클래스 구현 |
| config/urls.py | 사용되지 않는 config/urls.py 파일 삭제 |
| config/settings/local.py | Redis 데이터베이스 번호 변경 (0 → 1) |
| config/settings/base.py | 이메일, Celery, OpenAPI 설정 추가 |
| config/celery.py | Celery 애플리케이션 초기화 |
| config/init.py | Celery 앱 자동 로드 설정 |
| apps/users/tasks.py | 이메일 인증 코드 발송 Celery 작업 |
| apps/users/services.py | 사용자 인증 비즈니스 로직 |
| apps/users/models.py | User 모델 정의 |
| apps/users/migrations/0001_initial.py | User 모델 마이그레이션 |
| apps/users/apps.py | Users 앱 설정 |
| api/users/views.py | 이메일 인증 코드 요청 API 뷰 |
| api/users/urls.py | users API URL 패턴 |
| api/users/serializers.py | 이메일 인증 요청 serializer |
| api/users/schema.py | OpenAPI 스키마 정의 |
| api/urls.py | users API 엔드포인트 포함 |
| .github/workflows/style.yml | Python 3.12 및 uv 사용으로 업데이트 |
| .github/workflows/isort.yml | style.yml에 통합되어 삭제 |
Files not reviewed (1)
- .idea/runConfigurations/Jusicool_Server.xml: Language not supported
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
요약
변경사항
프로젝트 구조
User 앱
개발 도구
설정 및 구성
API 및 문서화
🤖 Generated with https://claude.com/claude-code