hasadna / openmuni-budgets

A web app and web API for storing, accessing, visualizing and comparing budgetary data from Israeli municipalities.
http://openmuni.org.il/
BSD 3-Clause "New" or "Revised" License
15 stars 28 forks source link

The use of Agorot is inconsistent and thus creates a misleading UX - see example #344

Closed idoivri closed 11 years ago

idoivri commented 11 years ago

635130788360410715

pwalsh commented 11 years ago

Ido - you mean the space between the symbol and the leading number?

I've actually encountered this issue before on an e-commerce site, and it is to do with how a particular font positions its symbols.

Not sure how @ydaniv is generating this here, but we can probably just add a few pixels spacing applied generally to the currency symbol.

idoivri commented 11 years ago

Nope. The inconsistency between displays - 736,520 vs 91,728.89 (the .89) can be misleading - - all those ".s" and ",s" ...

pwalsh commented 11 years ago

Ah I see. Yes, we should either force everything to integer, or everything to 2 decimals. Which do you prefer?

On Monday, August 26, 2013, idoivri wrote:

Nope. The inconsistency between displays - 736,520 vs 91,728.89 (the .89) can be misleading - - all those ".s" and ",s" ...

— Reply to this email directly or view it on GitHubhttps://github.com/hasadna/openmuni-budgets/issues/344#issuecomment-23248164 .

Paul Walsh 0543551144

ydaniv commented 11 years ago

I worked hard to get rid of those .00s. I can either bring them back or remove all agorot. Which one? On Aug 26, 2013 11:52 AM, "Paul Walsh" notifications@github.com wrote:

Ah I see. Yes, we should either force everything to integer, or everything to 2 decimals. Which do you prefer?

On Monday, August 26, 2013, idoivri wrote:

Nope. The inconsistency between displays - 736,520 vs 91,728.89 (the .89) can be misleading - - all those ".s" and ",s" ...

— Reply to this email directly or view it on GitHub< https://github.com/hasadna/openmuni-budgets/issues/344#issuecomment-23248164>

.

Paul Walsh 0543551144

— Reply to this email directly or view it on GitHubhttps://github.com/hasadna/openmuni-budgets/issues/344#issuecomment-23250769 .

idoivri commented 11 years ago

Remove, I would say.

ydaniv commented 11 years ago

done