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
At the moment we have some hardcoded clients for whom we can create orders.
This issue is meant to be a small step towards a more typical ecommerce where clients can create their orders.
However, for now let's just start with displaying the existing orders for the specific client.
Authentication could be part of this ticket, but we can also have a temporary shortcut of "selecting" the client which we want to log-in as.
It could be a new route like /client and then a new read model - ClientOrders.
The text was updated successfully, but these errors were encountered:
At the moment we have some hardcoded clients for whom we can create orders.
This issue is meant to be a small step towards a more typical ecommerce where clients can create their orders.
However, for now let's just start with displaying the existing orders for the specific client.
Authentication could be part of this ticket, but we can also have a temporary shortcut of "selecting" the client which we want to log-in as.
It could be a new route like
/client
and then a new read model -ClientOrders
.The text was updated successfully, but these errors were encountered: