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
A delivery route is a set of deliveries. One or more admin users will be assigned to a route on a day. When the route is activated for a day, the admin users should be able to set the state for each household's delivery, one of [Ready to Pack, Packing, Packed, OnVan, Delivered, Exception].
Expected solution
Need to design the document collection in firestore to track the route with the household addresses (DeliveryProfile) and the current state for that day. The guest should be able to see their state for that day in the Guest app. The admins should be able to see the status on the Route for that day in the Admin app.
Testing
The text was updated successfully, but these errors were encountered:
Feature Description
A delivery route is a set of deliveries. One or more admin users will be assigned to a route on a day. When the route is activated for a day, the admin users should be able to set the state for each household's delivery, one of [Ready to Pack, Packing, Packed, OnVan, Delivered, Exception].
Expected solution
Need to design the document collection in firestore to track the route with the household addresses (DeliveryProfile) and the current state for that day. The guest should be able to see their state for that day in the Guest app. The admins should be able to see the status on the Route for that day in the Admin app.
Testing
The text was updated successfully, but these errors were encountered: