Best practices
Jobs
Naming Jobs
Use a verb of action at the begining of your Job name in the title Property.
The reason is that Job's titles will be visible by users here as an action:
Table schema
Naming keys
If you are creating a new structure from scratch within Product-Live
Always use capital letters. If there are several words use underscore to separate words. Use english and be as short as possible to name your keys. Examples:
Title | Key |
---|---|
Products | PRODUCTS |
Order details | ORDER_DETAILS |
If you are connecting an existing system
Use the keys or ids from the connected system. Therefore keys can be text or numbers.
Naming with plural or singular?
It depends of the type of the entity, here is a short resume of the best practice:
Type | Best practice |
---|---|
Table | Plural |
Level | Singular |
Partition | Plural |
Identifier | Singular |
Classification | Singular |
Category | Singular |