feat: 기록 생성 및 상세 수정 삭제 기능 구현 - #4
Open
dahliare wants to merge 3 commits 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.
📌 작업 내용
기록 작성, 상세 조회, 수정 및 삭제 기능을 구현했습니다.
✨ 주요 기능
기록 작성
기록 상세
기록 수정
기록 삭제
백엔드
Record모델 구현ImageField적용JSONField적용🗂️ Record 데이터 구조
userweathercontentimageemotionsplace_namelatitudelongitudecreated_atupdated_at🔗 추후 연동 사항
위치 인증 여부 확인 로직 연동
장소 선택 데이터 및 Place 모델 연동
메인페이지의 기록 작성 버튼과 모달 연결
로그인 기능 병합 후 실제 로그인 URL 확인
이미지 저장소 확정 후 S3 또는 Cloudinary 연동 검토
기록 삭제 후 실제 메인 또는 기록 목록 페이지로 이동
팀 코드 병합 후 통합 테스트
메인페이지 연동 전 기록 작성 모달을 독립적으로 확인하기 위한 임시 preview 화면이 포함되어 있습니다. 메인페이지 연결 후 preview 화면과 관련 URL을 제거할 예정입니다.
📷 구현 화면