Observatory System
Platform-Wide Progress Tracking and Analytics
Overview
The Observatory is Liana Banyan’s analytics and progress tracking system. It provides real-time visibility into platform health, member progress, initiative performance, and innovation velocity—all while respecting the Zero PII Policy.
Dashboard Components
┌─────────────────────────────────────────────────────────┐
│ OBSERVATORY │
├─────────────────────────────────────────────────────────┤
│ │
│ ┌──────────────────┐ ┌──────────────────┐ │
│ │ INNOVATION │ │ PLATFORM │ │
│ │ VELOCITY │ │ HEALTH │ │
│ │ ████████░░ 78/wk │ │ ████████████ 99% │ │
│ └──────────────────┘ └──────────────────┘ │
│ │
│ ┌──────────────────┐ ┌──────────────────┐ │
│ │ ACTIVE │ │ CREDITS │ │
│ │ MEMBERS │ │ VELOCITY │ │
│ │ ████░░░░░░ 1.2K │ │ ███████░░░ 45K │ │
│ └──────────────────┘ └──────────────────┘ │
│ │
│ ┌────────────────────────────────────────┐ │
│ │ INITIATIVE BREAKDOWN │ │
│ │ LMD: █████████░ 42% │ │
│ │ Santa: ███████░░ 28% │ │
│ │ HexIsle: ████░░░░ 15% │ │
│ │ Other: ███░░░░░░ 15% │ │
│ └────────────────────────────────────────┘ │
│ │
└─────────────────────────────────────────────────────────┘
Metrics Tracked
Innovation Metrics
- Innovation Velocity: Innovations logged per week
- Patent Claims: Total claims filed
- Session Bursts: Active development sessions
Platform Metrics
- Active Members: Monthly active users (anonymized count)
- Credit Velocity: Credits flowing through system
- Joule Conversion Rate: Credits converted to value
Initiative Metrics
- Funding Progress: By initiative
- Volunteer Hours: NOID contributions
- Impact Delivered: Meals, gifts, services
Privacy-First Analytics
All Observatory metrics are:
- Aggregated: No individual tracking
- Anonymized: No PII collected
- Transparent: Available to all members
Shell-Specific Progress
Each shell (Quick Start, Standard, Deep Dive) shows relevant progress bars:
interface ShellProgress {
shell: 'quick' | 'standard' | 'deep';
metrics: {
name: string;
current: number;
target: number;
unit: string;
}[];
}
Integration Points
- Nervous System (real-time data)
- IP Ledger (innovation tracking)
- Bifrost (event collection)