Closed sgollahallichowda closed 7 years ago
OCKSample is a good example showing how this works. Look specifically at the CarePlanStoreManager.swift for its delegates.
@sgollahallichowda Can you provide complete insights builder code, where you're creating the EventsOperations?
@sgollahallichowda If you look at the Insights Builder inside the OCKSample app as @ninoguba suggested, you should be able to find sample code that address your issue.
Whenever user updated his CarePlanstore data and his activities it does not trigger the Delegate to inform insights ,
Any suggestion on this very much appreciated !
// The aggregate operation is dependent on the query operations. aggregateDataOperation.addDependency(meEventsOperation) aggregateDataOperation.addDependency(outdoorWalkEventsOperation) aggregateDataOperation.addDependency(moodEventsOperation) buildInsightsOperation.addDependency(aggregateDataOperation)