-
Notifications
You must be signed in to change notification settings - Fork 0
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 데이터베이스, 마이그레이션 세팅 및 GoalDao 구현 #17
Merged
Merged
Conversation
This file contains 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
9a62832
to
465a462
Compare
4fd299d
to
b01bdb7
Compare
b01bdb7
to
2ab8f88
Compare
nohjunh
reviewed
Jan 24, 2025
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.
고생하셨습니다~! 이제 대시보드와 Goal 데이터 갱신이 가능해지겠군요!
core/database/src/main/kotlin/com/chipichipi/dobedobe/core/database/db/DobeDobeDatabase.kt
Outdated
Show resolved
Hide resolved
core/database/src/main/kotlin/com/chipichipi/dobedobe/core/database/entity/GoalEntity.kt
Outdated
Show resolved
Hide resolved
core/database/src/main/kotlin/com/chipichipi/dobedobe/core/database/db/DobeDobeDatabase.kt
Outdated
Show resolved
Hide resolved
core/database/src/main/kotlin/com/chipichipi/dobedobe/core/database/entity/GoalEntity.kt
Outdated
Show resolved
Hide resolved
nohjunh
approved these changes
Jan 24, 2025
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.
두비두비 아요 를 참고했습니다~
GoalDao CRUD 로직을 BDD기법으로 테스트했습니다.
Given-When-Then 테스트 간단 설명!
Given-When-Then 기법은 쉽게 말해 Given(테스트 준비)-When(테스트하고자하는 로직)-then(테스트 검증)입니다.
shouldBe 는
==
로 동등성 검사 하는 것과 �같다고 생각하시면 됩니다.만약 expect 와 actual 이 다르면 테스트는 실패합니다
fallbackToDestructiveMigration()
로 db 삭제하고 다시 만드는 것 어떠세요??항상 건강이 최우선입니다! 푹 쉬고 천천히 봐주셔요~ 😉