feat: 마이페이지 프로필 및 감정 출석체크 기능 구현 - #3
Open
dahliare wants to merge 1 commit into
Open
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
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.
📌 작업 내용
마이페이지 프로필 영역과 감정 기반 출석체크 기능을 구현했습니다.
✨ 주요 기능
🗂️ 변경 파일
mypage/앱 신규 생성config/settings.pyINSTALLED_APPS에mypage등록config/urls.py/mypage/URL 연결🔗 연동 예정 사항
현재 다른 담당자의 모델이 아직 합쳐지지 않아 다음 항목은 병합 후 실제 필드에 맞춰 최종 연동이 필요합니다.
Record모델 및 첫 번째 감정 데이터 연동🔗 추후 연동 사항
현재 사용자 및 기록 관련 모델이 아직 병합되지 않아, 팀 코드 병합 후 다음 항목을 확인해야 합니다.
회원가입 시 선택한 캐릭터 이미지 연동
기록 작성 시 선택한 첫 번째 감정을 출석 도장으로 표시
실제 로그인 페이지 URL 연결
팀 코드 병합 후 통합 테스트
📷 구현 화면