BlueprintKansas / v3.ksvotes.org

Django port of ksvotes.org
0 stars 0 forks source link

Rework AB dates to allow for multiple specials #253

Open katherinepdavis opened 5 years ago

katherinepdavis commented 5 years ago

And all to be added/removed/changed via translations file

karpet commented 5 years ago

yes I was thinking this morning about the need for this. I think what we want is to be able to define an array (list) of elections with dates. It might require a combination of translations and some other mechanism. Maybe even a separate elections.json file.

katherinepdavis commented 5 years ago

I did some research into how many specials there are in a given year, and the answer was "quite a few." Apparently there are lots of school bond issues and that kind of thing in the spring now that they've changed local elections to the fall.

A better solution here may be to allow user input on the date on the form, which is more like replicating a paper form anyway. Is that workable? Any sense of how many hours it would take @frankwiles ?

frankwiles commented 5 years ago

@katherinepdavis so let the user punch in their own date? Wouldn't that likely cause a bunch of errors when they get it wrong? even simply dd/mm/yyyy vs mm/dd/yyyy type issues?

katherinepdavis commented 5 years ago

Yeah some data validation is probably required. The only input we would want would be a date. On Mon, Feb 25, 2019 at 2:53 PM Frank Wiles notifications@github.com wrote:

@katherinepdavis https://github.com/katherinepdavis so let the user punch in their own date? Wouldn't that likely cause a bunch of errors when they get it wrong? even simply dd/mm/yyyy vs mm/dd/yyyy type issues?

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/BlueprintKansas/v3.ksvotes.org/issues/253, or mute the thread https://github.com/notifications/unsubscribe-auth/AdQaAX4mi-JkQN2Pqe_VR5jgF5B5e2iwks5vRE0tgaJpZM4a-TNE .

katherinepdavis commented 3 years ago

Bumping this one - I got another request for it today. How tough would it be to add a "Special" option and then let the user enter a date? @frankwiles @karpet

karpet commented 2 years ago

We can tackle this as part of v3