Open jeremiahfallin opened 1 year ago
This might actually be an issue with any interactions with the database. Working on the edit exam issue the new exam info isn't updating on the form even though it's there when I refresh.
This might actually be an issue with any interactions with the database. Working on the edit exam issue the new exam info isn't updating on the form even though it's there when I refresh.
Good catch. This was one I had some problems with. One idea I had was to implement it as a real time event
Maybe the implementation is not correct?
I think there are 3 ways to handle it.
@jeremiahfallin
There's some uncommented code in PatientClinicalExamCard.tsx
on line 36 that's supposed to do this. It's possible that it was forgotten during testing.
I tried it on my current branch and it seems to solve the problem. Can you try it on yours when you get a chance and let me know
@mentalcaries It fixes it on the modal but not on the edit page I'm using for my tissue.
I believe PR https://github.com/Full-Stack-Collective/clerkwise/pull/29 will close this as well with the subscription.
Currently the patient dashboard needs to be refreshed after creating a clinical exam in order to see that clinical exam.
Acceptance Critera: