Code Complete?
Well, I think I've finished the major functionality for Slowpoke. I can pull and categorize accounts and transactions from SimpleFIN, I can bucket and track those amounts via budgets, and I can secure the accounts via Google login authentication. I can also handle a multitude of banking, credit, mortgage, and investment accounts. At this point, I'll be so bold as to say I'm in an alpha 1.0 release stage. It isn't something I'd turn over to users in bulk yet, but it's something I can use for my own purposes. So, what do I need to do to get it in beta? Clean up/add some categories for general usage. Add aggregated smart categorization. Much of my time in the last couple of weeks has been spent understanding embeddings and vector databases to make this functionality as painless as possible, while also being as robust as possible. Add more functionality to budgeting. Currently, all categories, including transfers, are included for all budgets. Trans...