Vepp1 / VeganCaju

Online truffles store
0 stars 1 forks source link

USER STORY: Change Order #8

Open Vepp1 opened 2 years ago

Vepp1 commented 2 years ago

As a client I can access my orders so that I can update them.

Vepp1 commented 1 year ago

The orders can be edited. Only logged users can access this page, implemented using LoginRequiredMixing.

To be implemented: Users must only update orders that are not approved yet.

Vepp1 commented 1 year ago

Add if clause to edit and delete order to check order status. If order is not waiting for approval, it cannot be modified.