aethex-forge/client/pages/staff
Claude 01026d43cc
Wire remaining 6 staff pages to real APIs
- StaffLearningPortal: Fetches courses from /api/staff/courses, supports
  starting courses and tracking progress
- StaffPerformanceReviews: Fetches reviews from /api/staff/reviews,
  supports adding employee comments with dialog
- StaffKnowledgeBase: Fetches articles from /api/staff/knowledge-base,
  supports search, filtering, view tracking, and helpful marking
- StaffProjectTracking: Fetches projects from /api/staff/projects,
  supports task status updates and creating new tasks
- StaffInternalMarketplace: Now points marketplace with /api/staff/marketplace,
  supports redeeming items with points and viewing orders
- StaffTeamHandbook: Fetches handbook sections from /api/staff/handbook,
  displays grouped by category with expand/collapse

All pages now use real Supabase data instead of mock arrays.
2026-01-26 22:31:35 +00:00
..
StaffAnnouncements.tsx Add staff feature APIs and update 2 pages to use real data 2026-01-26 22:25:14 +00:00
StaffExpenseReports.tsx Add staff feature APIs and update 2 pages to use real data 2026-01-26 22:25:14 +00:00
StaffInternalMarketplace.tsx Wire remaining 6 staff pages to real APIs 2026-01-26 22:31:35 +00:00
StaffKnowledgeBase.tsx Wire remaining 6 staff pages to real APIs 2026-01-26 22:31:35 +00:00
StaffLearningPortal.tsx Wire remaining 6 staff pages to real APIs 2026-01-26 22:31:35 +00:00
StaffOnboarding.tsx Build complete Staff Onboarding Portal 2026-01-26 21:14:44 +00:00
StaffOnboardingChecklist.tsx Build complete Staff Onboarding Portal 2026-01-26 21:14:44 +00:00
StaffPerformanceReviews.tsx Wire remaining 6 staff pages to real APIs 2026-01-26 22:31:35 +00:00
StaffProjectTracking.tsx Wire remaining 6 staff pages to real APIs 2026-01-26 22:31:35 +00:00
StaffTeamHandbook.tsx Wire remaining 6 staff pages to real APIs 2026-01-26 22:31:35 +00:00