Giter Site home page Giter Site logo

budgetpals_client's People

Contributors

markcwatson avatar

Watchers

 avatar

budgetpals_client's Issues

Use abstract classes to avoid code duplication

See the example I did for budget lists.

class BudgetedList

where FinanceEntry is an abstract class implemented by Expense and Income. I think the Expense and Income cards can benefit from this.

"Hi <name>" doesn't update on new signin

  1. sign in in using account A
  2. note Hi message for account A first name
  3. sign out
  4. sign in using account B
    Expect: Hi message shows account B first name
    Actual: Hi message shows account A first name

Select planned item when entering expense/income

When a user goes to enter an income or expense from the inc/exp tabs, they should be shown a list of the planned items and should be able to select one instead of having to fill in all of the info again.

Allow entering of income/expense once

Logic in BLoC should include checking if an income/expense item repeats, and if so, extending the date by the appropriate amount. If it belongs in the active period, the item should be used in calculations and show up in lists.

This will allow the user to only enter the item once.

Cache queries

In a few places, we are fetching data where we could be caching

Load expense/income items into period based on frequency

Currently, the items that get loaded into the current budget period is based on date, but it also needs to take into account frequency. For example, if an income/expense is added with a date of Jan 1st and a monthly period, then any time a period includes the first of the month, then the period should include this income/expense.

Design flow for creating a budget

I'm thinking when the user starts the "create your first budget" flow, they will see the following prompts:

  1. Start date
  2. Period (weekly, bi-weekly, or monthly)
  3. Starting account balances (chequing, savings, credit cards, etc.)
  4. isPlanned = true expenses list
  5. isPlanned = true incomes list
  6. Chart selection

BlocBuilder not rebuilding budget tab when expense/income added

When I add expenses/incomes form the budget tab using the modals, on the return, the list items are not updated with the new item.

As you can see below, the API call is successful, so the GetBudgetEvent event is firing and the BudgetState should be updated. Not sure why it's not rebuilding the widget.

image

Duel loading indicators

When signing in, as request is sent to API, the submit and create an account buttons both get replaced with loading indicators

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.