Julien Froidefond julienfroidefond
julienfroidefond created repository julienfroidefond/iag-dev-evaluator 2026-02-20 09:38:33 +01:00
julienfroidefond pushed to main at julienfroidefond/workshop-manager 2026-02-18 08:39:51 +01:00
739b0bf87d feat: refactor session components to utilize BaseSessionLiveWrapper, streamlining sharing functionality and reducing code duplication across various session types
julienfroidefond pushed to main at julienfroidefond/workshop-manager 2026-02-18 08:31:40 +01:00
35228441e3 feat: add editable functionality for current quarter OKRs, allowing participants and team admins to modify objectives and key results, enhancing user interaction and collaboration
ee13f8ba99 feat: enhance dropdown components by integrating useClickOutside hook for improved user experience and accessibility in NewWorkshopDropdown and WorkshopTabs
Compare 2 commits »
julienfroidefond pushed to main at julienfroidefond/workshop-manager 2026-02-17 15:13:10 +01:00
d50a8a0266 style: update card hover colors in globals.css and page.tsx for improved UI consistency
520a1f4838 feat: implement auto-sharing functionality for session creation across motivators, weekly check-ins, and year reviews, enhancing collaboration capabilities
Compare 2 commits »
julienfroidefond pushed to main at julienfroidefond/workshop-manager 2026-02-17 14:47:53 +01:00
d05157d498 feat: integrate user team retrieval into session components, enhancing sharing functionality and user experience across motivators, sessions, weekly check-ins, and year reviews
4d04d3ede8 feat: refactor session retrieval logic to utilize generic session queries, enhancing code maintainability and reducing duplication across session types
aad4b7f111 feat: enhance session management by implementing edit permissions for team admins and updating session components to reflect new access controls
5e9ae0936f feat: implement getWeekBounds function for calculating ISO week boundaries and integrate it into weather session sharing logic
4e14112ffa feat: add team collaboration sessions for admins, enhancing session management and visibility in the application
Compare 6 commits »
julienfroidefond pushed to main at julienfroidefond/workshop-manager 2026-02-17 09:43:15 +01:00
cc7e73ce7b feat: refactor workshop management by centralizing workshop data and improving session navigation across components
a8f53bfe2a feat: replace individual workshop buttons with a dropdown for creating new workshops in SessionsPage and update WorkshopTabs for improved tab management
Compare 2 commits »
julienfroidefond pushed to main at julienfroidefond/workshop-manager 2026-02-17 08:14:22 +01:00
e8282bb118 feat: add apple icon to metadata for enhanced application branding
julienfroidefond pushed to main at julienfroidefond/workshop-manager 2026-02-17 06:58:25 +01:00
31d9c00b6d docs: update README.md to enhance feature descriptions and improve clarity on collaboration tools
julienfroidefond pushed to main at julienfroidefond/workshop-manager 2026-02-04 13:18:13 +01:00
39910f559e feat: improve SSE broadcasting for weather sessions with enhanced error handling and connection management
julienfroidefond pushed to main at julienfroidefond/workshop-manager 2026-02-04 11:06:14 +01:00
057732f00e feat: enhance real-time weather session updates by broadcasting user information and syncing local state in WeatherCard component
julienfroidefond pushed to main at julienfroidefond/workshop-manager 2026-02-04 11:03:03 +01:00
e8ffccd286 refactor: streamline date and title handling in NewWeatherPage and NewWeeklyCheckInPage components for improved user experience
julienfroidefond pushed to main at julienfroidefond/workshop-manager 2026-02-04 10:51:00 +01:00
ef0772f894 feat: enhance user experience by adding notifications for OKR updates and improving session timeout handling for better usability
julienfroidefond pushed to main at julienfroidefond/workshop-manager 2026-02-03 18:08:15 +01:00
163caa398c feat: implement Weather Workshop feature with models, UI components, and session management for enhanced team visibility and personal well-being tracking
julienfroidefond pushed to main at julienfroidefond/workshop-manager 2026-01-28 13:58:35 +01:00
3a2eb83197 feat: add comparePeriods utility for sorting OKR periods and refactor ObjectivesPage to utilize it for improved period sorting
julienfroidefond pushed to main at julienfroidefond/workshop-manager 2026-01-28 13:54:32 +01:00
e848e85b63 feat: implement period filtering in OKRsList component with toggle for viewing all OKRs or current quarter's OKRs
julienfroidefond pushed to main at julienfroidefond/workshop-manager 2026-01-14 10:24:10 +01:00
53ee344ae7 feat: add Weekly Check-in feature with models, UI components, and session management for enhanced team collaboration
67d685d346 refactor: update component exports in OKRs, SWOT, Teams, and UI modules for improved organization and clarity
Compare 2 commits »
julienfroidefond pushed to main at julienfroidefond/workshop-manager 2026-01-07 17:32:33 +01:00
47703db348 refactor: update OKR form and edit page to use new CreateKeyResultInput type for improved type safety and clarity
julienfroidefond pushed to main at julienfroidefond/workshop-manager 2026-01-07 17:23:10 +01:00
86c26b5af8 fix: improve error handling in API routes and update date handling for OKR and Key Result submissions
julienfroidefond pushed to main at julienfroidefond/workshop-manager 2026-01-07 17:18:22 +01:00
97045342b7 feat: refactor ObjectivesPage to utilize ObjectivesList component for improved rendering and simplify OKR status handling in OKRCard with compact view option
julienfroidefond pushed to main at julienfroidefond/workshop-manager 2026-01-07 16:48:32 +01:00
ca9b68ebbd feat: enhance OKR management by adding permission checks for editing and deleting, and updating OKR forms to handle key results more effectively