⚡

PulsePoint

Performance Management System

Sign in

Access your performance dashboard

⚠ Invalid credentials. Please try again.
⚡

PulsePoint

Performance

A
admin

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

  1. Go to People → Add departments → Add team members
  2. Go to Targets → Select each person → Define 1–5 annual targets
  3. Go to Tracking → Each month enter Plan, Actual, and FY Forecast
  4. Go to Dashboard → View MTD, YTD, and FY Forecast per person

Add Person

Add Department

KPIs for Project

Define up to 5 KPIs. Weights must total 100%.

⚠ Total: 0% — must equal 100%