Executive Dashboard
Performance overview
Loading…
People
Team members
Target Setup
Define weighted targets per person per year
Select a person above
Performance Tracking
Enter monthly plan vs actual and FY forecast
Select an employee above
Settings
Configuration & help
Firebase Setup
Open firebase-config.js and replace the placeholder values with your Firebase project config from Firebase Console → Project Settings → Your Apps.
Firestore Security Rules
In Firebase Console → Firestore → Rules, paste this:
rules_version = '2';
service cloud.firestore {
match /databases/{database}/documents {
match /{document=**} {
allow read, write: if request.auth != null;
}
}
}
Usage Guide
- Go to People → Add departments → Add team members
- Go to Targets → Select each person → Define 1–5 annual targets
- Go to Tracking → Each month enter Plan, Actual, and FY Forecast
- Go to Dashboard → View MTD, YTD, and FY Forecast per person