Skip to content

As a user, I want to automatically receive a pattern to address GH events in grasshopper fly #10

@travism

Description

@travism

Need to auto-create a directory at app > events and create an index.js page.

The index.js page should be required in the main app entry point.

Need to add a command to the project that will generate an event. The prompt should ask the following questions.

  1. What actor do you want to spy on?
  • Content
  • System
  • ContentTypes
  • Nodes
  • Users

If System...
2) Choose component:

  • DB
  • Core

If content....
Header: Now you need to setup your filters. Leaving a filter blank will skip it.
2) Enter comma separated list of node ids to filter by:
3) Enter comma separated list of content type ids to filter by:
4) Enter comma separated list of content ids to filter by:

If content types....
Header: Now you need to setup your filters. Leaving a filter blank will skip it.
2) Enter comma separated list of content type ids to filter by:

If nodes....
Header: Now you need to setup your filters. Leaving a filter blank will skip it.
2) Enter comma separated list of node ids to filter by:

If users....
Header: Now you need to setup your filters. Leaving a filter blank will skip it.
2) Enter comma separated list of node ids to filter by:

All....
What event do you want to listen to?

  • Error - system or db
  • Start - db
  • Stop - db
  • Parse - content, types, nodes, users
  • Validate - content, types, nodes, users
  • Out - content, types, nodes, users
  • Save - content, types, nodes, users

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