Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Feature request: supporting call metadata #1

@middlebrain

Description

@middlebrain

See http://docs.sencha.com/extjs/6.0.2-classic/guides/backend_connectors/direct/specification.html#backend_connectors-_-direct-_-specification_-_call_metadata

Usually you have multiple tables in a database or multiple entities in doctrine. Currently, I have to write for each entity an extra ExtDirect controller with create, read, update and delete methods and @direct... annotations.

If you could support "call metadata", I could send the required tablename or entityname as metadata together with the Ext Direct call. On the server side I could write a single ExtDirect dispatcher and/or a generic CRUD service, resulting in lesser boilerplate code and code duplication.

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions