joeldevlearning / wf-poll

A WinForms Poll App
0 stars 0 forks source link

Support persistent data storage #9

Open joeldevlearning opened 7 years ago

joeldevlearning commented 7 years ago

If using a backing file, users should have the option of saving their data and reloading on the next instance.

Persistence can just the basics and not involve UI changes:

joeldevlearning commented 7 years ago

Hold off on this until new backends (#7) are added. Consider having persistent storage implement a new interface, IPersistantStorage, to complement the more basic IStorage.