Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Client panel - see my orders #94

Closed
andrzejkrzywda opened this issue Jan 2, 2022 · 1 comment · Fixed by #99
Closed

Client panel - see my orders #94

andrzejkrzywda opened this issue Jan 2, 2022 · 1 comment · Fixed by #99
Assignees

Comments

@andrzejkrzywda
Copy link
Contributor

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.

@lukaszreszke lukaszreszke linked a pull request Feb 22, 2022 that will close this issue
lukaszreszke added a commit that referenced this issue Mar 4, 2022
…elOrder) to http calls to simulate user behavior better. CancelOrder is not yet changed because there's no endpoint for cancelling an order.
@krzykamil
Copy link
Collaborator

The view has been added in the login-mockup way, an extension of it could be done as part of #105

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants