SchweizerischeBundesbahnen/scion-workbench

Support for merging newly added or moved parts into the user's layout

danielwiehl opened this issue · 0 comments

Is your feature request related to a problem? Please describe.

SCION Workbench implements a primitive merge algorithm for initial and user-specific layout changes.

Already implemented:

  • new views are added to the user's layout
  • removed views are removed from the user's layout
  • moved views are moved in the user's layout if the user did not move them

Not implemented yet:

  • new parts are not inserted in the right place in the user's layout
  • moved parts are not moved accordingly in the user's layout

Describe the solution you'd like

Support merging newly added or moved parts into the user's layout.