ResearchKit / AppCore

Core code shared by the initial ResearchKit apps.
Other
262 stars 82 forks source link

[APPLE-3198] Remove Parkinson code from AppCore #108

Closed ghost closed 9 years ago

ghost commented 9 years ago

Overview

APCDataArchiver contains Parkinson specific code which should be in subclasses of APCBaseTaskViewController. APCDataArchiver does not use new upload components, and relies upon generating filenames by extracting arguments from [ORKFileResult fileURL] which no longer supports containing a resultIdentifier or stepIdentifier.

Actions

Tested by running all activities in Parkinson, Cardio, and Diabetes and confirming successful data upload compliant to database scheme using APCDataVerificationDaemon. Some changes are required at the app level which will be supplied in forthcoming pull requests.

YuanZhu-apple commented 9 years ago

r=me.