Schéma Firestore

Štruktúra databázy a dátové modely v TeamDay.

Kolekcie

Agents

{
  "id": "agent_xxx",
  "name": "Názov",
  "role": "Úloha",
  "systemPrompt": "...",
  "organizationId": "org_xxx",
  "createdAt": "timestamp",
  "updatedAt": "timestamp"
}

Spaces

{
  "id": "space_xxx",
  "name": "Názov priestoru",
  "organizationId": "org_xxx",
  "createdAt": "timestamp"
}

Podrobná schéma nájdete v dokumentácii.