taoteh1221 / Open_Crypto_Tracker

Bitcoin / Alts private portfolio tracker, with email / text / alexa / telegram price alerts, charts, leverage support and much more.
https://taoteh1221.github.io
GNU General Public License v3.0
92 stars 22 forks source link

Few tweaks in the Portfolio tab #12

Closed s1-ranjan closed 4 years ago

s1-ranjan commented 4 years ago

There are few tweaks that can be performed on various tabs i. It would be good to add a blank space in the currency symbol and numeral value, as of now the default look is $10000 it will be good if it look like $ 10000, this can be extended to the graph part also ii. In the Portfolio page the first column is for short and it does not look good to show a random number in the beginning of a list, so it would be better to drop the first column from the present interface. iii. The names of the Asset should be aligned left as of now they are appearing to be aligned right iv. In the portfolio page at the bottom of the page, it shows only one single value of the Crypto asset in term of the selected exchange, it would be nice if it list all the values, in following way. Bitcoin is trading @ ₹ 770,809.74 on LocalBitcoins, @ ₹ 783,000.00 on Bitbns, @ ₹794,037.40 on BuyuCoin, @ ₹785,009.01 on ZebPay. From the above type of information the different prices in all the exchange can be viewed at once. v. It would be nice if the above information type display the prices for all the assets that are been listed in the Asset Name, rather than the single Asset for Bitcoin. Screenshot_2020-07-27 DFD Cryptocoin Values - Portfolio Tracker

taoteh1221 commented 4 years ago

You can already add a space next to $ or any other currencies here in config.php very easily if that's what you prefer (just add a space AFTER the symbol inside the single quotes): https://github.com/taoteh1221/DFD_Cryptocoin_Values/blob/master/config.php#L608

As for the rest of your ideas: I'm sorry but I don't agree they improve the interface, in fact they would make it more confusing in my opinion...but your welcome to fork the project and modify it to whatever you want, since it's free open source.

s1-ranjan commented 4 years ago

Thanks for providing me that valuable information, well let me try to reexplain my ideas once again,this time visually i. I am talking to remove this column from the portfolio page. 1 By removing this column it'll increase the screen real-estate, moreover the list will look good with no serial number as in the above case. ii. There is already a dual representation of values please have a look 2 So from the above image we find dual representation of the values, instead of showing the values twice it would be good if we have a something like this view Screenshot from 2020-07-27 18-02-01 I fell this type of interface not be confusing to any body, rather than this will deliver maximum information in one go, let me know about your thoughts on this.

taoteh1221 commented 4 years ago

On i: This is the original sort order (the order of the assets in config.php). It takes up very little screen real estate and is there to return quickly to the default sort order (by clicking on the word 'Sort' at the top of the data column).

On ii: This is NOT a duplicate of the chosen bitcoin market, this is the chosen currency market on the settings page. Therefore it only displays the user's chosen currency market and nothing more. Also, adding additional information here is excess clutter that's very confusing to the eye. This app's primary goals are to be minimal / simple / private / easy to use and understand.

Thanks for the feedback though, I appreciate the time you took to give your feedback on these features. I still am not convinced any of these changes make the app simpler / easier to use.