Code Monkey home page Code Monkey logo

expenses's People

Contributors

mukundvarma avatar velicanu avatar velicanud avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

expenses's Issues

Make a hostable version

One of the pain points of using this app is that it's difficult for non-programmers to set it up.

We can try making a "website" run this so a User can log in and see their expenses.

Required to make this work:

  • some form of username / password authentication. Can start by doing this through streamlit.
  • some form of data sandboxing per user.

Optional add on:

  • encrypt each user's data using their password, only decrypt them in RAM when using the app. at rest they should be encrypted and un-readable by the server operator.

feature: Make a way to define custom rules in the UI

Right now when a credit card transaction doesn't have a category, it defaults to Other. The current workflow to properly characterize "Other" transactions is to edit the python code to add a rule for it.

It would be nice to be able to add/edit/remove custom rules completely from the UI and auto update the categories as the rules are tweaked.

multiple term query in description box

Right now only 1 term can be searched at a time by using the description box.

Support the following usecases:

uber+lyft --> search for uber OR lyft
uber*eats --> search for uber (wildcard) eats
uber^!eats --> search for uber AND NOT eats

add manual data source

in addition to cc transactions, maybe we want to include manual transactions, such as rent / venmo / etc.

add this as a new data source.

Feature: Pie chart for description field

Given an input like:

!wayfair^!REI^!Google^!Micro^!Best^!START^!OONI^!THURO^!SQUAW^!SAIKO^!Amazon^!Hard^!Whole^!Home^!ebay^!sitonit

Show a pie chart of each category along with everything else

make validate + auto card detect

to improve user experience we'll auto-detect which card type a data file is from the columns.

dropping the filename convention

dev feature: cleanup frontend code

Need to take a step back and look at the frontend code to see if it can be organized better. a lot of features have been added and the code in src/streamlit_app.py has become a little challenging to work with

feature: Make data fill in automatically

Right now we have to manually download, then upload, csvs from every card whenever we want to see updated expense data which is a pain.

It would be really nice if we could click a button and have the app automatically pull the latest data for each card we've added.

The Plaid API can make this happen.

improve first time user experience

Right now clicking the Run Pipeline button in the UI throws an error if no data has been uploaded, should instead say something more useful.

Also add some instructions / guide how to get started for new users.

feature: have the UI remember the settings last used

Right now whenever the app is opened from scratch, all the date ranges and selections reset to default values.

It would be better if they defaulted to the last used values, for example the date range since usually the most interesting data is recent, not since the beginning.

barclays card is mischaracterized as chase

barclays looks like this

Transaction Date,Description,Category,Amount
12/27/2019,"Payment Received","CREDIT",1469.31
12/25/2019,"MYNTRA DESIGNS PRIVATE","DEBIT",-21.90
12/22/2019,"UBER TRIP HELP.UBER.COM","DEBIT",-8.09
12/21/2019,"PEETS COFFEE","DEBIT",-17.09
12/20/2019,"DUNKIN #356593","DEBIT",-2.39
12/19/2019,"CHULO RESTAURANT & BAR","DEBIT",-62.39
12/17/2019,"TST* AREA FOUR RESTAURANT","DEBIT",-3.68
12/17/2019,"STARBUCKS STORE 08742","DEBIT",-8.45

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.