nyan icon indicating copy to clipboard operation
nyan copied to clipboard

Allow branching the views after transactions were applied

Open TheJJ opened this issue 6 years ago • 0 comments

We need this to avoid applying the same patches in every view.

This is currently cumbersome:

  • First, apply mods
  • Then, create teams (each needs a View)
  • Then apply the team boni patches

Currently, each View starts at the root state, so for each team, we would need to apply the patches the mods use for registration for each View of the teams.

The solution is that it is possible to "fork" a view and continue from this state with a new view.

TheJJ avatar Apr 21 '18 15:04 TheJJ