Summary
- Add permission management: work in progress. (commit: fb4cdd1) (details)
- Add SchoolPermissionGrantDataSource implementations. (commit: d63a784) (details)
- Initial implementation of using CheckPersonPermissionUseCase (commit: d087ad0) (details)
- Fixes for PersonRepositoryIntegrationTest.kt (one test remaining) (commit: ae01d21) (details)
- Permission enforcement work in progress (commit: 6869dd8) (details)
- Fix compilation after merging main updates. (commit: bc30663) (details)
- Add CLassPermission to model and datasources. (commit: a15f134) (details)
- Update RespectAccountManager to use a shared hot flow to prevent lag. (commit: cc7ef41) (details)
- Enforce class view permissions including support for enrollment role-based permissions. (commit: 1834bca) (details)
- Enforce class write permission. (commit: c2aadbf) (details)
- Merge session changes from main. (commit: ab1f830) (details)
- Initial implementation of read person permission checks. (commit: 5171212) (details)
- Handle permissions for parents based on class permissions of children. (commit: 87132ca) (details)
- Add permission enforcement/checks to enrollment entities. (commit: e49f7dd) (details)
- Fix ClassPermissionEntity to use autoincrement primary key (commit: 0e6dd7d) (details)
- Update CheckPersonPermissionUseCase: can be used before person is saved to db or after saved to db without needing to lookup role. (commit: 8e1628f) (details)
- Fix person entity list permission check to include viewing related persons for the authenticated user. (commit: 2ae2abf) (details)
- Update SQL to enforce password entity permissions (commit: 63f5ea6) (details)
- Remove unused PersonPasskeyEntityDao functions. (commit: a2a8431) (details)
- Update PersonDataSourceDb to follow same function name pattern as other DAOs and split store/updateLocal (commit: f024121) (details)
- Update class permission queries to include permissions for parents to see child's classes. (commit: b5d3d5c) (details)
- Add CheckSchoolPermissionsUseCase and use it in PersonList and ClassList to control the visibility of add button. (commit: 417df62) (details)
- Implement pulling enrollment entities using a worker. (commit: e081569) (details)
- Add sinceIfPermissionsNotChangedSince parameter support. (commit: 75fc244) (details)
- Refactor assignment to link one assignment to one class. (commit: bddb16a) (details)
- Initial permission check for assignment read. (commit: 729a6ea) (details)
- Run pull sync fixes: (commit: 9036fcf) (details)
- Update SignupViewModel: remove unnecessary scope.launc that should not be there. (commit: b7e0f98) (details)
- Add debugging logs to SignupViewModel. (commit: 67c2d84) (details)
- Add more debugging logs to SignupViewModel. (commit: fdb3303) (details)
- Remove hello world maestro flow (commit: b767666) (details)
- Add retryTapIfNoChange to 001_001. (commit: 1984e60) (details)
- Remove action bar id parameter from 001_001 (commit: e0d6182) (details)
- Add repeat loop workaround for waiting Maestro cloud error. (commit: 45071e7) (details)
- Another attempt for 001_001 maestro workaround. (commit: 73c7dc1) (details)