-
-
Notifications
You must be signed in to change notification settings - Fork 203
Open
Labels
Milestone
Description
This is a behemoth and we will probably split this issue into multiple sub-tasks, but let's start collecting our approach here.
- Save and Open design file with .akira format.
- The file is a
zip
archive with ansvg
file and a hidden.git
repository - The file needs to generate a thumbnail to preview the currently saved design
- At every
save
triggered command, a new commit should be pushed to the local git repo - Ability to visualize the commit history and revert back to a previously saved state
I'm still not sure if we should deal with undos the same way, or keep a limited amount of undos in memory as any other application.
violoncelloCH, PlatonB, LucileDT and rmoorman