CareKit
CareKit copied to clipboard
CareKit is an open source software framework for creating apps that help people better understand and manage their health.
Hello, I would like to change the background colour from grey to white. How can I change it? Thanks!
Hi! Thank you so much for all the work you do on CareKit and ResearchKit. I have a question about the Any types (OCKAnyPatient etc). I've been trying to add...
Hi, I am a designer learning how to code. I discovered CareKit a few months and since then I’ve made a [design kit](https://www.figma.com/community/file/1088714252880797774) and pushed a [mini project](https://github.com/samuelalake/Munch) to GitHub...
Hi, Do you plan to make the chart more accessible with the support of AXChart ? https://developer.apple.com/documentation/accessibility/audio_graphs/representing_chart_data_as_an_audio_graph
I recently submitted my app that utilizes CareKit. The app's main goal is to allow the user to track symptoms and adherence to a specific medication. The data is stored...
I am testing my app on several devices via TestFlight and receive frequent crashes from code in OCKHealthKitPassthroughStore. I have a straightforward use of a few CareKit tasks to fetch...
Separated out this PR for easier review. - [x] Bumps CI to Xcode 14, iOS 16, watchOS 9.0 - [x] Fix Xcode 14 warnings about switching `open->public` - [x] Fix...
With the latest Xcode 13.3, I encounter the problem the Cannot find 'OCKSurveyTaskViewController' in scope. Actually, I import the CareKit with the SPM. How to fix this problem?
I have a task for a user to take a pill every day at a time of their choosing. I want to give them the ability to reschedule it, and...