issues
search
Askie01
/
recipe-app
Repository for storing cooking recipes
1
stars
0
forks
source link
Refactor Recipe Category.
#10
Closed
Askie01
closed
3 months ago
Askie01
commented
3 months ago
When we get the RecipeDTO object we should get categories String set.
This object will be mapped to set of categories, but those categories need to be mapped to Category Entities.
We should not allow client to create their own categories - we should only search for specified categories in database.
The categories will be selectable on the client side.