joeldevlearning / wf-poll

A WinForms Poll App
0 stars 0 forks source link

New backends #7

Open joeldevlearning opened 7 years ago

joeldevlearning commented 7 years ago

Expand the number of supported backends. Consider the following:

joeldevlearning commented 7 years ago

The InMemory functionality is now implicit (still no option to change storage, but all storage goes through the Model and this is the defacto InMemory storage).

Next, are the following tasks:

joeldevlearning commented 7 years ago

IStorage needs to represent a data access object and probably needs only a few methods:

Some questions: