shadowmax31 / crypto_log

This is a cli-tool to log and track the Cost Basis and Capital Gain when transacting with CryptoCurrency
GNU General Public License v2.0
0 stars 0 forks source link

Add a ticker table #2

Closed shadowmax31 closed 3 years ago

shadowmax31 commented 3 years ago

Change the table structure.

Create a ticker table and put everything in it. With this change, we could remove the history table/class and loop through the ticker table to export all the useful data

shadowmax31 commented 3 years ago

After thinking about it, I won't do it. It is not that important. It's nice to have all the info by ticker instead of having to have a where condition when we want to calculate the cost basis (which is more useful than the export button)