-
Notifications
You must be signed in to change notification settings - Fork 5
The Rates show value 10 by default instead of 0 #103
Comments
@sdgun 0 is not a valid value anymore because fields accept only positive integers |
I don't think it's P2 (rather P4) as we would hardly have rates equal or lower than $10/week :) Rather starting from $1000/week. |
Hi @nikolay83 @cagdas001 No issue in reducing the priority considering that. But I am wondering since only the Global rate is a mandatory field here the user will have to manually delete all other fields in case if the user doesn't want to set Rate 30/Rate 20 etc. Will it not be useful to keep them empty rather if this is a valid use case? |
Then maybe we should auto-populate only the mandatory fields and should leave blank other fields |
One of the reasons I auto populate them is actually to indicate it's a number field. Because it currently looks like a regular text field (after removing +/- buttons), user may try to input letters instead of numbers. Inputting letters will not result in any error message to let user know about this, what they will see is just a non-working field because what they enter wont be reflected in the field (non numeric chars are not allowed to type) So we should either indicate in some way (like auto populating some default values) that it's a number field, or allow non-numeric chars as well to be able to type (with error messages on invalid inputs) I think populating only the default fields also should work to indicate they're numbers... That's my 2 cents... |
@wdprice |
Just following on the discussion. Did you mean "default" values, as discussed above? Or you're talking about another thing and "minimum" is the correct term? |
I think the default can be a minimum. Anyway, rates as low as $10/week don't make sense and if displayed to a customer may be even more confusing than "N/A". |
Requirement: just auto-populate all the rates with $1000. |
Verified in Dev, fixed. 2021-08-14_11-04-44.mp4 |
Steps
Go to TAAS Admin >> Roles
Click create new role button
Click Add rate and check the default rates
By default 10 is set on all rates instead of 0
2021-08-10_13-38-42.mp4
The text was updated successfully, but these errors were encountered: