If I wanted to add data pulled from a online source into this would I just need to make sure that either...
A) The data structure matches the core and CloudKit data and add it into the process via combine?
B) Output the data so it matched the core and cloud data entities?
In this case it would only be a pull and display not modifying and sending it back. Anything done to change it would simply live in the core/cloud.
If I wanted to add data pulled from a online source into this would I just need to make sure that either...
A) The data structure matches the core and CloudKit data and add it into the process via combine?
B) Output the data so it matched the core and cloud data entities?
In this case it would only be a pull and display not modifying and sending it back. Anything done to change it would simply live in the core/cloud.