code4romania / code4romania/teacher-workout-android
Connect lesson themes screen to API
Open
- Dominant language
- Kotlin
- Stars
- 5
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
This can be done after we have the UI done for the lessons screen
Here is the graphql query to populate this screen https://teacher.heroesof.tech/ui/graphiql?query=query%20%7B%0A%20%20themes%20%7B%0A%20%20%20%20edges%20%7B%0A%20%20%20%20%20%20node%20%7B%0A%20%20%20%20%20%20%20%20id%0A%20%20%20%20%20%20%20%20title%0A%20%20%20%20%20%20%20%20thumbnail%20%7B%0A%20%20%20%20%20%20%20%20%20%20url%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%7D%0A%20%20%7D%0A%7D
Related:
- [x] https://github.com/code4romania/teacher-workout-android/issues/6
Contributor guide
Assessment
This issue has not been assessed yet.