-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prescription tasks returned in more than one state by erpione
#3
Comments
Is it possible, that the prescription was dispensed via an external system? In those cases our backend cannot keep track of changing states. For clarification, the Anyway, I'll try to figure out an approach on how we could keep track of prescriptions states without permanently polling the FD. |
No, all my prescription tasks were created using
Well, I opened this bug primarily to show/point out a UX issue. If the solution is to introduce a cache in-between the user of |
Okay, in this case it's indeed an issue, which I can also reproduce. I assume it's an issue with the state-handling on the PrimSys-Backend. Addendum: definitely an issue with the PrimSys. When you do |
Steps to reproduce:
Expected:
An "open" prescription task should get accepted successfully.
Observed:
An "open" prescription task was actually not "open", but already "complete" (aka "dispensed").
Would it be possible to return prescription tasks only in that group which corresponds to their actual state? Otherwise, a "complete" (aka "dispensed") prescription task is returned in all groups: "open", "accepted" and "dispensed".
The text was updated successfully, but these errors were encountered: