CareKit
CareKit copied to clipboard
CareKit is an open source software framework for creating apps that help people better understand and manage their health.
I'd like to propose a card component that will enable us to organize tasks by category. Something similar to the Apple Health app's Browse panel. For that purpose, there would...
We're soliciting a proposal for an alternative view for contacts. Presently, the `OCKSimpleContactView` is the only option, but we would like to add one or two more. If you have...
In the landscape of 2018 it's best to be proactive to promote inclusion. Many [open source projects](https://www.contributor-covenant.org/adopters), including [Swift](https://github.com/apple/swift/blob/master/CODE_OF_CONDUCT.md), have adopted a Code of Conduct to set the tone before...
Consider the following code snippet ```Swift let taskStartDate = Calendar.current.startOfDay(for: Date()) let taskEndDate = Calendar.current.date(byAdding: .day, value: 1, to: taskStartDate) let taskScheduleElement = OCKScheduleElement( start: taskStartDate, end: taskEndDate, interval: DateComponents(day:...
Hello, Can I change the Complete button height in the Task card?
I want to get the percentage of completed tasks. How can I implement it?
Hi @gavirawson-apple, We're using the CareKit 2.0 version and facing a strange issue. If we open the app, use it for a while to complete some of the tasks, and...
There is an error in the `CareKitStore: OCKCDOutcome validateForInsert()` function. During synchronization, it is possible for two outcomes for the same task/taskOccurrenceIndex values where one is the previous outcome. The...
Hi, I was trying to schedule a notification based on the calorie burned during the day by the app user, so that only if the user had burned during the...
Good day @gavirawson-apple - hope you're doing well! I tagged you because this question is an extension from the last question you helped me with (found here: [https://github.com/carekit-apple/CareKit/issues/680]), and anyone...