Closed kirillt closed 2 years ago
Issue Status: 1. Open 2. Started 3. Submitted 4. Done
Work has been started.
These users each claimed they can complete the work by 4 days, 22 hours from now. Please review their action plans below:
1) someone120 has been approved to start work.
click the wrong button.(min 30 charssssssssssss)
Learn more on the Gitcoin Issue Details page.
Hi @kirillt is your offer still valid? I would be happy to work on this project
This is the ui interface. Is there anything that needs to be changed?
Issue Status: 1. Open 2. Started 3. Submitted 4. Done
Work for 4940.752 ZIL (200.00 USD @ $0.04/ZIL) has been submitted by:
@kirillt please take a look at the submitted work:
Issue Status: 1. Open 2. Started 3. Submitted 4. Done
The funding of 4940.752 ZIL (200.00 USD @ $0.04/ZIL) attached to this issue has been approved & issued to @someone120.
Basically, the app must perform multi-conversion of currencies. E.g. we have 2 USD, 3 EUR, 1000 RSD and 250 TRY. This is "input" of our multi-conversion.
For the conversion we need 6 exchange rates:
The output would be list of conversions of total amount (2 USD + 3 EUR + 1000 RSD + 250 TRY) into each of the currency USD, EUR, RSD or TRY separately:
The app must consist of 2 screens:
0
, no need to save the input between app launches$
orUSD
for U.S. dollars)[-]
button for deleting the currency[next]
, which loads next screen (passing user inputs into it).T
):S
, exchange rate betweenS
andT
must be displayedT
and summed up[back]
, which loads previous screen[add_curr]
button, presenting a dialog for adding new currency to the lists:[add]
button saving the choice[x]
button for closing it without changesList of chosen currencies is the same in "Input" and "Output" screen, must be saved into user data and be loaded during next app startup. Exchange rates must be taken from good source like Bloomberg, but can be other source if it's API is better.