The real point of the application is to generate an Action Plan for each user. There is no page or route for this.
An action plan needs to be essentially a monthly budget with special consideration for debts. logic already defined in core module but may need refactored
Tasks
[ ] Add method in crud to store and retrieve action plan (consider adding a table specifically for it)
[ ] Add route for getActionPlan which ultimately returns HTML of action plan. Should be repeatedly called with updated parameters to get the next month plan. Consider whether caching previously generated plans is worthwhile.
Summary
The real point of the application is to generate an Action Plan for each user. There is no page or route for this.
An action plan needs to be essentially a monthly budget with special consideration for debts. logic already defined in core module but may need refactored
Tasks