Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Participant-Signup fails during Preview-Mode #135

Closed
ja-fra opened this issue May 24, 2024 · 1 comment · Fixed by #136, #137 or #139
Closed

Participant-Signup fails during Preview-Mode #135

ja-fra opened this issue May 24, 2024 · 1 comment · Fixed by #136, #137 or #139
Assignees

Comments

@ja-fra
Copy link
Member

ja-fra commented May 24, 2024

It is not possible to login to the mobile app as a participant in preview mode!

Originally posted by @alireza-dhp in #443

@ja-fra ja-fra self-assigned this May 24, 2024
ja-fra added a commit that referenced this issue May 27, 2024
@ja-fra ja-fra linked a pull request May 27, 2024 that will close this issue
ja-fra added a commit that referenced this issue May 27, 2024
…ls-during-preview-mode

#135: Correctly handle the preview-states in the gateway.
@ja-fra ja-fra linked a pull request May 27, 2024 that will close this issue
ja-fra added a commit that referenced this issue May 28, 2024
…ls-during-preview-mode

#135: participant signup fails during preview mode
@alireza-dhp
Copy link
Member

alireza-dhp commented May 29, 2024

Since the app should have the same behaviour in the preview mode and real mode , the following bugs should be fixed:

  • When the study is paused in preview mode, and the app is running, it still displays the content and works like when it is resumed.
    The expected behavior is to show a page indicating the study is paused, similar to a real paused study. (Only by closing and reopening the app, paused message is shown.)

  • When the preview study is completed (by pressing the "Complete Preview" button), participants should be prompted to leave the study, just as they would in a real study closure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment