baywolf-studios / BudgetBadger

GNU Affero General Public License v3.0
17 stars 2 forks source link

Import #46

Open matthewpritchett opened 2 years ago

matthewpritchett commented 2 years ago

Is your feature request related to a problem? Please describe. There isn't currently anyway to import accounts, payees, and transactions.

Describe the solution you'd like Implement an IImportLogic or IImportService to be able to handle various new import providers such as file based, csv, Teller API, etc.

Additional context Ideally this will include the interface, UI, logic, and other components to get a basic import running. Likely a simple file based import initially with a future issue to tackle Teller API