Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ledger view #4

Open
4 of 8 tasks
raghudevan opened this issue Nov 12, 2017 · 1 comment
Open
4 of 8 tasks

ledger view #4

raghudevan opened this issue Nov 12, 2017 · 1 comment

Comments

@raghudevan
Copy link
Owner

raghudevan commented Nov 12, 2017

Use case

  • Display expenditure/income/wallet transfers in a chronological manner

Acceptance criteria;

  • read ledger info from app state
  • display items sorted by date (latests on top); segmented list
  • have button to nav user to form view (to add items to ledger)
  • add items to the ledger from the CreateTransaction page
  • should be able to nav to edit/delete the transaction on touch of a transaction
  • transactions should show category, which wallet (show in a subscript) they are from
  • transactions should split on month, swipe left right to see prev, next month
  • need a component to show when there are no transactions (say something fun!)
@raghudevan
Copy link
Owner Author

using - https://github.com/mastermoo/react-native-action-button for the add transaction button

raghudevan added a commit that referenced this issue Nov 17, 2017
@raghudevan raghudevan self-assigned this Nov 17, 2017
raghudevan added a commit that referenced this issue Nov 18, 2017
…using mock data, will remove the mock data once i add the add transaction functionality
raghudevan added a commit that referenced this issue Nov 22, 2017
…ons from the add transaction page, can flush all the data and logout from the extras menu (for testing purposes)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant