Open Issues Need Help
View All on GitHubAI Summary: The refresh token endpoint is performing significantly slower (~400ms) compared to other endpoints, impacting user experience during authentication. The task involves investigating the root cause (e.g., heavy DB queries, unnecessary checks), optimizing the endpoint's logic, queries, or external calls to bring its response time in line with or faster than other authentication endpoints, and implementing monitoring to track the improvements.
An easy system to help you control your personal or company budget.
An easy system to help you control your personal or company budget.
An easy system to help you control your personal or company budget.
AI Summary: This GitHub issue aims to enhance the user experience for archived categories by making them visually distinct from active categories (e.g., grayed-out, optional '(Archived)' text). Additionally, it requires restricting actions like adding expenses when an archived category is selected, ensuring these changes are applied consistently across all relevant views.
An easy system to help you control your personal or company budget.
An easy system to help you control your personal or company budget.
An easy system to help you control your personal or company budget.
AI Summary: Fix a bug in the EconoFlow budgeting application's frontend where deleting an expense item doesn't correctly update the parent expense's total value. The solution involves adjusting the code to subtract the deleted item's value from the parent when the item is successfully removed from the list.
An easy system to help you control your personal or company budget.
AI Summary: Implement a backend feature for EconoFlow's expense tracking system. When a user creates a general expense and later adds itemized details, the system should automatically create an item representing the initial expense value and date to prevent data loss. This involves checking for an existing expense value, creating a new item with that value and date, and then adding subsequent items as usual.
An easy system to help you control your personal or company budget.
AI Summary: Debug and fix a frontend issue in the EconoFlow budgeting application where error messages are not displayed when adding expense items with future dates. The backend validation is working correctly, so the problem lies in the frontend's handling and display of error messages. This may involve inspecting the error handling logic, potentially adjusting the backend error structure for better frontend compatibility, and ensuring the error message is properly displayed in the relevant UI field.
An easy system to help you control your personal or company budget.
AI Summary: Modify the backend of the EconoFlow budgeting application to remove date validation when adding expense items to expenses with future dates. The current validation incorrectly prevents adding past expense items to future expenses. The fix should allow adding expense items with any date, regardless of the expense's date.
An easy system to help you control your personal or company budget.
AI Summary: Develop a new chart for the EconoFlow budgeting application's yearly summary card. This chart will visually represent monthly planned spending, actual spending, and income, allowing users to easily identify months where spending exceeded the budget or income. Research and integration of a suitable free charting library is required.
An easy system to help you control your personal or company budget.