-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Milestone
Description
ebook-builder doesn't keep any state about what phase has been completed nor anyway to backup to a previous phase and change something. If we wrote mulitpe yamls file ebook-1.yaml, ebook2.yaml we could detect the current state (and for debugging purposes compare the two yamls) clicking save or next would create it's ebook-{n}.yaml and delete yaml greater than n. It would also allow a nicer GUI experience and the ability the add panels if needed and could also be a way to move some of the code into separate files, per #17