hbarton2 / cscd350-f24-UnhandledExceptions

0 stars 0 forks source link

[Save/Load] Save/Load #15

Closed coreybasden closed 2 weeks ago

coreybasden commented 3 weeks ago

As a user, I want to be able to save and load the UML project from a JSON or YAML So that I can easily return to a project where I left off without losing progress.

coreybasden commented 2 weeks ago

Given that I am the main menu, When I have selected the "save" option in the main menu, Then I want all of my work to be saved to a json file.

Given that I am the main menu, When I have selected the "load" option in the main menu, Then I want to see a list of my saved projects to restore.