Summary
- Work in progress: moving Opds from app datasource to school datasource. (commit: 119e8ff) (details)
- Work in progress: convert App List screen to using Opds publications instead of Respect App Manifest. (commit: 4656739) (details)
- Work in progress: convert App List screen to using Opds publications instead of Respect App Manifest. (commit: c2db0f8) (details)
- Work in progress: model Respect App manifest using OPDS. (commit: a513cc6) (details)
- Add architecture and system to handle Opds for both external sources (eg. compatible apps) and internal (school playlists). (commit: d0a2110) (details)
- Work in progress making OpdsFeed a writable entity as per other entities in the school database. (commit: 31241d0) (details)
- Work in progress making OpdsFeed a writable entity as per other entities in the school database. (commit: 1553ef2) (details)
- Implement write support for OpdsFeed including handling etag and last-modified header for non-RESPECT generated feeds. (commit: 83570f1) (details)
- Add OpdsFeed validation helper implementation. (commit: f3416e4) (details)
- Make OpdsFeed writable to handle playlists: work in progress. (commit: 511867b) (details)
- Update documentation on OpdsFeedDataSource on how external/internal data is handled. (commit: 0b5e01f) (details)
- Make Opds Feed writable: make initial working client - server integration test. (commit: a4a3eac) (details)
- Move OpdsPublication data source to follow same naming pattern. (commit: edff29c) (details)
- Update OpdsPublicationDataSourceRepository to follow pattern as per OpdsFeedRepository. (commit: e408883) (details)
- OpdsPublicationDataSource improvements (commit: ee1643a) (details)
- Improvements to handling OpdsPublication and OpdsFeed / related entities. (commit: cc9c881) (details)
- Add 304 response support to UstadCacheImpl. (commit: 156d9f6) (details)
- Add unit test for UstadCache to verify 304 response is returned correctly when incoming request has validation info. (commit: 44088c6) (details)
- Update UstadCacheInterceptor.kt to respond 304 directly if the underlying request has its own cache validation info and a stale response is validated over the network. (commit: c9f0db3) (details)
- Add test checking 304 not modified response received using interceptor if cache validation headers are used. (commit: c5c0aff) (details)
- Remove CompatibleApp Datasource (replaced by using OpdsPublication). (commit: b8c5c1f) (details)
- Remove CompatibleAppEntity from database. (commit: 205b330) (details)
- Update ci-run-maestro.sh and school_init.js with option to disable automatic school creation for end-to-end tests. (commit: f5e206f) (details)
- added test for school-self-registration (commit: 43a9254) (details)
- updated test (commit: 869fbfa) (details)
- updated test 001_002 (commit: 40a8c27) (details)
- updated test- added id for the Host URL (commit: 674efff) (details)
- Fixes for AppLauncher screen. (commit: 0d01526) (details)
- initial commit for add school self service bug fix (commit: 3cf6aa6) (details)
- Update opds packages in datasource-db and datasource-http to use school.opds package. (commit: 2ab5551) (details)
- Update database migration files. (commit: 03416dd) (details)
- Initial home tabs design. (commit: ece17bb) (details)
- updated maestro.sh (commit: 9468f51) (details)
- - Update `ci-run-maestro.sh` to remove a commented-out line and refine `TESTCONTROLLER_URL` parsing. (commit: 57f8bdc) (details)
- Move Maestro test flows for inviting users, login, assignments, and browsing lessons into a new `TestFolder` directory. (commit: 9304a39) (details)
- add logs for testing (commit: 08f9a39) (details)
- add logs for testing (commit: 44d1085) (details)
- add logs for testing (commit: a43f0ae) (details)
- add logs for testing (commit: afa5eea) (details)
- add logs for testing (commit: 4bcef5d) (details)
- add logs for testing (commit: 7a1247d) (details)
- Add Maestro subflows to handle Chrome's first-run experience screens and integrate them into the `001_002_add_user_direct_test` flow. (commit: 003751b) (details)
- Update Maestro flow to tap on school URL using text instead of ID. (commit: 2d25182) (details)
- add logs for testing (commit: af53905) (details)
- add logs for testing (commit: b177ea2) (details)
- update url with school-directory (commit: f802eda) (details)
- Move Maestro flows from `TestFolder` to the root `.maestro/flows/` directory. (commit: 4411ab5) (details)
- remove logs (commit: 20619ee) (details)
- Add Maestro end-to-end test and documentation for school self-registration. (commit: b4f6e14) (details)
- Add Maestro end-to-end test and documentation for school self-registration. (commit: 40fb806) (details)
- Update the file path for the `get_started_select_school_by_name.yaml` subflow in the Maestro test configuration. (commit: 50f2f89) (details)
- Update Maestro test flow to use school name variable instead of skipping school creation. (commit: 59e6db3) (details)
- Update Slack Space link in README (commit: 2ddc9dc) (details)
- Minor school self registration tidyup. (commit: e179ba5) (details)
- Refactor RegisterSchoolUseCase : Create common interface that can be used to keep parameter names, request/response objects, etc. (commit: 9aea8b7) (details)
- Remove validation logic that was either unnecessary or did not belong in the SchoolRegistrationRoute. (commit: 140bc7b) (details)
- Fixes for subdomain based school self-registration. (commit: 80416b3) (details)
- Fix handling of icon image on AppLauncherscreen (commit: 46aa8fc) (details)
- Remove white space changes from main. (commit: eadd675) (details)
- Bump version. (commit: e194804) (details)
- fix conflict (commit: 9a8f53c) (details)