Skip to content

Changes

Started by timer
Started 16 days ago
Took 2 min 46 sec

Summary

  1. Add additional logging for deferred deep link management. (commit: 77a504a) (details)
  2. Add doc on link testing. (commit: f8464f1) (details)
  3. Add doc on link testing. (commit: 743bbea) (details)
  4. Add doc on link testing. (commit: e4781fc) (details)
  5. Tidyup link testing doc. (commit: b09d8e8) (details)
  6. Tidyup link testing doc. (commit: 474e408) (details)
  7. Fix SchoolLinkRoute to include RESPECT_SCHOOL_LINK_SEGMENT in redirect. (commit: 6b620c6) (details)
  8. Fix SchoolLinkRoute to include RESPECT_SCHOOL_LINK_SEGMENT in redirect. (commit: 7449866) (details)
  9. updated link flow (commit: 87b2946) (details)
  10. updated link flow (commit: 56e0cbd) (details)
  11. updated link flow (commit: 029ac55) (details)
  12. updated link flow (commit: 6d1fc00) (details)
  13. Tidyup of handling deferred deep links. (commit: af3b19a) (details)
  14. Bump version (commit: 5fd2ca4) (details)
  15. updated link flow (commit: e92df3d) (details)
  16. Add isFirstPerson property to NewUserInvite. (commit: f931920) (details)
  17. markFirstUserInviteAsDeleted and handle error case (commit: 31f14b6) (details)
Commit 77a504abd14ec9e4810a058dbff98fe4f2730eee by Mike Dawson
Add additional logging for deferred deep link management.
(commit: 77a504a)
The file was modifiedrespect-lib-shared/src/androidMain/kotlin/world/respect/shared/domain/getplaystorereferrer/GetDeferredDeepLinkUseCaseAndroid.kt (diff)
The file was modifiedrespect-app-compose/build.gradle.kts (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/acknowledgement/AcknowledgementViewModel.kt (diff)
The file was addedrespect-app-compose/doc/run-config-settings.png.png
The file was modifiedrespect-app-compose/README.md (diff)
The file was addedrespect-app-compose/doc/app-config-dropdown.png
The file was addedrespect-app-compose/doc/run-config-settings.png
The file was removedrespect-app-compose/doc/run-config-settings.png.png
The file was modifiedrespect-app-compose/README.md (diff)
The file was modifiedrespect-app-compose/README.md (diff)
The file was modifiedrespect-app-compose/README.md (diff)
Commit 6b620c63276f978ae38845545bd47404c7e09b1c by Mike Dawson
Fix SchoolLinkRoute to include RESPECT_SCHOOL_LINK_SEGMENT in redirect.
(commit: 6b620c6)
The file was modifiedrespect-server/src/main/kotlin/world/respect/server/routes/school/respect/SchoolLinkRoute.kt (diff)
Commit 7449866ef9c4d1113cf21f8a195fc972acff0ebe by Mike Dawson
Fix SchoolLinkRoute to include RESPECT_SCHOOL_LINK_SEGMENT in redirect.
(commit: 7449866)
The file was modifiedrespect-server/src/main/kotlin/world/respect/server/routes/school/respect/SchoolLinkRoute.kt (diff)
The file was modified.maestro/flows/001_001_invite_users_using_qr_code_or_link_test.yaml (diff)
The file was added.maestro/flows/subflows/openlink_flow.yaml
The file was modified.maestro/flows/001_001_invite_users_using_qr_code_or_link_test.yaml (diff)
The file was modified.maestro/flows/001_001_invite_users_using_qr_code_or_link_test.yaml (diff)
The file was modified.maestro/flows/001_001_invite_users_using_qr_code_or_link_test.yaml (diff)
Commit af3b19aa755d9c796d91c93076d28bfb113466b3 by Mike Dawson
Tidyup of handling deferred deep links.

Ensure that user onboarding is always displayed first (if not shown), then take user to deep link (deferred or cold start) if required.

Bring navigation for app start logic into NavigateOnAppStartUseCase such that it can be used by the AcknowledgementViewModel and OnboardingViewModel.
(commit: af3b19a)
The file was removedrespect-lib-shared/src/androidMain/kotlin/world/respect/shared/domain/getplaystorereferrer/GetDeferredDeepLinkUseCaseAndroid.kt
The file was modifiedrespect-app-compose/src/androidMain/kotlin/world/respect/AppKoinModule.kt (diff)
The file was addedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/domain/navigation/onappstart/NavigateOnAppStartUseCase.kt
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/enterpasswordsignup/EnterPasswordSignUpViewModel.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/acknowledgement/AcknowledgementViewModel.kt (diff)
The file was removedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/domain/account/navigateonaccountcreated/NavigateOnAccountCreatedUseCase.kt
The file was addedrespect-lib-shared/src/androidMain/kotlin/world/respect/shared/domain/navigation/deferreddeeplink/GetDeferredDeepLinkUseCaseAndroid.kt
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/onboarding/OnboardingViewModel.kt (diff)
The file was removedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/domain/getplaystorereferrer/GetDeferredDeepLinkUseCase.kt
The file was addedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/domain/navigation/onaccountcreated/NavigateOnAccountCreatedUseCase.kt
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/signup/CreateAccountViewModel.kt (diff)
The file was modifiedrespect-server/src/main/kotlin/world/respect/server/routes/school/respect/SchoolLinkRoute.kt (diff)
The file was addedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/domain/navigation/deferreddeeplink/GetDeferredDeepLinkUseCase.kt
The file was modifiedrespect-app-compose/build.gradle.kts (diff)
The file was modified.maestro/flows/001_001_invite_users_using_qr_code_or_link_test.yaml (diff)
Commit f93192009f3238d3d6622d372fabdae91babf58b by Mike Dawson
Add isFirstPerson property to NewUserInvite.
(commit: f931920)
The file was modifiedrespect-datalayer/src/commonMain/kotlin/world/respect/datalayer/school/model/Invite.kt (diff)
The file was modifiedrespect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/RespectSchoolDatabase.kt (diff)
The file was modifiedrespect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/entities/InviteEntity.kt (diff)
The file was modifiedrespect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/adapters/InviteAdapter.kt (diff)
Commit 31f14b6a550caa02f7c9b9ea793a5c6ff0976390 by Anugraha
markFirstUserInviteAsDeleted and handle error case
(commit: 31f14b6)
The file was modifiedrespect-lib-shared/src/jvmMain/kotlin/world/respect/shared/domain/account/invite/RedeemInviteUseCaseDb.kt (diff)
The file was modifiedrespect-server/src/main/kotlin/world/respect/server/domain/school/add/RegisterSchoolUseCase.kt (diff)
The file was addedrespect-datalayer-db/schemas/world.respect.datalayer.db.RespectSchoolDatabase/11.json
The file was modifiedrespect-server/src/main/kotlin/world/respect/server/domain/school/add/AddSchoolUseCase.kt (diff)