Skip to content

Tags: ChildMindInstitute/mindlogger-web-refactor

Tags

2025.04.0

Toggle 2025.04.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #607 from ChildMindInstitute/release/2025.04.0

Release/2025.04.0 [main]

2025.04.0-rc1

Toggle 2025.04.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Prolific - public link deleted, user is unable to submit (M2-8921)

2025.03.5

Toggle 2025.03.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #605 from ChildMindInstitute/release/2025.03.5

Release/2025.03.5 [main]

2025.03.5-rc1

Toggle 2025.03.5-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: validation of the prolific study fails but nothing happens (#591)

* fix: validation of the prolific study fails but nothing happens

- Add an error banner if the submmission fails or if the completion codes
  couldn't be retrieved.
- The answers are still submitted.

* fix: api token deleted after validation of the study, and before activity starts

this commit fixes the edge case where the prolific participant arrives
on ML and right before the activity starts the api token is deleted.
We don't let the user go through the activity.

- added a refetch of the studyState onActivityStart.
- Added new translations

* fix: completion code is fetched at the start of the activity

- Moved the fetch of the completion code only when the activity
is completed.

2025.03.2

Toggle 2025.03.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #597 from ChildMindInstitute/release/2025.03.2

Release/2025.03.2 [main]

2025.03.2-rc1

Toggle 2025.03.2-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Prevent app crash with missing DD variables (#596)

2025.03.0

Toggle 2025.03.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #590 from ChildMindInstitute/release/2025.03.0

Release/2025.03.0 [main]

2025.03.0-rc3

Toggle 2025.03.0-rc3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Greek font update (M2-8442) (#576)

* feature: Add Lato font files

* feature: Add Lato font CSS file (setup)

* feature: Import Lato CSS file to project

* feature: Configure fonts for whole project: Lato, Atkinson, sans-serif

* feature: Remove manual overrides for Atkinson font (not needed)

* feature: Add unicode-range for Lato font (Greek characters)

* feature: Swap Lato Bold for Lato Black typeface

2025.03.0-rc2

Toggle 2025.03.0-rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Look up option by value not index (#589)

2025.03.0-rc1

Toggle 2025.03.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add access to applet for prolific respondent (#572)

* feat: add access to prolific respondent

Few changes in this commit:
- Looks for prolific URL parameters on the public link
- Grant access to the applet if the prolific integration exists
- Grant access to activity if the participant hasn't submitted answers for the study yet. Blocks them otherwise
- New prolific account is created on submission
- User redirected to prolific on submission acceptance.