- Add detailed report viewing with full-screen ReportDetail component for both company and employee reports - Fix company wiki to display onboarding Q&A in card format matching Figma designs - Exclude company owners from employee submission counts (owners contribute to wiki, not employee data) - Fix employee report generation to include company context (wiki + company report + employee answers) - Fix company report generation to use filtered employee submissions only - Add proper error handling for submission data format variations - Update Firebase functions to use gpt-4o model instead of deprecated gpt-4.1 - Fix UI syntax errors and improve report display functionality - Add comprehensive logging for debugging report generation flow 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
58 lines
822 B
Plaintext
58 lines
822 B
Plaintext
node_modules/
|
|
dist/
|
|
.env
|
|
.env.*.local
|
|
*.log
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
node_modules
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
/figma/
|
|
/figma-code/
|
|
/server-minimal.js
|
|
/employeeQuestions.ts
|
|
/README.md
|
|
/metadata.json
|
|
**/Demo.tsx
|
|
/.firebaserc
|
|
/CLOUD_FUNCTIONS_README.md
|
|
/Employee-Questions.md
|
|
/.env.example
|
|
/firebase.json
|
|
/EMPLOYEE_FORMS_README.md
|
|
/firebase-tools.json
|
|
/firestore.indexes.json
|
|
/firestore.rules
|
|
/.env.production.example
|
|
/.github/copilot-instructions.md*
|
|
/.vscode/settings.json
|
|
/.vscode/extensions.json
|
|
!/.vscode/tasks.json
|
|
/database.rules.json
|
|
/functions/auditly*.json
|
|
/CLAUDE.md
|
|
/debug_firebase.js
|
|
/schema.json
|
|
/SECURITY_FIXES.md
|
|
/.claude |