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
Currently
public enum RequestStatus {ORDERED, IN_PROCESS, COMPLETE, NOTIFIED, DELIVERED}
Should reflect the full life-cycle of the request. Note that RequestItemStatus (DNE) is a subset of containing only the first three elements. We will move into the NOTIFIED/DELIVERED statuses only when all RequestItems are COMPLETE and the requester have been emailed and have picked up their print.
We can also consider adding CANCELED for special cases.
The text was updated successfully, but these errors were encountered:
Currently
public enum RequestStatus {ORDERED, IN_PROCESS, COMPLETE, NOTIFIED, DELIVERED}
Should reflect the full life-cycle of the request. Note that RequestItemStatus (DNE) is a subset of containing only the first three elements. We will move into the NOTIFIED/DELIVERED statuses only when all RequestItems are COMPLETE and the requester have been emailed and have picked up their print.
We can also consider adding CANCELED for special cases.
The text was updated successfully, but these errors were encountered: