ERP-node/frontend/lib/registry/components/v2-timeline-scheduler/components
kjs 64c9f25f63 feat: add schedule preview functionality for production plans
- Implemented previewSchedule and previewSemiSchedule functions in the production controller to allow users to preview schedule changes without making actual database modifications.
- Added corresponding routes for schedule preview in productionRoutes.
- Enhanced productionPlanService with logic to generate schedule previews based on provided items and plan IDs.
- Introduced SchedulePreviewDialog component to display the preview results in the frontend, including summary and detailed views of planned schedules.

These updates improve the user experience by providing a way to visualize scheduling changes before applying them, ensuring better planning and decision-making.

Made-with: Cursor
2026-03-16 14:00:07 +09:00
..
ItemTimelineCard.tsx feat: add schedule preview functionality for production plans 2026-03-16 14:00:07 +09:00
ResourceRow.tsx feat: enhance v2-timeline-scheduler component functionality 2026-03-16 10:40:10 +09:00
ScheduleBar.tsx feat: enhance v2-timeline-scheduler component functionality 2026-03-16 10:40:10 +09:00
SchedulePreviewDialog.tsx feat: add schedule preview functionality for production plans 2026-03-16 14:00:07 +09:00
TimelineHeader.tsx refactor: update production controller to use AuthenticatedRequest 2026-03-16 09:35:23 +09:00
TimelineLegend.tsx feat: enhance v2-timeline-scheduler component functionality 2026-03-16 10:40:10 +09:00
index.ts feat: add schedule preview functionality for production plans 2026-03-16 14:00:07 +09:00