You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need an interface for plugins to declare function needed to handle some operations, namely:
additional steps needed to provision the plugin (e.g. create a database or an elasticsearch index). I'm thinking about generic setup method which, if exists, will be called by derex when provisioning the plugin
a reset method which will be called by derex when resetting the project after New command reset-project #56 is implemented
a backup and a restore method which will be called by derex when backupping/restoring the project
Those are just some examples, the generic purpose for this is to provide plugins with hooks in project wide operations.
The text was updated successfully, but these errors were encountered:
We need an interface for plugins to declare function needed to handle some operations, namely:
setup
method which, if exists, will be called by derex when provisioning the pluginreset
method which will be called by derex when resetting the project after New command reset-project #56 is implementedbackup
and arestore
method which will be called by derex when backupping/restoring the projectThose are just some examples, the generic purpose for this is to provide plugins with hooks in project wide operations.
The text was updated successfully, but these errors were encountered: