feat: add improved user Profile and Contacts views #6
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Coding tasks from final. Look at Files changed to see modifications made. Be sure to complete all leftover tasks.
Click to expand!
ContactView
MainTabs/Care/CareView.swiftMainTabs/Contact/ContactView.swiftMainTabs/Contact/ContactViewModel.swiftMainTabs/Contact/CustomContactViewController.swiftToDoin order to receive full credit. All items should work, contacts should be searchable and new contacts should be able to be added from the phone bookClick to expand!
ProfileView & MyContactView
MainTabs/Profile/ProfileView.swiftMainTabs/Profile/ProfileViewModel.swiftModels/User.swiftModels/MainView.swiftExtensions/Logger.swiftExtensions/OCKSynchronizedStoreManager+Publishers.swiftModels/MainView.swiftMainTabs/Profile/ImagePicker.swiftExtensions/OCKBiologicalSex+Hashable.swiftMainTabs/Profile/MyContact/MyContactView.swiftMainTabs/Profile/MyContact/MyContactViewModel.swiftMainTabs/Profile/MyContact/MyContactViewController.swiftToDoin order to receive full credit. All items should persist (save/remain) locally and to yourparse-hipaaserverAboutsection to accept the following form properties and save to OCKPatient:allergies(only need to except one string item, don't worry about parsing an array of multiple items)Contactsection to accept the following form properties and save to OCKContact:emailAddresses(only need to except one string item, don't worry about parsing an array of multiple items)messagingNumbers(only need to except one string item, don't worry about parsing an array of multiple items)phoneNumbers(only need to except one string item, don't worry about parsing an array of multiple items)otherContactInfo(only need to except one string item, don't worry about parsing an array of multiple items)TODOinMainTabs/Profile/MyContact/MyContactViewController.swiftClick to expand!
Patients & CarePlans
Extensions/OCKStore+Default.swiftExtensions/OCKHealthKitPassthroughStore+Default.swiftMainTabs/Profile/ProfileViewModel.swift- specifically thesavePatientAfterSignUp()wherepatient.uuidis passed topopulateSampleDataToDoin order to receive full credit. All OCKCarePlan's should be tied to the logged in OCKPatient. All OCKTasks should be tied to OCKCarePlan's. All ties should persist to the local and parse-hipaa database stores