Resources & Docs
Documentation and guides
Detailed guide sheets and architecture descriptions for the Virtual Tracker client. Read sheets inside the codebase.
Architecture
Project Hierarchy
A structural map for database schemas, Next.js dashboard pages, API router handlers, and agent client modules.
Code Repository Location:
app/docs/hierarchy.mdSecurity
Roles & Visibility Guide
Description of org hierarchies, security boundaries, and Firestore rule sets managing what leads versus members can see.
Code Repository Location:
app/docs/roles-visibility.mdAPI & Auth
Authentication Handler
Technical details on Firebase Auth email configuration, account pre-provisioning scripts, and active session verifications.
Code Repository Location:
app/docs/auth-handler.mdSetup Agent
Python Desktop Client
Step-by-step guidance on setting up the local desktop tracking agent, linking workspace keys, and running cross-platform capture loops.
Code Repository Location:
app/Python-App-Extension/README.md