Databases - fire plugins on trigger #52

Open
opened 2021-01-14 01:13:21 +00:00 by garrettmills · 0 comments
Owner

Now that we have some plugin infrastructure in place, we want to create plugin tags that fire frontend plugins in the following cases:

  • Database row create (before and after server save)
    • Pass in the database ID and, after save, the row data
  • Database row modify (before and after server save)
    • Pass in the database ID and the modified row
  • Database row delete (before and after server save)
    • Pass in the database ID and the deleted row
  • Database columns modified (before and after server save)
    • Pass in the modified columns
Now that we have some plugin infrastructure in place, we want to create plugin tags that fire frontend plugins in the following cases: - Database row create (before and after server save) - Pass in the database ID and, after save, the row data - Database row modify (before and after server save) - Pass in the database ID and the modified row - Database row delete (before and after server save) - Pass in the database ID and the deleted row - Database columns modified (before and after server save) - Pass in the modified columns
garrettmills added the
Scope: Databases
Scope: Plugins
Feature Request
labels 2021-01-14 01:13:30 +00:00
Sign in to join this conversation.
No description provided.