Skip to content

Changes

Started by Lipsa Behera
Started 8 days 13 hr ago
Took 2 min 51 sec

Summary

  1. Remove `getAppListAsFlow` and associated XAPI application listing extensions. (commit: 08c4e05) (details)
  2. Refactor app listing and management to use xAPI statements instead of SchoolApp data sources. (commit: 841735b) (details)
Commit 08c4e0547093dec30b8044be15fb991a4c0113e1 by lipsa.behera
Remove `getAppListAsFlow` and associated XAPI application listing extensions.
(commit: 08c4e05)
The file was modifiedrespect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/xapi/XapiStatementsResourceDb.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/domain/xapi/XapiAppListingExt.kt (diff)
The file was modifiedrespect-datalayer-repository/src/commonMain/kotlin/world/respect/datalayer/repository/school/xapi/XapiStatementsResourceRepository.kt (diff)
The file was modifiedrespect-lib-xapi-core/src/commonMain/kotlin/world/respect/lib/xapi/resources/XapiStatementsResource.kt (diff)
Commit 841735b6a24802b3f31c2cbd7e0f557bfab65776 by lipsa.behera
Refactor app listing and management to use xAPI statements instead of SchoolApp data sources.
(commit: 841735b)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/apps/list/AppListViewModel.kt (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/apps/launcher/AppLauncherScreen.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/apps/launcher/AppLauncherViewModel.kt (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/apps/list/AppListScreen.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/apps/detail/AppsDetailViewModel.kt (diff)