code4romania / teacher-workout-android

Teacher Workout Android app
Mozilla Public License 2.0
5 stars 17 forks source link

Implement view model for the discover screen #43

Closed daniyelp closed 2 years ago

daniyelp commented 2 years ago

What does it fix?

Creates the ViewModel for the discover screen. This is necessary work towards connecting the screen to the backend and navigating to the lessons list screen.

Edit: Also changes a few things: breaking changes in the SearchView, some refactoring in the discover screen including extracting the lesson themes list to a separate function so it can be reused in the home screen.

daniyelp commented 2 years ago

@AlexandraDamaschin When you have time, can you please take a look over this? :wink:

AlexandraDamaschin commented 2 years ago

Hey @daniyelp sorry for the late reply, loads of holidays around here last week, but for sure will take a look over this today or tomorrow.

AlexandraDamaschin commented 2 years ago

Hey, @daniyelp let me know if we want to do that renaming or if we decide to merge it as it's for now?