-
Notifications
You must be signed in to change notification settings - Fork 117
Added chapter about automation-bundle #296
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
Added chapter about automation-bundle #296
Conversation
3297580
to
903b688
Compare
@danrot @webmozart @chirimoya what do you think? should we include some screenshots in here? |
6f9549d
to
d5aa1de
Compare
4038dce
to
0f1d9cc
Compare
d5aa1de
to
e33cd9e
Compare
Custom Handler | ||
============== | ||
|
||
Custom handler provides functionality which can be scheduled with the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A custom handler
|
||
Custom handler provides functionality which can be scheduled with the | ||
``automation-tab`` (see :doc:`tab`). The handler can implement custom-logic | ||
which publishes or remove the entity on which is was created. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not really restricted to publishing or removing? Would rephrase it to something like custom logic based on the connected entity
. Could theoretical also be creating a log entry, which doesn't touch the entity at all.
|
||
The AutomationBundle provides the functionality for managing automated tasks. | ||
This tasks can be used for example to publish or unpublish pages at a | ||
specific timestamp. This Handlers (like publish) can be implemented by the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
handlers
Basic Ideas | ||
----------- | ||
|
||
The basic idea behind this bundle was to enhance the content-manager with the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
content manager
The basic idea behind this bundle was to enhance the content-manager with the | ||
possibility to plan when a page will be online. But also other tasks should | ||
be possible. Envisaged scenario could be to send an E-Mail after 6 months to | ||
check the content of the page and many other scenarios. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One of many scenarios could be to send a mail after 6 months to check the content of the page.
And I somehow doubt that this is a good example...
media | ||
persistence | ||
preview/index | ||
route/index |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Were all these pages missing?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no i have sorted it by alphabet (:
@danrot fixed |
What's in this PR?
This PR add the documentation for the feature branch sulu/sulu#3037