Skip to content

🔀 :: (#302) 물주기 기능 구현 - #306

Merged
Hyeonseo4799 merged 23 commits into
developfrom
feature/302_watering
Sep 1, 2026
Merged

🔀 :: (#302) 물주기 기능 구현#306
Hyeonseo4799 merged 23 commits into
developfrom
feature/302_watering

Conversation

@Hyeonseo4799

@Hyeonseo4799 Hyeonseo4799 commented Aug 18, 2026

Copy link
Copy Markdown
Collaborator

💡 개요

📃 작업 내용

  • 물주기 관련 페이지 구현
  • 홈화면 물주기 단계 분기 처리

💻 구현 화면

Before After
2167.mp4

🎸 기타

  • 전반적인 구조를 Paging3 -> Custom Pagination으로 변경하였습니다.
  • placeholder처럼 작동하는 임시 데이터를 먼저 채우는 방식에 따라 기존 함수를 재사용하지 않습니다.
  • 이는 iOS와도 동일 정책으로 유지되며, 동일한 비즈니스 로직을 공유합니다.

Hyeonseo4799 and others added 5 commits August 9, 2026 19:17
# Conflicts:
#	data/src/main/java/com/idiotfrogs/data/repository/timecapsule/TimeCapsuleRepository.kt
#	data/src/main/java/com/idiotfrogs/data/repository/timecapsule/TimeCapsuleRepositoryImpl.kt
#	feature/detail/src/main/java/com/idiotfrogs/detail/DetailViewModel.kt
#	feature/home/src/main/java/com/idiotfrogs/home/HomeScreen.kt
@Hyeonseo4799
Hyeonseo4799 requested a review from Cjsghkd August 18, 2026 09:24
@Hyeonseo4799 Hyeonseo4799 self-assigned this Aug 18, 2026
@Hyeonseo4799 Hyeonseo4799 added the ✨ Feature 기능 개발 label Aug 18, 2026
@Hyeonseo4799 Hyeonseo4799 linked an issue Aug 18, 2026 that may be closed by this pull request
@Hyeonseo4799
Hyeonseo4799 merged commit eb0d407 into develop Sep 1, 2026
5 checks passed
@Hyeonseo4799
Hyeonseo4799 deleted the feature/302_watering branch September 1, 2026 05:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

✨ Feature 기능 개발

Projects

None yet

Development

Successfully merging this pull request may close these issues.

물 주기 기능 구현

2 participants