<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Closed Ideas: | Javvy Feedback &amp; Support</title>
    <description>Closed Ideas</description>
    <generator>Helprace RSS</generator>
    <link>https://support.javvy.com/s1-general/ideas/closed?format=rss</link>
    <item>
      <title>Add an option in "Settings" to "Show current email"</title>
      <description><![CDATA[<p>Knowing the email of the current account is helpful for testing and also for reference. This could also be grouped under a "Profile" section that includes resetting password, changing email, etc.</p>]]></description>
      <pubDate>Mon, 03 Feb 2020 14:14:32 +0000</pubDate>
      <link>https://support.javvy.com/i29-add-an-option-in-settings-to-show-current-email</link>
      <guid>https://support.javvy.com/i29-add-an-option-in-settings-to-show-current-email</guid>
      <author>Brandon Elliott</author>
      <dc:creator>Brandon Elliott</dc:creator>
      <content:encoded><![CDATA[<p>Knowing the email of the current account is helpful for testing and also for reference. This could also be grouped under a "Profile" section that includes resetting password, changing email, etc.</p>]]></content:encoded>
    </item>
    <item>
      <title>Use caching to make the “Get Tx fee” return very quickly, even at scale</title>
      <description><![CDATA[<p>For users who want to see/verify the transaction (Tx) fee before sending, we must ensure that this process returns very quickly. Since the Tx fee will not change more often than each minute, we can process this on the API server, every few seconds, and have the app simply pull from a cached value.</p>]]></description>
      <pubDate>Wed, 29 May 2019 18:57:39 +0000</pubDate>
      <link>https://support.javvy.com/i9-use-caching-to-make-the-get-tx-fee-return-very-quickly-even-at-scale</link>
      <guid>https://support.javvy.com/i9-use-caching-to-make-the-get-tx-fee-return-very-quickly-even-at-scale</guid>
      <author>Brandon Elliott</author>
      <dc:creator>Brandon Elliott</dc:creator>
      <content:encoded><![CDATA[<p>For users who want to see/verify the transaction (Tx) fee before sending, we must ensure that this process returns very quickly. Since the Tx fee will not change more often than each minute, we can process this on the API server, every few seconds, and have the app simply pull from a cached value.</p>]]></content:encoded>
    </item>
    <item>
      <title>Show all amounts equivalents in user's preferred currency</title>
      <description><![CDATA[<p>We will support USD, initially. A future release will add the ability to select a preferred currency via the "Settings" menu. This will show an additional field for the crypto amount shown, automatically converted into the equivalent of the user's preferred currency.</p>]]></description>
      <pubDate>Wed, 29 May 2019 18:56:47 +0000</pubDate>
      <link>https://support.javvy.com/i11-show-all-amounts-equivalents-in-user-s-preferred-currency</link>
      <guid>https://support.javvy.com/i11-show-all-amounts-equivalents-in-user-s-preferred-currency</guid>
      <author>Brandon Elliott</author>
      <dc:creator>Brandon Elliott</dc:creator>
      <content:encoded><![CDATA[<p>We will support USD, initially. A future release will add the ability to select a preferred currency via the "Settings" menu. This will show an additional field for the crypto amount shown, automatically converted into the equivalent of the user's preferred currency.</p>]]></content:encoded>
    </item>
    <item>
      <title>Need to validate that all crypto addresses are correct</title>
      <description><![CDATA[<p>Since an incorrect ETH address format currently hangs the API.</p> <p>For all cryptocurrencies, we also want to ensure that users cannot enter incorrect addresses (potentially losing crypto). If possible, we should also detect TESTnet addresses and prevent users from sending to them with the LIVE MAINnet wallet (potentially losing crypto).</p>]]></description>
      <pubDate>Wed, 29 May 2019 18:56:12 +0000</pubDate>
      <link>https://support.javvy.com/i14-need-to-validate-that-all-crypto-addresses-are-correct</link>
      <guid>https://support.javvy.com/i14-need-to-validate-that-all-crypto-addresses-are-correct</guid>
      <author>Brandon Elliott</author>
      <dc:creator>Brandon Elliott</dc:creator>
      <content:encoded><![CDATA[<p>Since an incorrect ETH address format currently hangs the API.</p>
<p>For all cryptocurrencies, we also want to ensure that users cannot enter incorrect addresses (potentially losing crypto). If possible, we should also detect TESTnet addresses and prevent users from sending to them with the LIVE MAINnet wallet (potentially losing crypto).</p>]]></content:encoded>
    </item>
    <item>
      <title>Once "Portfolio" screen is ready, default to it on wallet launch</title>
      <description><![CDATA[<p>The "Portfolio" screen will become the default screen, on launch, as soon as we have added:</p> <ul> <li>cryptocurrency charts</li> <li>portfolio pie chart (showing percentages of holdings)</li> <li>portfolio amounts (in crypto and fiat representations)</li></ul>]]></description>
      <pubDate>Wed, 29 May 2019 18:55:43 +0000</pubDate>
      <link>https://support.javvy.com/i17-once-portfolio-screen-is-ready-default-to-it-on-wallet-launch</link>
      <guid>https://support.javvy.com/i17-once-portfolio-screen-is-ready-default-to-it-on-wallet-launch</guid>
      <author>Brandon Elliott</author>
      <dc:creator>Brandon Elliott</dc:creator>
      <content:encoded><![CDATA[<p>The "Portfolio" screen will become the default screen, on launch, as soon as we have added:</p>
<ul>
<li>cryptocurrency charts</li>
<li>portfolio pie chart (showing percentages of holdings)</li>
<li>portfolio amounts (in crypto and fiat representations)</li></ul>]]></content:encoded>
    </item>
    <item>
      <title>Implement "Continuous Updates" for new Wallet builds</title>
      <description><![CDATA[<p>The initial BETA release uses the Windows installer, and the next version will require uninstall / reinstall. However, that build will incorporate the ability for all future releases to simply upgrade in-place. Since this initial release requires uninstall, however, it is IMPERATIVE to copy the wallet phrase so that users can "import" using the phrase into the newly installed version.</p>]]></description>
      <pubDate>Wed, 29 May 2019 18:54:48 +0000</pubDate>
      <link>https://support.javvy.com/i21-implement-continuous-updates-for-new-wallet-builds</link>
      <guid>https://support.javvy.com/i21-implement-continuous-updates-for-new-wallet-builds</guid>
      <author>Brandon Elliott</author>
      <dc:creator>Brandon Elliott</dc:creator>
      <content:encoded><![CDATA[<p>The initial BETA release uses the Windows installer, and the next version will require uninstall / reinstall. However, that build will incorporate the ability for all future releases to simply upgrade in-place. Since this initial release requires uninstall, however, it is IMPERATIVE to copy the wallet phrase so that users can "import" using the phrase into the newly installed version.</p>]]></content:encoded>
    </item>
    <item>
      <title>Display PW complexity requirements to the right of the PW field</title>
      <description><![CDATA[<p>Do eeeetttttttt.... please. =)</p>]]></description>
      <pubDate>Wed, 29 May 2019 18:53:45 +0000</pubDate>
      <link>https://support.javvy.com/i40-display-pw-complexity-requirements-to-the-right-of-the-pw-field</link>
      <guid>https://support.javvy.com/i40-display-pw-complexity-requirements-to-the-right-of-the-pw-field</guid>
      <author>Javvy Lee</author>
      <dc:creator>Javvy Lee</dc:creator>
      <content:encoded><![CDATA[<p>Do eeeetttttttt.... please. =)</p>]]></content:encoded>
    </item>
    <item>
      <title>Feedback and FAQ</title>
      <description><![CDATA[<p>As a suggestion, I think it would be good to have a link to the feedback page on every interface in Javvy wallet. So that way, if a user has an issue while sending, they can immediately go to the feedback page instead of having to click the home button and then press "Learn More" to get to the feedback page. </p>]]></description>
      <pubDate>Wed, 29 May 2019 18:53:32 +0000</pubDate>
      <link>https://support.javvy.com/i35-feedback-and-faq</link>
      <guid>https://support.javvy.com/i35-feedback-and-faq</guid>
      <author>Adia</author>
      <dc:creator>Adia</dc:creator>
      <content:encoded><![CDATA[<p>As a suggestion, I think it would be good to have a link to the feedback page on every interface in Javvy wallet. So that way, if a user has an issue while sending, they can immediately go to the feedback page instead of having to click the home button and then press "Learn More" to get to the feedback page. </p>]]></content:encoded>
    </item>
    <item>
      <title>Initial on-boarding should allow OPTIONAL crypto wallet creation</title>
      <description><![CDATA[<p>For first-time launches, it should be OPTIONAL to create a BTC or ETH wallet. </p> <p>Initially, both BTC and ETH wallets must be created. This was done to minimize the up-front work necessary on sidebar functionality. In a future release, the sidebar will be configurable with each user's top four (4) "favorites" (with the PLUS[+] sign available to add support for more and adjust "favorites").</p>]]></description>
      <pubDate>Wed, 29 May 2019 18:51:49 +0000</pubDate>
      <link>https://support.javvy.com/i18-initial-on-boarding-should-allow-optional-crypto-wallet-creation</link>
      <guid>https://support.javvy.com/i18-initial-on-boarding-should-allow-optional-crypto-wallet-creation</guid>
      <author>Brandon Elliott</author>
      <dc:creator>Brandon Elliott</dc:creator>
      <content:encoded><![CDATA[<p>For first-time launches, it should be OPTIONAL to create a BTC or ETH wallet. </p>
<p>Initially, both BTC and ETH wallets must be created. This was done to minimize the up-front work necessary on sidebar functionality. In a future release, the sidebar will be configurable with each user's top four (4) "favorites" (with the PLUS[+] sign available to add support for more and adjust "favorites").</p>]]></content:encoded>
    </item>
    <item>
      <title>Add a "MAX" button to SEND tab</title>
      <description><![CDATA[<p>To easily send all of the available crypto chosen, minus the minimum fee.</p>]]></description>
      <pubDate>Wed, 29 May 2019 18:51:31 +0000</pubDate>
      <link>https://support.javvy.com/i12-add-a-max-button-to-send-tab</link>
      <guid>https://support.javvy.com/i12-add-a-max-button-to-send-tab</guid>
      <author>Brandon Elliott</author>
      <dc:creator>Brandon Elliott</dc:creator>
      <content:encoded><![CDATA[<p>To easily send all of the available crypto chosen, minus the minimum fee.</p>]]></content:encoded>
    </item>
    <item>
      <title>Add transaction hash (txid) for each transactions</title>
      <description><![CDATA[<p>The hash for each transaction helps users identify transactions that they recognize. Adding a history of the transactions that have been sent/received would be nice.</p> <p>The txid can be imported by using the Etherscan/Ethplorer API.</p>]]></description>
      <pubDate>Wed, 29 May 2019 18:51:03 +0000</pubDate>
      <link>https://support.javvy.com/i37-add-transaction-hash-txid-for-each-transactions</link>
      <guid>https://support.javvy.com/i37-add-transaction-hash-txid-for-each-transactions</guid>
      <author>Dong Jun Kim</author>
      <dc:creator>Dong Jun Kim</dc:creator>
      <content:encoded><![CDATA[<p>The hash for each transaction helps users identify transactions that they recognize. Adding a history of the transactions that have been sent/received would be nice.</p>
<p>The txid can be imported by using the Etherscan/Ethplorer API.</p>]]></content:encoded>
    </item>
    <item>
      <title>Check for “Internet Connection”</title>
      <description><![CDATA[<p>Notify user if no Internet (working offline)</p> <p>I have seen the application "crash" when it cannot connect to the node API server (which means a "No Internet" scenario would likely do the same).</p>]]></description>
      <pubDate>Thu, 31 May 2018 03:40:53 +0000</pubDate>
      <link>https://support.javvy.com/i10-check-for-internet-connection</link>
      <guid>https://support.javvy.com/i10-check-for-internet-connection</guid>
      <author>Brandon Elliott</author>
      <dc:creator>Brandon Elliott</dc:creator>
      <content:encoded><![CDATA[<p>Notify user if no Internet (working offline)</p>
<p>I have seen the application "crash" when it cannot connect to the node API server (which means a "No Internet" scenario would likely do the same).</p>]]></content:encoded>
    </item>
    <item>
      <title>Add the "Top Nav" icons to the Portfolio/Tx screen</title>
      <description><![CDATA[<p>I think that the "Settings", "Minimize", and "Close" icons should be present on the "Portfolio / Transactions" screen. I understand that they were likely removed in order to squeeze more transactions on the right side, but I think users may have need of those icons from that screen and no need to force them to retreat to another screen just to get them.</p>]]></description>
      <pubDate>Thu, 31 May 2018 03:40:48 +0000</pubDate>
      <link>https://support.javvy.com/i33-add-the-top-nav-icons-to-the-portfolio-tx-screen</link>
      <guid>https://support.javvy.com/i33-add-the-top-nav-icons-to-the-portfolio-tx-screen</guid>
      <author>Brandon Elliott</author>
      <dc:creator>Brandon Elliott</dc:creator>
      <content:encoded><![CDATA[<p>I think that the "Settings", "Minimize", and "Close" icons should be present on the "Portfolio / Transactions" screen. I understand that they were likely removed in order to squeeze more transactions on the right side, but I think users may have need of those icons from that screen and no need to force them to retreat to another screen just to get them.</p>]]></content:encoded>
    </item>
    <item>
      <title>Show “loading” indicator whenever a process takes longer than a split-second</title>
      <description><![CDATA[<p>Self-explanatory ;)</p>]]></description>
      <pubDate>Thu, 03 May 2018 19:23:07 +0000</pubDate>
      <link>https://support.javvy.com/i8-show-loading-indicator-whenever-a-process-takes-longer-than-a-split-second</link>
      <guid>https://support.javvy.com/i8-show-loading-indicator-whenever-a-process-takes-longer-than-a-split-second</guid>
      <author>Brandon Elliott</author>
      <dc:creator>Brandon Elliott</dc:creator>
      <content:encoded><![CDATA[<p>Self-explanatory ;)</p>]]></content:encoded>
    </item>
    <item>
      <title>You are welcome to share your ideas</title>
      <description><![CDATA[Feel free to suggest improvements to our product or service. Users can discuss your suggestion and vote for and against it. We'll look at it, too.]]></description>
      <pubDate>Tue, 10 Apr 2018 20:32:38 +0000</pubDate>
      <link>https://support.javvy.com/i4-you-are-welcome-to-share-your-ideas</link>
      <guid>https://support.javvy.com/i4-you-are-welcome-to-share-your-ideas</guid>
      <author>Brandon Elliott</author>
      <dc:creator>Brandon Elliott</dc:creator>
      <content:encoded><![CDATA[Feel free to suggest improvements to our product or service. Users can discuss your suggestion and vote for and against it. We'll look at it, too.]]></content:encoded>
    </item>
  </channel>
</rss>
