Pauline Conde
Pauline Conde
- Getting an error: `java.lang.IllegalStateException: The configuration of the pool is sealed once started. Use HikariConfigMXBean for runtime changes.` - I think these were not used and tested for a...
- Make Healthkit question type automatically move to next - Display progress percentage in finish page
- Store only poll times/offsets in cache rather than the complete healthkit data (since this is in the phone already) - This prevents storing and fetching of large amounts of...
The Apple Healthkit Permission screen will only be shown once. If the user denies HK permissions, there will be no data in the query results and permissions will not be...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `yarn` dependencies of...
- Remove cancelling of task notifications since this will be done in the appserver side when task is marked as complete - Related to: https://github.com/RADAR-base/RADAR-Appserver/pull/459
- When using the appserver scheduling (pulling questionnaires from appserver), when a user completes a questionnaire, the questionnaire is not marked as completed when the appserver is unreachable (to update...
- Some studies may request different themes - Add support for configurable themes either by the user in the app or in the remote config
- When the subject gets deleted from MP, the MP returns a `401 Unauthorized User was not found in the database` error, then the app gets stuck in the splash...
Currently, we have 2 Github fetch strategies from Github: 1. **Default** (pulling directly from Github through an unauthenticated HTTP request) and 2. **App Server** (making a request to the Appserver...