LeanderMcL / spoon-wizards

The task tracker for spoonies
0 stars 0 forks source link

buildTaskData should take numeric, not stringy spoon data #110

Open LeanderMcL opened 3 years ago

LeanderMcL commented 3 years ago

I'm having to do so many conversions here, argh.

So we should be using spoon values (and everything else but task name) as numeric values for the whole backend - converting from string values as soon as we get them out of the form, and converting them to string values only when we want to display them in that format. Everything else should be numeric.