MattKersey / Oncology-Helper

An iOS app meant to provide patients with tools for navigating appointments with oncologists.
1 stars 0 forks source link

Fix Appointment's hasRecording field #9

Closed MattKersey closed 4 years ago

MattKersey commented 4 years ago

Currently a boolean value in the appointment file. Possibly change to checking if the recording file exists, as this is likely more secure (for instance if the file gets deleted).

MattKersey commented 4 years ago

Could be a great place for a computed property