joeldevlearning / wf-poll

A WinForms Poll App
0 stars 0 forks source link

Support variable numbers of candidates #8

Closed joeldevlearning closed 7 years ago

joeldevlearning commented 7 years ago

Consider supporting a variable number of candidates. This requires some changes:

joeldevlearning commented 7 years ago

A good range of candidates is minimum 2, max 10.

Thus the select controls, graph bars, and graph labels need to accommodate this many variable elements.

joeldevlearning commented 7 years ago

Supported in https://github.com/joeldevlearning/wf-poll/commit/04e881167be3a96ac4d0a0bbcad027761823e517

Note that currently we do not limit number of candidates or filter/truncate candidate names.