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
Shall we track two events for some actions: (1) before the actions starts; (2) after actions successfully completes of fails.
For example, instead of just tracking CRUD delete event, we would track deleteStart and deleteEnd events. deleteStart would fire every time somebody attempts the "delete" action, the deleteEnd event would contain information whether the action was completed and whether it was successful.
Incremental progress:
Start with just delete events, which are logged after successful completion.
Maybe in the future add deleteBefore events.
The text was updated successfully, but these errors were encountered:
vadimkibana
changed the title
Two events per action
[CM] Event Stream: Two events per action
Nov 7, 2023
Shall we track two events for some actions: (1) before the actions starts; (2) after actions successfully completes of fails.
For example, instead of just tracking CRUD
delete
event, we would trackdeleteStart
anddeleteEnd
events.deleteStart
would fire every time somebody attempts the "delete" action, thedeleteEnd
event would contain information whether the action was completed and whether it was successful.Incremental progress:
delete
events, which are logged after successful completion.deleteBefore
events.The text was updated successfully, but these errors were encountered: