Skip to content

Changes

Started by timer
Started 1 day 1 hr ago
Took 3 min 12 sec

Summary

  1. AssignmentEdit UI tidyup in progress. (commit: 1673297) (details)
  2. AssignmentEdit tidyup: use ListItme not our own mix of columns/rows. (commit: c31cb77) (details)
  3. Fix mistake in XapiStatementsResourceDb that would set the wrong activity id on an empty result. (commit: 3ab4aa4) (details)
  4. Merge fix to set xapi activity id correctly for empty assignment result. (commit: f65d6c8) (details)
  5. Temporary test relaxation. (commit: 60fb477) (details)
Commit 1673297bb71599976da03c33374af415ae425fc5 by Mike Dawson
AssignmentEdit UI tidyup in progress.
(commit: 1673297)
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/assignment/edit/AssignmentEditTaskListItem.kt
The file was removedrespect-datalayer/src/commonMain/kotlin/world/respect/datalayer/school/model/Assignment.kt
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/assignment/edit/AssignmentEditViewModel.kt (diff)
The file was modifiedrespect-lib-opds-model/src/commonMain/kotlin/world/respect/lib/opds/model/LangMap.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/domain/xapi/XapiAssignmentExt.kt (diff)
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/components/langMapString.kt
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/assignment/detail/AssignmentDetailViewModel.kt (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/assignment/detail/AssignmentDetailTaskHeader.kt (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/assignment/detail/AssignmentDetailTaskListItem.kt (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/assignment/edit/AssignmentEditScreen.kt (diff)
The file was removedrespect-datalayer/src/commonMain/kotlin/world/respect/datalayer/school/model/AssignmentLearningUnitRef.kt
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/ext/XapiStatementExt.kt (diff)
The file was addedrespect-lib-xapi-core/src/commonMain/kotlin/world/respect/lib/xapi/ext/XapiActivityDefinitionExt.kt
Commit c31cb7706fb96b925df52eeea3b6b0bf7cae05b8 by Mike Dawson
AssignmentEdit tidyup: use ListItme not our own mix of columns/rows.
(commit: c31cb77)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/assignment/edit/AssignmentEditViewModel.kt (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/assignment/edit/AssignmentEditTaskListItem.kt (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/assignment/edit/AssignmentEditScreen.kt (diff)
Commit 3ab4aa40863a01e4c8dbb74a23f4986dec7c4f5d by Mike Dawson
Fix mistake in XapiStatementsResourceDb that would set the wrong activity id on an empty result.
(commit: 3ab4aa4)
The file was modifiedrespect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/xapi/XapiStatementsResourceDb.kt (diff)
Commit f65d6c83bd8907026f22148b415ae07b885fcc56 by Mike Dawson
Merge fix to set xapi activity id correctly for empty assignment result.
(commit: f65d6c8)
The file was modifiedrespect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/xapi/XapiStatementsResourceDb.kt (diff)
The file was modified.maestro/flows/003_admin_user_assigns_assignment_to_a_class_test.yaml (diff)