This website requires JavaScript.
Explore
Help
Sign In
julienfroidefond
/
iag-dev-evaluator
Watch
1
Star
0
Fork
0
You've already forked iag-dev-evaluator
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
87326b459e17e3ec02ac9eda5c5a386d9dc29083
iag-dev-evaluator
/
src
/
components
History
Froidefond Julien
87326b459e
Some checks failed
Deploy with Docker Compose / deploy (push)
Has been cancelled
Details
Refactor EvaluationEditor component by removing unused Link import. Enhance ExportModal to include Confluence export option and update export-utils with functions for parsing questions and rubrics, and generating Confluence markup for evaluations.
2026-02-23 13:24:36 +01:00
..
AdminClient.tsx
Refactor evaluation and admin pages to use server actions for data fetching, enhancing performance and simplifying state management. Update README to reflect API route changes and remove deprecated API endpoints for users and evaluations.
2026-02-20 14:08:18 +01:00
CandidateForm.tsx
Update branding references throughout the application to reflect Peaksys as the developer, including changes to the README, admin user email, candidate team names, and metadata descriptions.
2026-02-20 13:27:44 +01:00
ConfirmModal.tsx
Enhance project setup with Prisma, new scripts, and dependencies; update README for clarity and add API routes; improve layout and styling for better user experience
2026-02-20 09:12:37 +01:00
DashboardClient.tsx
Implement evaluation grouping by team and enhance DashboardClient with view mode selection. Add EvalCard component for improved evaluation display, including radar chart visualization and delete functionality.
2026-02-20 14:11:52 +01:00
DimensionCard.tsx
Refactor Docker Compose configuration to use dynamic volume paths, update deployment workflow to create necessary directories, and enhance Prisma schema with public visibility for evaluations. Improve access control in API routes and adjust evaluation creation logic to include public visibility. Fix minor issues in login and evaluation pages for better user experience.
2026-02-20 13:13:41 +01:00
EvaluationEditor.tsx
Refactor EvaluationEditor component by removing unused Link import. Enhance ExportModal to include Confluence export option and update export-utils with functions for parsing questions and rubrics, and generating Confluence markup for evaluations.
2026-02-23 13:24:36 +01:00
ExportModal.tsx
Refactor EvaluationEditor component by removing unused Link import. Enhance ExportModal to include Confluence export option and update export-utils with functions for parsing questions and rubrics, and generating Confluence markup for evaluations.
2026-02-23 13:24:36 +01:00
Header.tsx
Refactor Header component to improve code readability by formatting Link elements and adding a new settings link for user navigation.
2026-02-20 13:31:23 +01:00
NewEvaluationForm.tsx
Refactor evaluation and admin pages to use server actions for data fetching, enhancing performance and simplifying state management. Update README to reflect API route changes and remove deprecated API endpoints for users and evaluations.
2026-02-20 14:08:18 +01:00
RadarChart.tsx
Integrate RadarChart component into DashboardPage, enhancing evaluation display with radar data visualization. Update API to include dimensions in template retrieval, and adjust RadarChart for compact mode support.
2026-02-20 11:59:13 +01:00
SessionProvider.tsx
Update Dockerfile and package.json to use Prisma migrations, add bcryptjs and next-auth dependencies, and enhance README instructions for database setup. Refactor Prisma schema to include password hashing for users and implement evaluation sharing functionality. Improve admin page with user management features and integrate session handling for authentication. Enhance evaluation detail page with sharing options and update API routes for access control based on user roles.
2026-02-20 12:58:47 +01:00
SettingsPasswordForm.tsx
Add name change functionality to user settings. Update SettingsPasswordForm to handle name updates, including validation and error handling. Fetch current user name for display in settings page.
2026-02-20 14:47:32 +01:00
ShareModal.tsx
Refactor evaluation and admin pages to use server actions for data fetching, enhancing performance and simplifying state management. Update README to reflect API route changes and remove deprecated API endpoints for users and evaluations.
2026-02-20 14:08:18 +01:00
ThemeProvider.tsx
Update Next.js configuration for standalone output; add type checking script to package.json; enhance Prisma schema with binary targets; modify authentication API to only require email; improve evaluation detail page with Link component; add ESLint directive in new evaluation page; adjust theme provider for state setting; refine export-utils test type assertion.
2026-02-20 09:35:22 +01:00
ThemeToggle.tsx
Enhance project setup with Prisma, new scripts, and dependencies; update README for clarity and add API routes; improve layout and styling for better user experience
2026-02-20 09:12:37 +01:00