Summary
- Add UidNumberMapper interface. Add initial versions of RemoteWriteQueue. (commit: e379407) (details)
- Initial implementation and integration test for DrainRemoteWriteQueueUseCase (commit: 50af490) (details)
- Update drain implementation model so it generalizes to other model classes. (commit: 69580f1) (details)
- Move linking of RespectAccount scope and SchoolDirectoryEntry scope into AppKoinModule such that it can be used from a worker. (commit: 6302a38) (details)
- Initial version using workmanager to drain remote write queue. (commit: d32083b) (details)
- Add repository and http datasource for class. (commit: a4581d8) (details)
- Implement write support for EnrollmentDataSource (commit: 39c5486) (details)
- Updates to enrollment and person to handle invite scenario: (commit: dfebf5f) (details)
- Update person model to support mapping related persons (e.g. parents). (commit: 4a1c8ff) (details)
- Work in progress to implement support for redeeming an invite. (commit: aa2737b) (details)
- Remove duplicate import line from merge. (commit: 0a3ce6c) (details)
- Fix SchoolDirectoryEntryEntityDao compilation - fix return type and suspend function for findSchoolByInvite code. (commit: 0c49455) (details)
- Rough work in progress to implement invite acceptance end to end. (commit: 097e132) (details)
- Work in progress: make SchoolDirectoryEntry DataSource a little more like others. (commit: 14cfa93) (details)
- Initial implementation of GetInviteInfoUseCaseServer - now returns invite info as expected. (commit: c98f3a9) (details)
- Work in progress implementation of handling invite codes. (commit: 4f20704) (details)
- Fix AuthWithPasswordIntegrationTest compilation (commit: 6b82fb8) (details)
- Fix AuthWithPasswordIntegrationTest compilation (commit: 2d5cad5) (details)
- updates (commit: 1208661) (details)
- Add Redeem invite server endpoint, client use case, and accountmanager function. (commit: bc41768) (details)
- Changes related RespectRedeemInviteRequest.kt (commit: 1d33cd2) (details)