You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The status of a request changes to Managed when the number of donors required in a post are managed, if I understand it correctly. But if the request is edited and blood bag count is increased, the request status does not change back to Pending status. Ideally, it should reflect the status based on required blood bags and accepted donor count.
Severity:
P0 (Critical)
P1 (High Priority)
P2 (Medium Priority)
P3 (Low Priority)
Possible Solution (optional)
A wild idea to consider: The status Managed seems to be a status that can be calculated dynamically rather than storing anywhere. If that is feasible, we can make this status a dynamic one, rather than having it saved in the db. Downside being, when we need the status, if we don't have the donor count, we may need to perform another query for that. Not sure how extensively that is used in application logic, but may be something to consider.
The text was updated successfully, but these errors were encountered:
Bug Report
The status of a request changes to
Managed
when the number of donors required in a post are managed, if I understand it correctly. But if the request is edited and blood bag count is increased, the request status does not change back toPending
status. Ideally, it should reflect the status based on required blood bags and accepted donor count.Severity:
Possible Solution (optional)
A wild idea to consider: The status
Managed
seems to be a status that can be calculated dynamically rather than storing anywhere. If that is feasible, we can make this status a dynamic one, rather than having it saved in the db. Downside being, when we need the status, if we don't have the donor count, we may need to perform another query for that. Not sure how extensively that is used in application logic, but may be something to consider.The text was updated successfully, but these errors were encountered: