-
Notifications
You must be signed in to change notification settings - Fork 174
Open
Description
Hi! I have one question regarding the convenient structure for pure frontend use cases:
If I want to filter data retrieved from the database on the client side, we wouldn't be talking about a repository method. The readme clearly states that "Repositories are how we implement the database operations."
Which strategy should I follow for this case? Will it be an use case with no repository needed (maybe similar to this one), on which I directly filter the data received as a param, with a controller for the data validation and then call this controller on the page? Please correct me if I'm misunderstanding.
Thanks
Metadata
Metadata
Assignees
Labels
No labels