Create a ledger projection for the view ledger UI
Open
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 4
- Forks
- 2
- Avg merge
- 3m
- Merged PRs (30d)
- 3
Description
Data:
- accountId
- transactionId
- transaciton type (transaction type: deposit, withdraw, transfer)
- amount
- description (need this? "success", "failed insufficient funds", "transfered to bob")
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the ledger view UI and the existing projection definitions in the example application. Clarify the required fields from the issue—accountId, transactionId, transaction type, amount, and description—and determine how deposit, withdraw, and transfer records should be represented. Done means the UI can display the agreed ledger data.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- full-stack
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100