Skip to content

Changes

Started by timer
Started 22 days ago
Took 20 min

Summary

  1. Update ci-run-maestro.sh and school_init.js with option to disable automatic school creation for end-to-end tests. (details)
  2. Implement bookmark navigation and fix data synchronization in BookmarkListViewModel (details)
  3. Update bookmark implementation to include application manifest URLs and app metadata. (details)
  4. commented bookmark code for playlist screen (details)
  5. commented bookmark code for playlist screen (details)
Commit f5e206f4779043c8758c0fe3406988aefab78bf9 by Mike Dawson
Update ci-run-maestro.sh and school_init.js with option to disable automatic school creation for end-to-end tests.

This option is required to run an end-to-end test of self-registration of a new school.
The file was modifiedci-run-maestro.sh (diff)
The file was modified.maestro/README.md (diff)
The file was modified.maestro/flows/scripts/school_init.js (diff)
Commit 3a089edfd1181eb2b1ec990e151c5977c1668206 by mandvi.verma
Implement bookmark navigation and fix data synchronization in BookmarkListViewModel
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/bookmark/BookmarkListViewModel.kt (diff)
The file was modifiedrespect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/BookmarkDataSourceDb.kt (diff)
The file was modifiedrespect-datalayer/src/commonMain/kotlin/world/respect/datalayer/school/BookmarkDataSource.kt (diff)
The file was modifiedrespect-datalayer/src/commonMain/kotlin/world/respect/datalayer/school/model/Bookmark.kt (diff)
The file was modifiedrespect-datalayer-http/src/commonMain/kotlin/world/respect/datalayer/http/school/BookmarkDataSourceHttp.kt (diff)
The file was modifiedrespect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/daos/BookmarkDao.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/learningunit/detail/LearningUnitDetailViewModel.kt (diff)
The file was modifiedrespect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/entities/BookmarkEntity.kt (diff)
The file was modifiedrespect-datalayer-repository/src/commonMain/kotlin/world/respect/datalayer/repository/school/BookmarkDataSourceRepository.kt (diff)
The file was modifiedrespect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/adapters/BookmarkAdapter.kt (diff)
Commit 6017f390c0b2ced74d4dc0ce9c37b84b99b86266 by mandvi.verma
Update bookmark implementation to include application manifest URLs and app metadata.
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/bookmark/BookmarkListScreen.kt (diff)
The file was modifiedrespect-datalayer/src/commonMain/kotlin/world/respect/datalayer/school/model/Bookmark.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/bookmark/BookmarkListViewModel.kt (diff)
The file was modifiedrespect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/daos/BookmarkDao.kt (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/learningunit/detail/LearningUnitDetailScreen.kt (diff)
The file was modifiedrespect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/adapters/BookmarkAdapter.kt (diff)
The file was modifiedrespect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/entities/BookmarkEntity.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/learningunit/detail/LearningUnitDetailViewModel.kt (diff)
Commit 83f07a77fc81e191ff42517af748e094f658a975 by Pooja Ravi
commented bookmark code for playlist screen
The file was modified.maestro/flows/002_browse_lessons_test.yaml (diff)
Commit cd595d2b07857d07edc5c2002e6d635c700cedba by Pooja Ravi
commented bookmark code for playlist screen
The file was modified.maestro/flows/002_browse_lessons_test.yaml (diff)