From 87cf48e77e29bbd773dce5801164418132c9ed0c Mon Sep 17 00:00:00 2001 From: jason Date: Sun, 8 Mar 2026 00:42:48 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 891be75..db9a258 100755 --- a/README.md +++ b/README.md @@ -353,7 +353,6 @@ Effort ratings: 馃煝 Low 路 馃煛 Medium 路 馃敶 High | Column sort on dashboard | 馃煝 | Click `Tier`, `Active Points`, or `Department` headers to sort in-place; one `useState` + comparator, no API changes | | Department filter on dashboard | 馃煝 | Multi-select dropdown to scope the employee table by department; `DEPARTMENTS` constant already exists | | Keyboard shortcut: New Violation | 馃煝 | `N` key triggers tab switch to the violation form; ~5 lines of code | -| CSV export of dashboard | 馃煝 | Client-side Blob download of the current filtered employee view; no backend changes needed | #### Reporting & Analytics @@ -362,7 +361,6 @@ Effort ratings: 馃煝 Low 路 馃煛 Medium 路 馃敶 High | Violation trend chart | 馃煛 | Line/bar chart of violations per day/week/month, filterable by department or supervisor; useful for identifying systemic patterns | | Department heat map | 馃煛 | Grid view showing violation density and average CPAS score by department; helps supervisors identify team-level risk | | Violation sparklines per employee | 馃煛 | Tiny inline bar chart of points over the last 6 months in the employee modal | -| CSV / Excel bulk export | 馃煛 | Full export of violations or dashboard data for external reporting or payroll integration | #### Employee Management @@ -376,14 +374,12 @@ Effort ratings: 馃煝 Low 路 馃煛 Medium 路 馃敶 High | Feature | Effort | Description | |---------|--------|-------------| | Draft / pending violations | 馃煛 | Save a violation as draft before finalizing; useful when incidents need review before being officially logged | -| Bulk violation import | 馃敶 | CSV import for migrating historical records from paper logs or a prior system | | Violation templates | 馃煝 | Pre-fill the form with a saved violation type + common details for frequently logged incidents | #### Notifications & Escalation | Feature | Effort | Description | |---------|--------|-------------| -| Scheduled expiration digest | 馃煛 | Weekly or daily email listing violations rolling off in the next 7 days; `nodemailer` + cron on the Node server | | Tier escalation alerts | 馃煛 | Email or in-app notification when an employee crosses into Tier 2+ so the relevant supervisor is automatically informed | | At-risk threshold config | 馃煝 | Make the "at-risk" warning threshold (currently hardcoded at 2 pts) configurable per deployment via an env var | | version.json / build badge | 馃煝 | Inject git SHA + build timestamp into a static file during `docker build`; surfaced in the footer and `/api/health` |