CS Resource Entities & Relationships
A breakdown of the structure of Agencies, Sites, Services, and Resources within the CS Resource application.
Hierarchical Structure
Organization (Your Organization)
└── Agency (Service provider agencies listed in your database)
├── Site
│ └── Service
└── Service
└── Resource (Site + Service)Resource Creation Logic
Resource = Site (required) + Service (required)
Example Flow:
Example Entry:
Resource Entities Overview
Entity
Purpose
Scope
Example
Summary of entity contents
Agency (Total: ~40+ fields)
Site (Total: ~25+ fields)
Service (Total: ~30+ fields)
Resource (Total: ~35+ fields)
Detailed Relationship Matrix
1. Organization → Agency
2. Agency → Site
3. Agency → Service
4. Site → Service
5. Service → Resource
Site → Resource (via references)
Inheritance Logic between entities
Visual Relationship Diagram
Last updated
Was this helpful?