kbss-cvut / react-maintenance-planner

React component to visualize and manage maintenance plans.
GNU Lesser General Public License v3.0
0 stars 1 forks source link

Undo and Redo buttons should also affect editing/removal/addition of resources and tasks #39

Closed LaChope closed 2 years ago

LaChope commented 2 years ago

@PluharVit @blcham

Undo / Redo buttons should also work for:

blcham commented 2 years ago

Maybe we should consider undo/redo for reordering resources as well, e.g. from this:

- A
  - B  
  - C

to this:

- A
  - C  
  - B
LaChope commented 2 years ago

Agree, I updated the issue