Git Product home page Git Product logo

moneytreelite's Introduction

MoneyTreeLite

Moneytree Light displays accounts and transactions for Japanese users.
All of the data is currently included in the bundle as JSON files, I have placed these files in "Assets"

There are two screens. The first is a list of accounts and the total balance of all the accounts. The top of the screen shows the total amount. The rest displays a list of accounts. The list of accounts is grouped by institution name. Each row in the list shows the name of the account and the balance and should be ordered based on the account's name.

Tapping on an account brings up the second screen. This screen is a list of transactions for that account. The top of the screen displays account details, including transaction balance. The list of transactions is grouped by the month, and each row displays the date, description and amount.

Account Structure

The source code is documented for logical explanations. alt text

Transaction structure

The source code is documented for logical explanations. The structure is similar to Accounts Structure.

Dependency Injection

alt text

Screen Shots

alt text alt text

Covered User Stories

  1. In the account list, a user should be able to see a list of accounts and the total balance of those accounts in the user's currency. The list should be ordered by the account name and grouped by institution. Each row should display the name and the balance in that account's currency.
  2. In the account list, a user should be able to tap on the account to see the list of transactions on that account. The transactions should be ordered by month, from the newest to the oldest. Each row in the list should display the transaction’s date, description and amount in the account's currency.
  3. In the transaction list, a user should see the transactions grouped by month, with each header displaying the month, the year, and the cash flow (money in and money out) during that month.
  4. In the transaction list, a user should be able to delete a transaction from the list after confirming that they really want to delete the transaction.

#Link error https://github.com/SupriyaNaveen/MoneyTreeLite/blob/master/readmeImages/lint-results.html

Code Coverage

alt text

Accessibility

I have worked on Talkback when working with HCL Technologies. Need to label view with focusable true.

Road map

I would have tried to achieve the calculations with currency. Right now Only one currency considered for calculations.
Handling huge amount of data with pagination.
Tool bar UI components for header.
Code coverage.

moneytreelite's People

Contributors

supriyanaveen avatar

Watchers

James Cloos avatar

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.