Giter VIP home page Giter VIP logo

budget-app's People

Contributors

dependabot[bot] avatar johnchase avatar

Watchers

 avatar

budget-app's Issues

Redirect 401 to login page

Essentially this, if a user is logged out they should be redirected to login page. Ideally, the user would be automatically redirected when their token expires

intercept(request: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>> {
        return next.handle(request).pipe(catchError(err => {
            if (err.status === 401) {
                // auto logout if 401 response returned from api
                this.authenticationService.logout();
                location.reload(true);
            }

Itemized updates

  • Add Budget category and expense category to form
  • Update backend tables with these columns
  • Add data migration to migrations files and update the database
  • Write endpoint to retrieve summary data
  • Add endpoint to retrieve next months budget data
  • add endpoint to retrieve next months daily budget
  • update budget endpoint to only return month, and that based on daily expense
  • add endpoint to get total for year
  • add edit to itemized component
  • show merchant, description or both in itemized display
  • fix time zones

Make a default category

There is no current default. The default should be what is shown in the dropdown

The should also probably be validated in order to avoid empty fields, it it's not already

Add repeating purchase

Add ability to have a purchase repeat. For example in the case of a subscription

Perhaps could be a checkbox that indicates if a purchase should repeat next month. It would automatically be checked when added, so it would repeat forever until stopped

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.