FelipePSoares / EconoFlow

An easy system to help you control your personal or company budget.
https://econoflow.pt/
MIT License
3 stars 3 forks source link

[FrontEnd] Create a recommendation list of categories #146

Closed FelipePSoares closed 1 month ago

FelipePSoares commented 1 month ago

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:

  1. Create a BackEnd method to return the default categories without the pre-existent categories:
    • Recommended Categories:
      • Fixed Expenses
      • Comfort
      • Pleasures
      • Your Future
      • Self-Improvement
  2. Add this on a dropdown list on create category page, but the user should continues to be able to input it manually.