feat: dashboard badge filters + Elite Standing 0–4 pts #43
Reference in New Issue
Block a user
Delete Branch "feature/dashboard-badge-filters"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Two related changes to
Dashboard.jsx:1. Stat card badges act as filters
box-shadow: 0 0 0 2px #d4af37) so the user knows which view is active.2. Elite Standing: 0–4 pts (was 0 pts only)
eliteCountnow counts employees withactive_points >= 0 && active_points <= 4(Tier 0-1 band).Elite Standing (0 pts)→Elite Standing (0–4 pts).0–4range.Files changed
client/src/components/Dashboard.jsx