Save and restore projects to and from disk #7
Labels
No labels
bug
design
duplicate
enhancement
maintenance
prospective
question
todo
ui
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Depends on
#66 Prototype an assembly serialization system
StudioInfinity/dyna3
Reference: StudioInfinity/dyna3#7
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We should be able to create a text file that records the current project, produce a blob from it, and provide a URL for that blob which will allow the user to save it as if they were downloading it. Maybe we would use a
.dy3
file extension, which does not seem to be in use by anything out there. The project should include the current assembly and persistent editor settings, like axis settings.We could use the File API to load a project from a file. The data would be accessed through a
FileReader
object, which can read from aFile
or aBlob
.Save and restore configurationsto Save and restore assemblies to and from diskSave and restore assemblies to and from diskto Save and restore projects to and from disk