<aside> ❓ Coming soon... ⏳
</aside>
Sharing content makes working in teams an ease. When you share a component the person you shared it with can see and update it - depending on his User -Role.
E
vent
ClientExpert
Anything can be achieved or something somebody might want to be notified for.
Chaining all events describe the full process
Examples: "added-new-product-to-cart", "product-bought" or "rocket-launched"
C
ommand
ClientExpertDeveloper
Something you do with the intention to make a change.
In reality commands execute the events.
Examples: "send-follow-up", "update-description" or "confirm-onboarding"
Q
uery
ClientExpertDeveloper