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.swift
MainTabs/Contact/ContactView.swift
MainTabs/Contact/ContactViewModel.swift
MainTabs/Contact/CustomContactViewController.swift
ToDo
in 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.swift
MainTabs/Profile/ProfileViewModel.swift
Models/User.swift
Models/MainView.swift
Extensions/Logger.swift
Extensions/OCKSynchronizedStoreManager+Publishers.swift
Models/MainView.swift
MainTabs/Profile/ImagePicker.swift
Extensions/OCKBiologicalSex+Hashable.swift
MainTabs/Profile/MyContact/MyContactView.swift
MainTabs/Profile/MyContact/MyContactViewModel.swift
MainTabs/Profile/MyContact/MyContactViewController.swift
ToDo
in order to receive full credit. All items should persist (save/remain) locally and to yourparse-hipaa
serverAbout
section 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)Contact
section 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)TODO
inMainTabs/Profile/MyContact/MyContactViewController.swift
Click to expand!
Patients & CarePlans
Extensions/OCKStore+Default.swift
Extensions/OCKHealthKitPassthroughStore+Default.swift
MainTabs/Profile/ProfileViewModel.swift
- specifically thesavePatientAfterSignUp()
wherepatient.uuid
is passed topopulateSampleData
ToDo
in 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