Skip to content

Changes

Started by timer
Started 9 hr 24 min ago
Took 3 min 19 sec

Summary

  1. Change Person.asAgent to use only guid to avoid the actor id changing when username is first set. (commit: 25396cb) (details)
  2. Update Maestro E2E test flows and move several tests from pending to active. (commit: be8ae34) (details)
  3. moved tests to pendifolder to focus on 003 (commit: 0a45c80) (details)
  4. Cleanup of AssignmentDetailScreen Jetpack compose UI (commit: e634728) (details)
  5. Correct name on XapiAssignmentProgress and ResultRow from rawScore to scoreScaled. (commit: 21a7ecd) (details)
  6. Cleanup of AssignmentDetailScreen work in progress. (commit: baab71e) (details)
  7. Cleanup of AssignmentDetailScreen work in progress. (commit: e421ec0) (details)
  8. Cleanup AssignmentDetailScreen when viewed as student. (commit: f4b44e4) (details)
Commit 25396cb239abba2df83a8a97d7cd1d4741731a71 by Mike Dawson
Change Person.asAgent to use only guid to avoid the actor id changing when username is first set.
Update RespectSessionAndPerson to use Person.asXapiAgent
(commit: 25396cb)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/domain/account/RespectSessionAndPerson.kt (diff)
The file was modifiedrespect-datalayer/src/commonMain/kotlin/world/respect/datalayer/school/ext/PersonExt.kt (diff)
Commit be8ae34e1ba674171ddbc23e495c3e42d664a27f by Pooja Ravi
Update Maestro E2E test flows and move several tests from pending to active.
(commit: be8ae34)
The file was removed.maestro/pending-flows/001_001_invite_users_using_qr_code_or_link_test.yaml
The file was added.maestro/flows/001_003_login_using_school_link_test.yaml
The file was added.maestro/flows/001_001_invite_users_using_qr_code_or_link_test.yaml
The file was modified.maestro/flows/003_admin_user_assigns_assignment_to_a_class_test.yaml (diff)
The file was added.maestro/flows/001_002_add_user_direct_test.yaml
The file was removed.maestro/pending-flows/001_003_login_using_school_link_test.yaml
The file was added.maestro/flows/002_browse_lessons_test.yaml
The file was added.maestro/flows/001_005_add_school_self_registration_test.yaml
The file was removed.maestro/pending-flows/001_005_add_school_self_registration_test.yaml
The file was removed.maestro/pending-flows/001_002_add_user_direct_test.yaml
The file was removed.maestro/pending-flows/002_browse_lessons_test.yaml
Commit 0a45c804d95d51f4a45ab63049a742e5b0f1582d by Pooja Ravi
moved tests to pendifolder to focus on 003
(commit: 0a45c80)
The file was added.maestro/pending-flows/001_001_invite_users_using_qr_code_or_link_test.yaml
The file was removed.maestro/flows/001_001_invite_users_using_qr_code_or_link_test.yaml
The file was added.maestro/pending-flows/001_003_login_using_school_link_test.yaml
The file was added.maestro/pending-flows/002_browse_lessons_test.yaml
The file was added.maestro/pending-flows/001_002_add_user_direct_test.yaml
The file was removed.maestro/flows/001_003_login_using_school_link_test.yaml
The file was removed.maestro/flows/001_005_add_school_self_registration_test.yaml
The file was added.maestro/pending-flows/001_005_add_school_self_registration_test.yaml
The file was removed.maestro/flows/002_browse_lessons_test.yaml
The file was removed.maestro/flows/001_002_add_user_direct_test.yaml
Commit e63472824064d448523e45a056bbc320787f0aa6 by Mike Dawson
Cleanup of AssignmentDetailScreen Jetpack compose UI
(commit: e634728)
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/assignment/detail/AssignmentDetailTaskHeader.kt
The file was modifiedrespect-server/src/main/resources/http/respect-ds/case_valid/examples/statementmaker/index.html (diff)
The file was addedrespect-server/well-known/terms.html
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/assignment/detail/AssignmentDetailScreen.kt (diff)
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/assignment/detail/AssignmentDetailStudentNameCell.kt
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/assignment/detail/AssignmentDetailHeaderCell.kt
Commit 21a7ecd10f29c8c7e38b589e7079ff8b6407a865 by Mike Dawson
Correct name on XapiAssignmentProgress and ResultRow from rawScore to scoreScaled.
(commit: 21a7ecd)
The file was modifiedrespect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/xapi/adapters/XapiAssignmentResultRowAdapter.kt (diff)
The file was modifiedrespect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/xapi/daos/XapiStatementEntityDao.kt (diff)
The file was modifiedrespect-datalayer-db/src/jvmTest/kotlin/world/respect/datalayer/db/school/xapi/XapiStatementsResourceDbTest.kt (diff)
The file was modifiedrespect-datalayer/src/commonMain/kotlin/world/respect/datalayer/school/ext/PersonExt.kt (diff)
The file was modifiedrespect-lib-xapi-core/src/commonMain/kotlin/world/respect/lib/xapi/composites/XapiAssignmentProgress.kt (diff)
The file was modifiedrespect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/xapi/composites/XapiAssignmentResultRow.kt (diff)
Commit baab71ea8ac8c785c886e7bdc6cb7e9e0b6bd107 by Mike Dawson
Cleanup of AssignmentDetailScreen work in progress.
(commit: baab71e)
The file was modifiedrespect-lib-shared/src/commonMain/composeResources/values/strings.xml (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/domain/xapi/XapiAssignmentExt.kt (diff)
The file was modifiedrespect-lib-xapi-core/src/commonMain/kotlin/world/respect/lib/xapi/ext/XapiAssignmentProgressExt.kt (diff)
The file was modifiedrespect-lib-xapi-core/src/commonMain/kotlin/world/respect/lib/xapi/composites/XapiAssignmentProgress.kt (diff)
The file was modifiedrespect-lib-xapi-core/src/commonMain/kotlin/world/respect/lib/xapi/ext/XapiStatementExt.kt (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/assignment/detail/AssignmentDetailScreen.kt (diff)
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/assignment/detail/AssignmentDetailStudentProgressCell.kt
The file was addedrespect-lib-xapi-core/src/commonMain/kotlin/world/respect/lib/xapi/ext/XapiContextExt.kt
The file was addedrespect-lib-xapi-core/src/commonMain/kotlin/world/respect/lib/xapi/ext/XapiActivityExt.kt
Commit e421ec069755c66a87ea6927da234d7c74adf3e5 by Mike Dawson
Cleanup of AssignmentDetailScreen work in progress.
(commit: e421ec0)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/assignment/detail/AssignmentDetailStudentProgressCell.kt (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/assignment/detail/AssignmentDetailScreen.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/AssignmentDetailStudentNameCell.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/composeResources/values/strings.xml (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/assignment/detail/AssignmentDetailViewModel.kt (diff)
The file was modifiedrespect-lib-xapi-core/src/commonMain/kotlin/world/respect/lib/xapi/ext/XapiAssignmentProgressExt.kt (diff)
Commit f4b44e4f713fc508e145f38fc84eb52d3e711812 by Mike Dawson
Cleanup AssignmentDetailScreen when viewed as student.
(commit: f4b44e4)
The file was modifiedrespect-lib-xapi-core/src/commonMain/kotlin/world/respect/lib/xapi/composites/XapiActorAndAssignmentProgress.kt (diff)
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/assignment/detail/AssignmentDetailTaskListItem.kt
The file was modifiedrespect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/xapi/XapiStatementsResourceDb.kt (diff)
The file was addedrespect-lib-xapi-core/src/commonMain/kotlin/world/respect/lib/xapi/composites/XapiAssignmentTaskProgress.kt
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/assignment/detail/AssignmentDetailViewModel.kt (diff)
The file was removedrespect-lib-xapi-core/src/commonMain/kotlin/world/respect/lib/xapi/composites/XapiAssignmentProgress.kt
The file was modifiedrespect-lib-opds-model/src/commonMain/kotlin/world/respect/lib/opds/model/LangMapExt.kt (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/assignment/detail/AssignmentDetailScreen.kt (diff)
The file was modifiedrespect-datalayer-db/src/jvmTest/kotlin/world/respect/datalayer/db/school/xapi/XapiStatementsResourceDbTest.kt (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/assignment/detail/AssignmentDetailStudentProgressCell.kt (diff)
The file was modifiedrespect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/xapi/adapters/XapiAssignmentResultRowAdapter.kt (diff)
The file was modifiedrespect-lib-xapi-core/src/commonMain/kotlin/world/respect/lib/xapi/ext/XapiAssignmentProgressExt.kt (diff)