feat(home): 최근 활동 LIVE 라우팅을 추가한다

This commit is contained in:
2026-07-30 16:42:33 +09:00
parent a1aa9c2243
commit f600d10e8b
10 changed files with 366 additions and 8 deletions

View File

@@ -107,6 +107,13 @@ Creator/Community Action Phase 테스트 예시:
./gradlew :app:testDebugUnitTest --tests "kr.co.vividnext.sodalive.v2.community.action.*"
```
Home Recommendation Phase 16 테스트 예시:
```bash
./gradlew :app:testDebugUnitTest \
--tests "kr.co.vividnext.sodalive.v2.main.home.HomeMainFragmentLayoutTest" \
--tests "kr.co.vividnext.sodalive.v2.main.home.HomeMainFragmentLoginGuardSourceTest"
```
CreatorChannel 현재 라이브 공통 컴포넌트 테스트 예시:
```bash
./gradlew :app:testDebugUnitTest --tests "kr.co.vividnext.sodalive.v2.creator.channel.ui.CreatorChannelCurrentLiveViewModelTest"