MORE-Platform / more-app-multiplatform

The mobile application for the MORE platform.
https://more-health.at
Other
6 stars 1 forks source link

Opening multiple lime surveys issue #223

Closed alireza-dhp closed 7 months ago

alireza-dhp commented 7 months ago

When multiple LimeSurveys are active on the dashboard or notification page, users encounter an issue where tapping on the first Lime Survey functions correctly. However, when attempting to tap on the second survey, users are redirected to the previous survey instead of the intended one. This behavior is observed on iPhones. Please review the attached video for more details on this issue: https://www.loom.com/share/975b2d37fc7a413ab6b6dd668eccdce5?sid=e4ae6ece-aa62-41f7-812d-c37913198947

andresgruber commented 7 months ago

To investigate further into the issue, please provide us with further information:

  1. Version of the MORE backend
  2. Version of the MORE iOS app (from the screen video I would guess its v3.0.8)
  3. Configuration of the study used

and pls confirm/reject/comment my perceptions of the case (from your video):

alireza-dhp commented 7 months ago

1- We're using the MORE platform's staging version, based on the redlink-staging branch. https://github.com/MORE-Platform/more-studymanager-backend/tree/redlink-staging The Docker files are tagged with "staging," and the backend Docker image is available at ghcr.io/more-platform/more-study-manager-backend:staging.

2- The MORE iOS app version on the staging development is 3.0.8. @andresgruber and @janoliver20 should have access to this version.

3- I've set up a new study on the dev instance, and you can access it using the "Office@redlink.at" user account. The study is available at https://studymanager.dev.more-health.at/studies/19. Here is the study config as well: study_config_19.json

andresgruber commented 7 months ago

@alireza-dhp thanks for your answers, one quick question still: can you please tell me, from which branch you have built the app version 3.0.8 ?

alireza-dhp commented 7 months ago

The 3.0.8 version has been build by redlink-staging branch: https://github.com/MORE-Platform/more-app-multiplatform/tree/redlink-staging

andresgruber commented 7 months ago

Thank you @alireza-dhp We have built form the same branch and get the version 3.0.7, b/c this is the version mentioned in Info.plist so there is still a little mysterious difference to sort out, but nonetheless, we can reproduce the bug and are working on fixing it.

alireza-dhp commented 7 months ago

Dear @andresgruber, I have updated version to 3.0.8 on both platforms on redlink-staging branch to make sure that both are working on the same version/branch.

alireza-dhp commented 7 months ago

This issue is solved by PR #229