You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
1.0 KiB

  1. # Development Notes
  2. ## ToDo list
  3. - Backend
  4. - Sankey Address generation without loops
  5. - Frontend
  6. - After Sankey visualization, go to Network Address visualization and render without Sankey dots
  7. - Both
  8. - Tx volume
  9. - Block size
  10. - Blockchain size
  11. other
  12. - Add counter with total blocks, total tx, total address
  13. - store date hour, day, etc:
  14. ```Go
  15. type DateModel struct {
  16. Hour string `json:"hour"`
  17. Day string `json:"day"`
  18. Month string `json:"month"`
  19. Amount float64 `json:"amount"`
  20. BlockHash string `json:"blockhash"`
  21. BlockHeight string `json:"blockheight"`
  22. }
  23. ```
  24. - mantain connection with wallet using websockets
  25. - num address evolution throught time
  26. - pagination in address network generation
  27. - stop rendering dots of sankey, when view change
  28. - sidebar pages:
  29. list of addresses in fairmarket (addresses of shops), to view statistics in time of the inputs and outputs in a timeline
  30. - refresh blockchain database every minute