Commit Graph

1 Commits

Author SHA1 Message Date
eewing debc6559c9 Add sentiment feature to employee reports
CI / build (push) Has been skipped
CI / deploy (push) Successful in 49s
- Introduced a new `Sentiment` field in the `EmployeeReportRecord` interface to capture report sentiment as 'Positive', 'Negative', or 'Neutral'.
- Updated the report creation and editing forms in Svelte to include a sentiment selection dropdown.
- Enhanced API endpoints to handle sentiment data during report creation and updates.
- Adjusted the display logic to show sentiment information in the report details.
2026-02-17 10:59:31 -06:00