When users create a new category in EconoFlow, they are required to input a name. To simplify this process and guide users, the system should offer recommendations based on default category names. Additionally, categories that have already been added by the user should be excluded from these suggestions.
Requirements:
Create a BackEnd method to return the default categories without the pre-existent categories:
Recommended Categories:
Fixed Expenses
Comfort
Pleasures
Your Future
Self-Improvement
Add this on a dropdown list on create category page, but the user should continues to be able to input it manually.
When users create a new category in EconoFlow, they are required to input a name. To simplify this process and guide users, the system should offer recommendations based on default category names. Additionally, categories that have already been added by the user should be excluded from these suggestions.
Requirements: