Forum Replies Created
-
AuthorPosts
-
alexg
KeymasterI used knockout because I was already familiar with it from a previous project. I know it is not the best framework out there, but often the best framework is the one you already know!
The markup is easily replaceable but the js code is not. My intention was to make it possible to make small alterations. To build something entirely from scratch, one can use the JSON API directly with any framework…
alexg
KeymasterHello, @dynamitemedia I have moved your question to the support section for the Exchange.
If you would like to tweak the UI markup, there are instructions in the accompanying documentation.
Please see under “Alternative knockout templates” on how to use the
wallets_exchange_views_dir
filter. Try to keep the bindings more or less the same and it should work.The more you know about knockout the easier this will be.
kind regards
alexg
KeymasterThank you, I will look into this!
with regards
alexg
KeymasterI see. Thank you.
One idea is to break down the UIs to different pages. Since there are inter-dependencies, any change in one UI triggers changes in all the other UIs. Other than that, the new version should in fact be faster than before, because now each UI only loads the data it needs.
You could try to break down the UIs so that there are only a few in each page. This should help in devices with slow cpus.
If you do try this, please let me know.
alexg
KeymasterOK, which is it? Is the UI slow or is the dropdown blank?
If the dropdown is blank I would start by looking for JavaScript errors. Which dropdown is the user referring to?
As for performance, I had to change the way things are loaded because of the requirement to be able to refresh UIs. All in all this is a better way, even if somewhat slower.
Please let me know about the dropdown. Does it stay blank? Can you reproduce the problem? I cannot.
Thanks
alexg
KeymasterThanks, I will look into adding color codes.
As for restricting deposits, I am not sure what you mean. Could you please post a request in the support forum for the Fiat coin adapter? I would like to know more on what you would like to be able to do.
Thank you.
alexg
KeymasterYes, you are correct, this falls under KYC/AML and is certainly out of the scope of this plugin.
This has been discussed in the past, and usually what I do to people who ask for KYC/AML is reply with the following link:
https://wordpress.org/plugins/tags/identity-verification/
But I’m not sure if the appropriate solution can be found there.
alexg
KeymasterHello,
I’m sorry but I’m not sure I understand what you’re asking.
Could you please describe what you are trying to accomplish?
thank you
alexg
KeymasterThe reference number for deposits is assigned to each user automatically. It is treated as a “deposit address”. It is a string that uniquely identifies a user-currency pair. You can view these for each user by visiting the profile section of a user, where the deposit addresses are listed.
alexg
KeymasterHello,
Thank you for your feedback.
1. I will look into this.
2. You would only need to enable legacy APIs if you have written code that interfaces directly with the JSON API and this code still requires version 2. If you are using the plugin as-is it is best if you leave legacy APIs disabled.
3. I will do something about this. Fonts on mobile devices usually do not support the entire Unicode space to save memory. Thanks.
4. I do not have plans to improve the exchange’s graph any time soon. I know it is not ideal but it will have to do for now, as there are more pressing tasks.
5. I will try to reproduce this issue. Thanks.
kind regards
P.S. In the future could you please open one thread per request? It helps with tracking all the issues independently. Thanks.
alexg
KeymasterHello,
Thank you very much for your feedback.
I will add a field to make the TXID field editable.
For now you can add the bank account txid to the transaction comments. I will turn this into a textarea so it is easier to add any additional info.
kind regards
alexg
KeymasterHello,
Unfortunately it is not certain if I will provide an ERC-20 coin adapter any time soon.
This has been discussed many times in the past and there are some technical difficulties, so it is not certain at the moment.
kind regards
alexg
KeymasterThis issue is now fixed in version
0.4.0-beta
of the Exchange extension.Thanks again for reporting.
alexg
KeymasterIn version
0.4.0-beta
it is now possible to refresh UIs individually.alexg
KeymasterIn version
0.4.0-beta
the markets lists now display icons for the quote coin of each market. -
AuthorPosts