Habit-Calendar icon indicating copy to clipboard operation
Habit-Calendar copied to clipboard

Refactor the habit creation controller to make use of MVVM

Open TiagoMaiaL opened this issue 5 years ago • 0 comments

Apply the MVVM pattern initially to the habit creation view controller. Make it lighter, more testable, and more reusable. Other controllers will come in the next weeks.

  • [ ] Write the HabitHandlerViewModel
  • [ ] Make use of it in the HabitCreationViewController
  • [ ] Turn the static tableView into a dynamic one

TiagoMaiaL avatar Dec 04 '18 18:12 TiagoMaiaL