Coder Social home page Coder Social logo

cointracker's People

Contributors

cameronkeif avatar

Watchers

 avatar  avatar

cointracker's Issues

Allow users to change reference currency

Right now the coin values are all in USD. The API supports many reference currencies, so adding at least some simple support for some world currencies would be a really nice enhancement.

AC:

  • A control to change the reference currency should be added
  • Changing the reference currency should initiate a new API request, and the interval request should continue onward with the new currency.
  • A reference currency must be selected
  • Defaulting to USD is fine, although being smart about it would be really cool too.

Add tests

There are no tests. There should be adequate tests.

Enhance coin table

With a lot of coins on the screen, users might want to be able to sort by price, change, name, symbol etc. Additionally, some functionality to make it easy to track each row might be nice -- if you have 30 coins on the screen, it can be hard to see which values match which coins

Add charting functionality

The API comes with some pretty extensive history functionality. The initial, general /coins API call also returns some history, but it doesn't have timestamps like the linked endpoint. Example:

history | [ "53256.4571979186", "52957.7802322381", "51582.4966812654", "51741.1411412225", "51939.2866757594", "51439.0615168114", "51481.0918843304", "51949.550397478", "52211.0495918147", "52430.557307973", โ€ฆ ]

This could be used for a spark chart at the very least.

AC:

  • Use the history data from either endpoint to generate charts, either simple spark charts or expandable tooltip-based charts (or both?).
    • Consider splitting if both are feasible and desirable.

Allow customization of coins

Currently the page displays 10 hardcoded coins: Bitcoin, Ethereum, Tether, XRP, Bitcoin Cash, Binance Coin, Chainlink, Cardano, Litecoin, and Bitcoin SV. The API supports thousands of coins, and the idea was always to make this a nice, customizable view. Rather than hardcoding these coins, users should be able to add/remove coins from the list.

AC:

  • A control to navigate all available coins and add one to the list should be available
    • Doing every single coin might cause memory concerns depending on the size of the API. There's no easy way to just fetch the symbols. Worst case scenario, just add a few hundred.
    • Once a new coin is added, the API request should be repeated, and the auto-update should continue with the updated list.
  • Controls on each row to remove the coin should be added, and the API requests should be maintained similar to above.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.