-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
We have left some // TODOs in the code during the site creation project. We need to address them, so here is a list:
-
SegmentsViewHoldericon URL and color issue: https://github.com/wordpress-mobile/WordPress-Android/blob/feature/master-site-creation/WordPress/src/main/java/org/wordpress/android/ui/sitecreation/segments/NewSiteCreationSegmentViewHolder.kt#L38-L39 -
CreateSiteUseCaseTestAPI test issue: https://github.com/wordpress-mobile/WordPress-Android/blob/feature/master-site-creation/WordPress/src/test/java/org/wordpress/android/ui/sitecreation/previews/CreateSiteUseCaseTest.kt#L73 -
SiteCreationStepunknown step issue: https://github.com/wordpress-mobile/WordPress-Android/blob/feature/master-site-creation/WordPress/src/main/java/org/wordpress/android/ui/sitecreation/SiteCreationStep.kt#L16 -
NewSiteCreationMainVMreceiving steps fromFirebaseissue: https://github.com/wordpress-mobile/WordPress-Android/blob/feature/master-site-creation/WordPress/src/main/java/org/wordpress/android/ui/sitecreation/NewSiteCreationMainVM.kt#L27 -
NewSiteCreationServiceManagerListenerinjectableAppLogissue which has it's own Github issue Injectable AppLog #8817: https://github.com/wordpress-mobile/WordPress-Android/blob/feature/master-site-creation/WordPress/src/main/java/org/wordpress/android/ui/sitecreation/services/NewSiteCreationServiceManager.kt#L148-L155