Skip to content

Changes

Started by timer
Started 15 hr ago
Took 3 min 8 sec

Summary

  1. Refactor (commit: 76f486c) (details)
  2. Refactor (commit: 2cabdbc) (details)
  3. Refactor AssignmentDetailViewModel. (commit: 9221b67) (details)
  4. Fixes for AssignmentEditViewModel.kt (commit: c1848dc) (details)
  5. Fix serialization of XapiGroup: As per Xapi spec XapiGroup objectType must be group, must not be null. Must add custom serializer to ensure default property is still serialized. (commit: cd998c3) (details)
  6. Refactor (commit: 108ff03) (details)
  7. Refactor (commit: f4fd5c1) (details)
  8. Fix for XapiActorSerializer: had incorrect use of jsonPrimitive.content (commit: 5e64863) (details)
  9. Refactor (commit: 3b5d793) (details)
  10. Rework handling of xAPI parameters in http statements datasource (commit: 7f831b0) (details)
  11. Add missing verb parameter to XapiStatementsResourceHttp (commit: 840f84d) (details)
  12. Add missing since/until to fromParams in XapiStatementsResource (commit: 82b3662) (details)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/assignment/edit/AssignmentEditViewModel.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/domain/xapi/XapiAssignmentExt.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/assignment/list/AssignmentListViewModel.kt (diff)
The file was modifiedrespect-lib-xapi-core/src/commonMain/kotlin/world/respect/lib/xapi/model/AssignmentSummary.kt (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/assignment/list/AssignmentListScreen.kt (diff)
Commit 9221b67a0ca38a6f16d1d9ccbb54f333042f1ee7 by Mike Dawson
Refactor AssignmentDetailViewModel.
(commit: 9221b67)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/assignment/detail/AssignmentDetailViewModel.kt (diff)
Commit c1848dc0dbd96148edd807f9eaf569a9cfd73872 by Mike Dawson
Fixes for AssignmentEditViewModel.kt
a) fix faulty logic on loading most recent statement
b) set random id for new statement
(commit: c1848dc)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/assignment/edit/AssignmentEditViewModel.kt (diff)
Commit cd998c38325f2b282447a4287c9bdc4b21a76ca0 by Mike Dawson
Fix serialization of XapiGroup: As per Xapi spec XapiGroup objectType must be group, must not be null. Must add custom serializer to ensure default property is still serialized.
(commit: cd998c3)
The file was modifiedrespect-lib-xapi-core/src/commonMain/kotlin/world/respect/lib/xapi/model/XapiStatement.kt (diff)
The file was modifiedrespect-lib-xapi-core/src/commonMain/kotlin/world/respect/lib/xapi/model/XapiGroup.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/assignment/detail/AssignmentDetailViewModel.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/app/appstate/AppUiState.kt (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/app/App.kt (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/assignment/detail/AssignmentDetailScreen.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/composeResources/values/strings.xml (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/assignment/detail/AssignmentDetailScreen.kt (diff)
Commit 5e64863acd46d2a1b25cbebb45ce389222cc483e by Mike Dawson
Fix for XapiActorSerializer: had incorrect use of jsonPrimitive.content

Should use contentOrNull
(commit: 5e64863)
The file was modifiedrespect-lib-xapi-core/src/commonMain/kotlin/world/respect/lib/xapi/model/XapiStatementObject.kt (diff)
The file was modifiedrespect-lib-xapi-core/src/commonMain/kotlin/world/respect/lib/xapi/model/XapiActor.kt (diff)
The file was modifiedrespect-lib-xapi-core/src/commonMain/kotlin/world/respect/lib/xapi/model/XapiStatement.kt (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/assignment/edit/AssignmentEditScreen.kt (diff)
Commit 7f831b0feddc3b8b416814432a83c71c0fe2178a by Mike Dawson
Rework handling of xAPI parameters in http statements datasource
(commit: 7f831b0)
The file was modifiedrespect-datalayer-http/src/commonMain/kotlin/world/respect/datalayer/http/school/xapi/XapiStatementsResourceHttp.kt (diff)
The file was modifiedrespect-datalayer-http/src/commonMain/kotlin/world/respect/datalayer/http/ext/ParametersBuilderExt.kt (diff)
The file was removedrespect-lib-xapi-core/src/commonMain/kotlin/world/respect/lib/xapi/resources/XapiStatementsParamsExt.kt
Commit 840f84da0100022bfc14f482aaa2be050c346b9c by Mike Dawson
Add missing verb parameter to XapiStatementsResourceHttp
(commit: 840f84d)
The file was modifiedrespect-datalayer-http/src/commonMain/kotlin/world/respect/datalayer/http/school/xapi/XapiStatementsResourceHttp.kt (diff)
Commit 82b3662caa7f607e4fb6f5771544dbe628ea8a8a by Mike Dawson
Add missing since/until to fromParams in XapiStatementsResource
(commit: 82b3662)
The file was modifiedrespect-lib-xapi-core/src/commonMain/kotlin/world/respect/lib/xapi/resources/XapiStatementsResource.kt (diff)