Summary
- Add Maestro flow summary documentation for core features. (commit: 507c9fb) (details)
- Update `.maestro/README.md` formatting. (commit: 426ab42) (details)
- Refactor Maestro test documentation by consolidating flow summaries. (commit: df4bd8e) (details)
- Update Maestro README.md to use numbered lists for test flow descriptions. (commit: c1bfccd) (details)
- Update Maestro README with detailed steps for user management and school registration test flows. (commit: efb7a28) (details)
- Change PERSON_ADMIN_WRITE flag to an explicit permission. Using a value that was not represented by a single 2^x value resulted in errors in the permission check queries not working as expected. (commit: 67d616e) (details)
- Fix for issue #231. (commit: 93e8ed5) (details)
- Fix mistake on xapi statement query: using incorrect verb field (commit: a500ce4) (details)
- Fix mistake on xapi resource: wrong parameter for until. (commit: df8580a) (details)
- Issue #231 (commit: de6e9a8) (details)
- Disable flow 003 until new xAPI based assignment branch is merged. (commit: 69f8132) (details)
- Check username unique during invitation acceptance process (issue #232). (commit: f57c392) (details)
- Apply username unique check to when admin sets a username manually. (commit: f80a98b) (details)
- Correct visibility of floating action button on PersonListViewModel.kt and update to use common GetWritableRolesUseCase (commit: 8f8b359) (details)
- Show role on PersonListScreen. (commit: 6252aff) (details)
- Show error snackbar when no valid link is found. (commit: ab5a99a) (details)
- Bump version and change assignment label. (commit: a3ad308) (details)
- Merge dev xapi (commit: 98c538d) (details)
- Clean up unused imports and string resources in `ClazzDetailScreen.kt`. (commit: 1c2be5c) (details)