Collection
The object type, such as Users, Shifts, Locations, Documents, or Employee Tiers.
Concept deep dive
Collections are the databases Teambridge runs on. They define the objects your operation cares about: workers, shifts, locations, timesheets, documents, applications, jobs, tiers, reimbursements, surveys, tasks, and any custom object your workflow needs.
Practical rule
Use collections when a business concept needs its own records, permissions, workflows, views, reporting, or audit trail.
Use this page when you need to decide:
what to configure, where the data lives, who should see it, and what the next operational action should be.
Operational visualization
Users
Workers, admins, clients
Shifts
Time, role, location, status
Locations
Sites, rules, geofences
Timesheets
Clock-ins and approvals
Employee Tiers
Eligibility and priority
Object map
Which object needs records, permissions, views, reporting, or automation?
Definition
This is the vocabulary to use when explaining the concept to a scheduler, payroll lead, client manager, or implementation owner.
Collection
The object type, such as Users, Shifts, Locations, Documents, or Employee Tiers.
Record
One row inside that collection, such as Alicia M., Shift #4812, North Wing, or Gold Tier.
Schema
The fields that can exist on each record.
Relationships
Links from one collection to another, such as a Shift linked to a User and Location.
Workspaces
The views operators use to work with collection records.
Most accounts start with standard workforce objects. These are not generic tables; they represent the operating model Teambridge expects across scheduling, staffing, compliance, payroll, and communication.
Create a custom collection when the workflow has an object that should be reusable, filterable, permissioned, linked, and automated. If the object will appear in reports, trigger workflows, or have multiple records, it usually deserves a collection.
A collection is useful when the team needs structure. A simple field is enough for a one-off value, but a collection is better when the value has its own lifecycle or needs to connect to other workflows.
Example: Employee tiers
Use this as the implementation checklist: each step should produce a visible record, permission, view, or automation.
Create an Employee Tiers collection.
Add records for Gold, Silver, and Bronze.
Add a User field that links each worker to one tier.
Add a Shift field that lists accepted tiers.
Use rollups and workflows to move workers between tiers based on attendance signals.
Use access filters or policies so workers only see eligible shifts.