Databases - fire plugins on trigger #52

Open
opened 3 years ago 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
Sign in to join this conversation.
Loading…
There is no content yet.