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

Room Database 데이터 저장 #18

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from
Open

Conversation

yeseoRyu
Copy link
Collaborator

@yeseoRyu yeseoRyu commented Jan 9, 2025

연관 이슈


작업 내용

  • Room Database 적용

    • Photo Entity & photo database 정의
    • Database 인스턴스가 정의된 DAO를 앱에 제공합니다.
    • repository 인터페이스가 DAO를 매핑하여 저장 및 조회 등의 기능을 수행합니다.
  • 데이터 저장 작업

    • 사진 밑에 하트 버튼 누르면 Photo 객체가 insert 됩니다.
    • data class의 Extension 함수로 SinglePhoto --> Photo 로 변환합니다.

테스트 케이스


결과

image


다음 할일

room 조회 기능 추가

@yeseoRyu yeseoRyu requested a review from f-lab-loco January 9, 2025 06:16
Copy link

sonarqubecloud bot commented Jan 9, 2025

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

Successfully merging this pull request may close these issues.

2 participants