Commit graph

11 commits

Author SHA1 Message Date
Claude
ebf62ec80e
Add OKR management and time tracking features
OKR Management:
- Database tables for OKRs, key results, and check-ins
- Full CRUD API with progress auto-calculation
- UI with quarter/year filtering, create/edit dialogs
- Key result progress tracking with status indicators
- Trigger to auto-update OKR progress from key results

Time Tracking:
- Database tables for time entries and timesheets
- API with timer start/stop, manual entry creation
- Week/month/all view with grouped entries by date
- Stats for total hours, billable hours, avg per day
- Real-time timer with running indicator

Both features include RLS policies and proper indexes.
2026-01-26 22:36:16 +00:00
Claude
f1efc97c86
Add staff feature APIs and update 2 pages to use real data
- Add database migration for staff features (announcements, expenses,
  courses, reviews, knowledge base, projects, marketplace, handbook)
- Add 8 new API endpoints: announcements, expenses, courses, reviews,
  knowledge-base, projects, marketplace, handbook
- Update StaffAnnouncements.tsx to use real API with read tracking
- Update StaffExpenseReports.tsx to use real API with submit dialog

More staff pages to be updated in next commit.
2026-01-26 22:25:14 +00:00
Claude
0136d3d8a4
Build complete Staff Onboarding Portal
- Add StaffOnboarding.tsx main hub with welcome banner, progress ring,
  and quick action cards
- Add StaffOnboardingChecklist.tsx with interactive Day 1/Week 1/Month 1
  checklist that saves progress to database
- Add database migration for staff_onboarding_progress and
  staff_onboarding_metadata tables with RLS policies
- Add API endpoint /api/staff/onboarding for fetching and updating
  onboarding progress with admin view for managers
- Add routes to App.tsx for /staff/onboarding and /staff/onboarding/checklist
2026-01-26 21:14:44 +00:00
Builder.io
98e5d30339 Update imports batch 20-24
cgen-993b3928a9a149bcb3700b6057689cd3
2025-11-16 05:03:31 +00:00
Builder.io
fd8ae89af5 Update imports batch 15
cgen-08c6a0301e1a4862a149e49c643a28d2
2025-11-16 05:03:22 +00:00
Builder.io
5fd2bf5890 Fix incorrect import path in award.ts
cgen-b4dd690966fb4893b659ba59f8788e35
2025-11-16 03:31:26 +00:00
Builder.io
8a94eb1785 Prettier format pending files 2025-11-15 16:38:40 +00:00
Builder.io
e9441535ae Create /api/gameforge/sprint endpoint
cgen-a9bf50fc08a54a73971f02028a847099
2025-11-15 16:26:27 +00:00
Builder.io
457a66ccc3 Prettier format pending files 2025-11-11 02:44:36 +00:00
Builder.io
a1820d1f35 Create staff member PUT/DELETE endpoint for individual records
cgen-a5e675b9f66b4e22ba4eab7fc7f563a6
2025-11-11 02:03:04 +00:00
Builder.io
2fc7cce24e Create staff members GET/POST API endpoint
cgen-2637ad62fb2d48a3945084496a843761
2025-11-11 02:02:59 +00:00