arturjnt / kulut

Kulut - Open Source Expense Tracker
MIT License
11 stars 0 forks source link

Add categories dynamically #5

Open arturjnt opened 3 years ago

arturjnt commented 3 years ago

Needs further discussion about ownership of categories.

mrcchef commented 3 years ago

@arturjnt Hey, I would like to help you. Please provide little more description about it.

arturjnt commented 3 years ago

@mrcchef When adding an expense, the categories are being loaded from a static list on the lib/providers/categories.dart file. These should be loaded from a Firebase collection and editable (CRUD).

If they should be done on a per-user basis, OR by admins only, is TBD. Thoughts?

mrcchef commented 3 years ago

for destingusing an admin or a user, what do you have done?

arturjnt commented 3 years ago

The concept of roles doesn't exist in the application yet.