Skip to content

Changes

Started by Mandvi
Started 11 days ago
Took 1 min 14 sec

Summary

  1. test - update Maestro flow for lesson browsing (commit: f92f9ac) (details)
  2. Update Maestro test flows (commit: c023520) (details)
  3. Update Maestro test flows (commit: 963819a) (details)
  4. Update Maestro test flows (commit: b0e1d42) (details)
  5. Update BookmarkDataSource and related components to support includeDeleted parameter and fix BookmarkDao query (commit: 18db69f) (details)
  6. Update SnackBar implementation to support actions and implement undo functionality for bookmark removal (commit: 59b3ee0) (details)
Commit f92f9acfb62c95108a5f6d9b2cc3919c920b25dd by Pooja Ravi
test - update Maestro flow for lesson browsing
(commit: f92f9ac)
The file was modified.maestro/flows/002_browse_lessons_test.yaml (diff)
Commit c023520e396c3c409410f1b5a1ef9912b995d726 by Pooja Ravi
Update Maestro test flows

*   **002_browse_lessons_test.yaml**: Updated the "Bookmark" tap index from 1 to 0 and commented out several assertion and undo steps.
(commit: c023520)
The file was removed.maestro/flows/001_005_add_school_self_registration_test.yaml
The file was modified.maestro/flows/002_browse_lessons_test.yaml (diff)
The file was added.maestro/flows/Test/001_005_add_school_self_registration_test.yaml
The file was modified.maestro/flows/002_browse_lessons_test.yaml (diff)
The file was removed.maestro/flows/Test/001_002_add_user_direct_test.yaml
The file was added.maestro/flows/001_001_invite_users_using_qr_code_or_link_test.yaml
The file was removed.maestro/flows/Test/001_005_add_school_self_registration_test.yaml
The file was added.maestro/flows/001_002_add_user_direct_test.yaml
The file was removed.maestro/flows/Test/001_003_login_using_school_link_test.yaml
The file was added.maestro/flows/001_005_add_school_self_registration_test.yaml
The file was removed.maestro/flows/Test/001_001_invite_users_using_qr_code_or_link_test.yaml
The file was removed.maestro/flows/Test/003_admin_user_assigns_assignment_to_a_class_test.yaml
The file was added.maestro/flows/003_admin_user_assigns_assignment_to_a_class_test.yaml
The file was added.maestro/flows/001_003_login_using_school_link_test.yaml
Commit 18db69f6981318e6307ddacdd3200827c685133a by mandvi.verma
Update BookmarkDataSource and related components to support includeDeleted parameter and fix BookmarkDao query
(commit: 18db69f)
The file was modifiedrespect-datalayer-http/src/commonMain/kotlin/world/respect/datalayer/http/school/BookmarkDataSourceHttp.kt (diff)
The file was modifiedrespect-datalayer/src/commonMain/kotlin/world/respect/datalayer/school/BookmarkDataSource.kt (diff)
The file was modifiedrespect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/BookmarkDataSourceDb.kt (diff)
The file was modifiedrespect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/daos/BookmarkDao.kt (diff)
The file was modifiedrespect-datalayer-repository/src/commonMain/kotlin/world/respect/datalayer/repository/school/BookmarkDataSourceRepository.kt (diff)
Commit 59b3ee0e02b5846196a1b6d6987196fb48b83dc3 by mandvi.verma
Update SnackBar implementation to support actions and implement undo functionality for bookmark removal

*   Modify `App.kt` to handle `SnackbarResult` and trigger the snackbar's `onAction` callback.
*   Update `BookmarkListViewModel` to use `SnackBarDispatcher` and provide an "Undo" action when removing a bookmark.
*   Add `remove_bookmark` and `undo` string resources.
(commit: 59b3ee0)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/bookmark/BookmarkListViewModel.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/composeResources/values/strings.xml (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/app/App.kt (diff)