Skip to content

Question: pure frontend use case #18

@xabicasado

Description

@xabicasado

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions