Skip to content
Success

#113 (Jan 5, 2026, 2:28:46 PM)

Started 1 mo 13 days ago
Took 16 min
Build Artifacts
001_001_invite_using_invite_code_test.mp481.71 MiB view
001_002_add_user_direct_test.mp431.27 MiB view
001_003_login_using_school_link_test.mp45.98 MiB view
002_browse_lessons_test.mp48.79 MiB view
003_admin_user_assigns_assignment_to_a_class_test.mp436.88 MiB view
001_001_invite_using_invite_code_test.png2.24 MiB view
001_002_add_user_direct_test.png1.06 MiB view
001_003_login_using_school_link_test.png317.43 KiB view
002_browse_lessons_test.png460.00 KiB view
003_admin_user_assigns_assignment_to_a_class_test.png1.22 MiB view
00_Main_Dashboard.png193.38 KiB view
respect-app-compose-debug.apk35.34 MiB view
respect-app-compose-release.apk10.42 MiB view
mapping.txt73.52 MiB view
respect-cli.zip30.41 MiB view
respect-server-1.0.0.zip44.89 MiB view
respect-server-shadow-1.0.0.zip46.03 MiB view

Started by user Mike Dawson

Revision: f98f983b325e5575b889ba4cde45cdf87f9f0656
Repository: https://github.com/UstadMobile/Respect.git
  • refs/remotes/origin/main
Changes
  1. Add permission management: work in progress. (details / githubweb)
  2. Add SchoolPermissionGrantDataSource implementations. (details / githubweb)
  3. Initial implementation of using CheckPersonPermissionUseCase (details / githubweb)
  4. Fixes for PersonRepositoryIntegrationTest.kt (one test remaining) (details / githubweb)
  5. Permission enforcement work in progress (details / githubweb)
  6. Fix compilation after merging main updates. (details / githubweb)
  7. Add CLassPermission to model and datasources. (details / githubweb)
  8. Update RespectAccountManager to use a shared hot flow to prevent lag. (details / githubweb)
  9. Enforce class view permissions including support for enrollment role-based permissions. (details / githubweb)
  10. Enforce class write permission. (details / githubweb)
  11. Merge session changes from main. (details / githubweb)
  12. Initial implementation of read person permission checks. (details / githubweb)
  13. Handle permissions for parents based on class permissions of children. (details / githubweb)
  14. Add permission enforcement/checks to enrollment entities. (details / githubweb)
  15. Fix ClassPermissionEntity to use autoincrement primary key (details / githubweb)
  16. Update CheckPersonPermissionUseCase: can be used before person is saved to db or after saved to db without needing to lookup role. (details / githubweb)
  17. Fix person entity list permission check to include viewing related persons for the authenticated user. (details / githubweb)
  18. Update SQL to enforce password entity permissions (details / githubweb)
  19. Remove unused PersonPasskeyEntityDao functions. (details / githubweb)
  20. Update PersonDataSourceDb to follow same function name pattern as other DAOs and split store/updateLocal (details / githubweb)
  21. Update class permission queries to include permissions for parents to see child's classes. (details / githubweb)
  22. Add CheckSchoolPermissionsUseCase and use it in PersonList and ClassList to control the visibility of add button. (details / githubweb)
  23. Implement pulling enrollment entities using a worker. (details / githubweb)
  24. Add sinceIfPermissionsNotChangedSince parameter support. (details / githubweb)
  25. Refactor assignment to link one assignment to one class. (details / githubweb)
  26. Initial permission check for assignment read. (details / githubweb)
  27. Run pull sync fixes: (details / githubweb)
  28. Update SignupViewModel: remove unnecessary scope.launc that should not be there. (details / githubweb)
  29. Add debugging logs to SignupViewModel. (details / githubweb)
  30. Add more debugging logs to SignupViewModel. (details / githubweb)
  31. Remove hello world maestro flow (details / githubweb)
  32. Add retryTapIfNoChange to 001_001. (details / githubweb)
  33. Remove action bar id parameter from 001_001 (details / githubweb)
  34. Add repeat loop workaround for waiting Maestro cloud error. (details / githubweb)
  35. Another attempt for 001_001 maestro workaround. (details / githubweb)