- Add .gitignore, .yarnrc.yml, and initial project metadata (AGENTS.md, DESIGN.md, package.json, Yarn lock, Tailwind, PostCSS, Next.js config, TypeScript config) - Add CSV data files (users, employees, contracts, attendances) - Implement API routes for auth, employees, contracts, attendances, analytics, and file upload - Add core pages (dashboard, employees, attendances, profile, login, main layout) - Add UI components (avatar, avatar picker, badge, button, card, input, modal, select, sidebar, navigation shell, top header) - Add attendance features (table, clock widget, unified permit modal with file upload, upload API) - Add employee management (contract timeline with file upload, employee form modal, employee table) - Add dashboard widgets (leaderboard, early bird, latecomer, night owl, day status feed, date filter bar) - Add utilities (avatar generator, analytics calculations, CSV DB layer, auth context) - Add type definitions for auth, employee, contract, attendance, dashboard All changes are synchronized with documentation (AGENTS.md, DESIGN.md, walkthrough).
443 B
443 B
| 1 | id | username | password | role | employee_id | created_at |
|---|---|---|---|---|---|---|
| 2 | USR-001 | superadmin | admin123 | superadmin | EMP-001 | 2026-01-01T08:00:00Z |
| 3 | USR-002 | budi.santoso | staff123 | staff | EMP-002 | 2026-01-10T08:00:00Z |
| 4 | USR-003 | siti.aminah | staff123 | staff | EMP-003 | 2026-01-15T08:00:00Z |
| 5 | USR-004 | reza.rahadian | staff123 | staff | EMP-004 | 2026-02-01T08:00:00Z |
| 6 | USR-005 | dian.sastro | staff123 | staff | EMP-005 | 2026-02-15T08:00:00Z |
| 7 | USR-006 | andika.pratama | staff123 | staff | EMP-006 | 2026-03-01T08:00:00Z |