greyhillman / rent-vs-buy

https://greyhillman.github.io/rent-vs-buy/
GNU Affero General Public License v3.0
0 stars 0 forks source link

Add signs and formatting to inputs #17

Open greyhillman opened 2 years ago

greyhillman commented 2 years ago

Problem

For currency amounts that a user enters, it can be hard to determine if they're entering ten thousand or a hundred thousand as there's no quick visual on how many zeroes there are.

Also, it's not easy to see which inputs are

Current solution

The type of most fields are understood because of their labels ("Years" means years, "Rate of Return (%)" shows the sign) or the descriptions ("... rate ...", "How much" so amount).

Alternative solution

A user should be able to

Benefits compared to current solution
Costs compared to current solution