Am 22.11.2013 11:37, schrieb Lukas Benedix:
A few points:
- Population should not be negative, would be nice if you can define a
min or max value in the property
User-defined constraints are a pretty big and complex issue. I agree that it would be nice, but it's something to be carefully discussed and designed.
- it's possible to enter 42.23
Sure, as it should be. Quantities are not restricted to integer values.
- if entering 23,42 the result is only 23
That's odd, that should result in 2342- the comma would be ignored as a "thousands separator".
Localized input (e.g. using "," as the decimal separator if the user interface is set to German) is not supported yet, but should definitely be implemented.
- if I try to enter "twenty three" there is no hint that only numbers
are accepted
I agree that the error messages could be more helpful, and should be made more visible.
-- daniel