Jakob E. Bardram
Jakob E. Bardram
The example app shows: ``` You are applying Flutter's app_plugin_loader Gradle plugin imperatively using the apply script method, which is deprecated and will be removed in a future release. Migrate...
We should add a simple **Analysis** sub-system to CAMS (note that such an analysis sub-system is part of the [original CARP Core architecture](https://github.com/cph-cachet/carp.core-kotlin?tab=readme-ov-file#architecture)). Use cases include: * Aggregating step counts...
In order to show it to the user in the web portal, we also need the version tag - which currently is not part of the snapshot. See >> https://github.com/cph-cachet/carp.core-kotlin/blob/develop/carp.protocols.core/src/commonMain/kotlin/dk/cachet/carp/protocols/application/StudyProtocolSnapshot.kt
Since Google is no longer supporting Google Fit, we should remove support for it in the health package. This will help reduce the complexity in the code.
Right now, permissions are handled on a package level. For example, the connectivity package, asks for access to nearby BLE devices to support the `BLUETOOTH` measure. Hence, if the connectivity...
`userID` is a bad name in `RPConsentSignatureResult` since it get serialized to `"user_i_d"` in JSON. Rename to `userId` Look for other problems like this in RP?
Right now sequence IDs are enforced - see #375 . If this is the case, we need a way to get the latest sequence ID for a data stream, so...
Right now a participant group / deployment only has a UUID. This is not very userfriendly, so we need to be able to have a name to the group. In...
Currently there is only one endpoint for getting data which is based on sequence IDs. This is clearly no useful for getting any data since nobody knows about such IDs....
Right now we are storing the study id in the `applicationData` of the `StudyInvitation`. However, this is a hack and we would like to use application data for something else....