actions
Wagn has four actions: Create, Read, Update, and Delete.
Everything you do on Wagn involves taking on of those four actions on a card. Each of these actions is associated with separate permissions.
Read actions are about viewing card data. They can be configured by wagneers by using views, structure, layouts, and other wagn rules. And they can be configured by mod developers by coding views and editing Format methods.
The other three are about transforming card data. Create, Update, and Delete actions can be customized by wagneers by using action extensions. And they can be customized by mod developers by coding events and editing Card methods.