rodrigogs / barracao-digital

Sistema de gerenciamento de fila virtual para os barracões de atendimento do COVID-19
https://barracaodigital.com
BSD 3-Clause "New" or "Revised" License
10 stars 1 forks source link

#118 - File uploading using S3 bucket between patient and doctor. #126

Closed francobrunoc closed 4 years ago

francobrunoc commented 4 years ago

The ideal situation could be using the ConversationFileUpload component once inside the ConversationSession, but as the stack of components is different from the patient to the doctor, I repeated the component in two different places, it can be moved to ConversationSession but the vuex must be used in this situation to open the dialog "remotely".

patients: _ticket.vue |ConversationFileUpload.vue |ConversationSession.vue

doctor: _ticket.vue |__DoctorPatientStatusModal.vue

This because the doctor has tabs.