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

내 운동기록 최신 정보부터 확인할 수 있도록 변경 #104

Merged
merged 1 commit into from
Mar 17, 2024

Conversation

soopeach
Copy link
Member

😎 작업 내용

  • 내 운동기록 최신 정보부터 확인할 수 있도록 변경

🧐 변경된 내용

  • Room에서 오름차순으로 정렬하던 것을 내림차순으로 정렬하도록 변경

🥳 동작 화면

  • 동작 화면 없음

🤯 이슈 번호

  • 이슈 없음

🥲 비고

  • 비고 없음

@soopeach soopeach requested a review from yonghanJu January 12, 2023 11:48
@soopeach soopeach self-assigned this Jan 12, 2023
@peter-j0y peter-j0y removed the request for review from yonghanJu May 11, 2023 10:36
@@ -12,6 +12,6 @@ interface RunningHistoryDao {
@Insert(onConflict = OnConflictStrategy.REPLACE)
suspend fun addRunningHistory(runningHistory: RunningHistoryEntity)

@Query("SELECT * FROM running_history ORDER BY started_at ASC")
@Query("SELECT * FROM running_history ORDER BY started_at DESC")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

확인했습니다

@yonghanJu yonghanJu merged commit 5ccd87f into develop Mar 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants