davidkopp / flying-dutchman

2 stars 0 forks source link

Implement Undo/Redo functionality #55

Open davidkopp opened 2 years ago

davidkopp commented 2 years ago

Requirement specification:

The system should implement an UNDO/REDO functionality

  • at least two different actions are required
  • unlimited undo-redo
davidkopp commented 2 years ago

We want to add Undo/Redo functionality to the order page for bartenders and VIP members, so they can undo e.g. the adding of a item to an order.

See also mockup in #49.

davidkopp commented 2 years ago

Implemented for changes of the order notes on the staff dashboard. Nothing more, because all other editing features are not implemented in the view. But nevertheless it shows that we know how undo / redo should be implemented.