FiddlersCode / leopold

A virtual agent for my violin playing!
1 stars 0 forks source link

Develop Library App Code #52

Open FiddlersCode opened 4 years ago

FiddlersCode commented 4 years ago

Part of the requirements of the Balena tech test is to use an app which is a library rather than a fully feature web app with db connections etc.

As most of the code at the moment deals with the Mongo db connection (although there is some Mongo query logic which is tested with the in-memory database), this ticket should be to create a new module that is pure library code.

Possible features to write:

Accountant should: calculate past or projected gross income (by tax year, calendar year, month) calculate past or projected expenses (by tax year, calendar year, month) calculate past or projected net income (by tax year, calendar year, month)