-
Notifications
You must be signed in to change notification settings - Fork 2
Description
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.
- 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