MovementHandler

Class responsible to handle move requests of Stories. This class handles the logic to move a Story to another position, when a Story is grouped together with another one and when a Story is separated from a group.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun merge(stories: Map<Int, StoryStep>, info: Action.Merge): Map<Int, List<StoryStep>>
Link copied to clipboard
fun move(stories: Map<Int, StoryStep>, move: Action.Move): Map<Int, StoryStep>