You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the 'big picture' page is hard-coded to consider some categories as income, and to ignore others. This should be configurable with some sort of config file. Logistically, this would mean that we fetch the sum of each category over the period (including 'no category'), then sum all these according to the rules in the config.
Configuration could maybe be stored in the database. All this stuff should have better unit tests (they're kind of sketchy now).
The text was updated successfully, but these errors were encountered:
Currently, the 'big picture' page is hard-coded to consider some categories as income, and to ignore others. This should be configurable with some sort of config file. Logistically, this would mean that we fetch the sum of each category over the period (including 'no category'), then sum all these according to the rules in the config.
Configuration could maybe be stored in the database. All this stuff should have better unit tests (they're kind of sketchy now).
The text was updated successfully, but these errors were encountered: