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.
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.