ground-android icon indicating copy to clipboard operation
ground-android copied to clipboard

[Code health] Refactor main fragments

Open gino-m opened this issue 4 years ago • 1 comments

  • [ ] Move behavior and state from HomeScreenFragment, MapContainerFragment, and others into view models.
  • [ ] Move logic into appropriate class. Namely, there's a lot of logic relating to feature details in the HomeScreenFragment that ideally would live in FeatureDetailsViewModel.
  • [x] Move visibility state of FeatureRepositionView into FeatureRepostionViewModel
  • [x] Move visibility state of PolygonDrawingView into PolygonDrawingViewModel

gino-m avatar Jun 03 '21 23:06 gino-m

See also #719 and #701, which partially duplicate this issue.

scolsen avatar Feb 27 '23 18:02 scolsen