Open Issues Need Help
View All on GitHub Imeplement category creation about 2 months ago
AI Summary: This issue proposes adding a user interface for creating categories, a feature currently absent from the application. A suggested approach is to implement a modal sheet for category creation within the existing transaction creation flow, though further design details are still open.
Complexity:
3/5
enhancement help wanted
Implement category deletion about 2 months ago
AI Summary: This issue addresses the problem of implementing category deletion, which currently leads to the deletion of all associated transactions because transactions are required to have a category. Two solutions are proposed: either refactor the entire transaction system to allow transactions without categories, or introduce a default 'no category' category to reassign transactions to upon deletion.
Complexity:
3/5
enhancement help wanted