Skip to content
This repository has been archived by the owner on Dec 19, 2020. It is now read-only.

Add prefix for CYB tokens #165

Open
asadovka opened this issue Feb 5, 2019 · 3 comments
Open

Add prefix for CYB tokens #165

asadovka opened this issue Feb 5, 2019 · 3 comments

Comments

@asadovka
Copy link
Contributor

asadovka commented Feb 5, 2019

As there are lots of CYB tokens (10^18) and it is not an easy task to distinguish all the digits we need a prefix for them.

Like in physical quantities:

CYB
KCYB
MCYB
GCYB
TCYB
PCYB

also we need to round such values (leave 2 digits for integer part and 2 for decimals):

##.## PREFIX_CYB

@asadovka asadovka added this to the Block 3 milestone Feb 5, 2019
@mastercyb
Copy link
Member

mastercyb commented Feb 6, 2019

Please remove 2 decimals. Only whole numbers. Never use decimals for CYB

1 CYB is 1 CYB
1 KCYB is 1 000 CYB
1 MCYB is 1 000 000 CYB

So if you want to show 1.9 KCYB lets show 1900 CYB instead

It sucks to write, read and pronounce numbers with decimals. Also, decimals do not exist in our case

@hleb-albau
Copy link
Contributor

hleb-albau commented Feb 6, 2019

10 937 863 831 CYB ~ 10.938 GCYB
10 937 863 831 CYB ~ 10 938 MCYB
As for me, the first variant is more natural(as in every chain). In regular spech we alwaus say "aroud 11 Gigacyb", rather than "11k Megacyb".
It can be display option either.

@mastercyb
Copy link
Member

mastercyb commented Feb 6, 2019

I am going to create usability guidelines. Please, do not use decimals

@hleb-albau You just confirmed my thesis that it is hard to parse, because you need to make calculations before pronouncing.

My idea is exactly what you say. Instead of decimals we can round, etc...

@mastercyb mastercyb removed this from the Sprint 28 milestone Feb 20, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants