Event Naming¶
AgileData.io is very flexible and allows you to name your Concepts, Details and Events in any way that makes sense to you or your organisation.
Here are a couple of patterns we have seen people adopt. Feel free to pick one and use it or make up your own naming standards/ontology/taxonomy.
Patterns¶
Plurals for everything¶
Concepts are always in the plural.
Customers
Suppliers
Employees
Products
Stores
Orders
Details are always in the plural.
Customer Names
Supplier Types
Employees First Names
Product Sizes
Store Opening Hours
Order Id’s
All parts of the Events are in plural.
Customers Orders Products
Suppliers Ships Orders
Stores Sells Products
Employees Requests Leaves
No Plurals¶
Concepts are always in the singular.
Customer
Supplier
Employee
Product
Store
Order
Details are always in the singular.
Customer Name
Supplier Type
Employees First Name
Product Size
Store Opening Hour
Order Id
All parts of the Events are in singular
Customer Order Product
Supplier Ship Order
Store Sell Product
Employee Request Leave
Plural for the Events How’s¶
Customer Orders Product
Supplier Ships Order
Store Sells Product
Employee Requests Leave
Singular for the Events How’s¶
Customers Order Products
Suppliers Ship Orders
Stores Sell Products
Employees Request Leaves