Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Footprints actions by model #14

Open
jaumard opened this issue May 30, 2016 · 0 comments
Open

Footprints actions by model #14

jaumard opened this issue May 30, 2016 · 0 comments

Comments

@jaumard
Copy link
Contributor

jaumard commented May 30, 2016

Actually footprints can be configure only with true/false per actions.
It can be nice to have :

actions: {
      create: true,
      find: ['User', 'Role'],
      update: ['User'],
      destroy: true,

      /**
       * Specify which "association" endpoints to activate.
       */
      createAssociation: false,
      findAssociation: ['User'],
      updateAssociation: true,
      destroyAssociation: true
    }
@jaumard jaumard changed the title Footprints action by model Footprints actions by model May 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant