Plugin Implementation
Plugins are existing features that are wrapped with some special logic or widgets to make them controllable.
Plugin are activated from Plugin store of the Admin panel
To implement features as plugins or to convert existing features into plugins, follow the below steps
Technical Overview of the Steps to Implement features as plugins
1. Plugin Registration
- Plugins have to be registered first before even they are created from the Plugin store in the
Talawa Admin
portal. This can be done by developer by creating an account in the admin portal and going toPlugin Store
. - Plugin Store can be accessed from navbar
- Once entered in store , you will see a list of available plugins
- Click on the
Add New
Button - Enter the Details of the New Plugin and Click on
Create
.
caution
The Name
of plugin provided is very important and will be used for later steps.
Make sure to use unique names with trailing spaces.
In next step we'll see how to create plugins