Based on the user guide, there isn’t a command explicitly stated for deleting a category in SpendSwift. This could lead to potential issues:
Users may end up with categories they no longer need, cluttering the interface and making it harder to manage expenses effectively.
The are also unable to correct naming mistakes. If a category is created by mistake or has a typo, users currently have no way to remove or correct it directly.
These missing features reduce users' quality of life, and may make program usage unwieldy over time as categories accumilate.
A suggestion for addressing this is to add a delete-category CATEGORY command. This command could check if the category is associated with any expenses before allowing deletion (or optionally delete the category and move associated expenses to “Uncategorized”).
Based on the user guide, there isn’t a command explicitly stated for deleting a category in SpendSwift. This could lead to potential issues:
Users may end up with categories they no longer need, cluttering the interface and making it harder to manage expenses effectively.
The are also unable to correct naming mistakes. If a category is created by mistake or has a typo, users currently have no way to remove or correct it directly.
These missing features reduce users' quality of life, and may make program usage unwieldy over time as categories accumilate.
A suggestion for addressing this is to add a
delete-category CATEGORY
command. This command could check if the category is associated with any expenses before allowing deletion (or optionally delete the category and move associated expenses to “Uncategorized”).Labels:
type.FeatureFlaw
severity.Medium
original: Yvorm/ped#7