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
Nothing too fancy here; we will add on top of the existing Vehicle class. because for now Vehicle can only be linked to Delivery we won't step on this part as we want to work the link Vehicle <-> TaskList.
We will also introduce a concept of Trailer which is kind of a Vehicule as well.
We will introduce the concept of Warehouse. A Warehouse hosts many Vehicules. It has an address. To simplify things the Vehicules are assumed to be at a warehouse in the morning so we will use that as a starting point for our TaskList when we optimize stuff.
In the dispatch the dispatcher will be able to attach a bike and a trailer to a TaskList. The warehouse is linked to the
Then we will be able :
to show their the weight and colum unit capacity in the dispatch + the total weight + volume units for parcels
to fed the optimizer with capcacity (vehicle+trailer) and starting point (warehouse adress)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
issue coopcycle/coopcycle#11
designs https://www.figma.com/design/ywk04PkPzRbZOZBKNCxLjz/Routes-with-weight?node-id=0-1
Nothing too fancy here; we will add on top of the existing
Vehicle
class. because for nowVehicle
can only be linked toDelivery
we won't step on this part as we want to work the linkVehicle
<->TaskList
.We will also introduce a concept of
Trailer
which is kind of aVehicule
as well.We will introduce the concept of
Warehouse
. AWarehouse
hosts manyVehicules
. It has anaddress
. To simplify things theVehicules
are assumed to be at a warehouse in the morning so we will use that as a starting point for our TaskList when we optimize stuff.In the dispatch the dispatcher will be able to attach a bike and a trailer to a TaskList. The warehouse is linked to the
Then we will be able :
New pages :
Beta Was this translation helpful? Give feedback.
All reactions