Open fmorency opened 1 year ago
I've spent the morning looking into this issue and coming up with a few ways we could do it. Currently, Alberto does something like this:
We have a few options:
Am I missing any ideas?
cc @fmorency @jgryffindor
@stanleyjones Check out https://github.com/liftedinit/alberto/pull/146, it contains things that will be useful for this task, i.e., useAllTransactionsList
. You should be able to implement (A) or (B) with it.
We can look into (D) and (E) if/when we need to scale.
The only edge-case is the treasury which needs to start from the genesis balance and not 0.
@stanleyjones You're also welcome to comment/improve on that PR!
As a user, I need the capability to display a running balance column alongside my transaction records. This feature would help me easily track the evolving balance of my account as I make transactions, allowing for a quick and accurate assessment of my financial standing.
Relates #143