Skip to content
Success

#23 (May 21, 2026, 7:00:00 AM)

Started 1 day 11 hr ago
Took 21 min
Build Artifacts
001_001_invite_users_using_qr_code_or_link_test.mp410.07 MiB view
001_002_add_user_direct_test.mp422.55 MiB view
001_003_login_using_school_link_test.mp41.62 MiB view
001_005_add_school_self_registration_test.mp42.88 MiB view
002_browse_lessons_test.mp42.91 MiB view
004_001_add_groups_to_a_class_test.mp46.50 MiB view
001_001_invite_users_using_qr_code_or_link_test.png1.57 MiB view
001_002_add_user_direct_test.png2.13 MiB view
001_003_login_using_school_link_test.png349.82 KiB view
001_005_add_school_self_registration_test.png592.19 KiB view
002_browse_lessons_test.png451.30 KiB view
004_001_add_groups_to_a_class_test.png1.26 MiB view
00_Main_Dashboard.png214.94 KiB view
respect-app-compose-debug.apk59.27 MiB view
respect-app-compose-release.apk31.90 MiB view
mapping.txt93.00 MiB view
respect-cli.zip31.96 MiB view
respect-server-1.0.0.zip47.76 MiB view
respect-server-shadow-1.0.0.zip48.90 MiB view

Started by timer

Revision: 129ac91e8fef8241b6904a66183ea6ab8067e7be
Repository: https://github.com/UstadMobile/Respect.git
  • refs/remotes/origin/dev-student-grouping
Changes
  1. Add guideline on understanding code before committing (details / githubweb)
  2. Clarify variable usage in coding guidelines (details / githubweb)
  3. Introduce `XapiStatementExt.kt` to centralize xAPI helper functions and refactor student grouping ViewModels. (details / githubweb)
  4. Remove unused `SchoolDataSource` import in `XapiStatementExt.kt`. (details / githubweb)
  5. Update AGENTS.md to refer to CODING_GUIDELINES.md (details / githubweb)
  6. Implement initial version of getAssignmentProgress (details / githubweb)
  7. Add xapiAgent property to RespectSessionAndPerson (details / githubweb)
  8. Add Uuid opt-in to respect-app-compose and respect-lib-shared. (details / githubweb)
  9. Remove unused `SchoolDataSource` import in `XapiStatementExt.kt`. (details / githubweb)
  10. Add studentsXapiGroup function (details / githubweb)
  11. Update group filtering logic in `ClazzDetailViewModel.kt` to handle null timestamps and ensure distinct groups are correctly mapped from xAPI statements. (details / githubweb)
  12. Remove `XapiStatementExt.kt` and inline xAPI agent and statement creation logic within `StudentGroupingDetailViewModel` and `StudentGroupingEditViewModel`. Use `xapiAgent` directly from the selected account session and manually construct `XapiStatement` and `XapiAgent` objects for group management and voiding operations. (details / githubweb)
  13. Remove unnecessary empty lines in `ClazzDetailViewModel.kt`. (details / githubweb)
  14. Apply minor formatting and whitespace adjustments to `ClazzDetailViewModel.kt`. (details / githubweb)
  15. Improve error handling and data robustness in student grouping view models and screens. (details / githubweb)