Skip to content

Proposal to drop some components #5

Description

@DavidPetrasek

I would also completely drop Forms, Controller and the routing (maybe except Form Types), because each app has different needs and you can't satisfy everyone. It seems to me this bundle is doing more than it should.

Another proposal is to completely drop Search component (Finder, Query...). One would expect the Finder to search anything but it's set up only to find threads and works only for GET requests. I believe it's better to just use the ThreadManager or MessageManager, which provide all methods. Furthermore, the Finder is currently not doing anything since getParticipantThreadsBySearchQueryBuilder is not implemented. It further has a getQueryBuilder method which is confusing because the name does not describe what is does.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions