Skip to content
This repository has been archived by the owner on Apr 24, 2019. It is now read-only.

Latest commit

 

History

History
38 lines (18 loc) · 628 Bytes

models.md

File metadata and controls

38 lines (18 loc) · 628 Bytes

Models

Colmena CMS uses LoopBack models to represent the data that is managed.

The models are divided in 2 types, system models and content models.

System Models

Generic models that

Domain

The Domain model represents a logical domain of data. It does not need to be an internet domain name, but it might well be related to the domain that is being managed.

All the content models are related to one of the domains

Setting

User

Model that uses

Role

LoopBack Built-in model for the system-wide Roles.

AccessToken

LoopBack Built-in model for the Access Tokens

Content Models