Opera Upload (stage 7) is now permanently enabled for all brief types.
Toggle is disabled in Step 2, badge is non-clickable in Step 1, and a
"Required" label is shown in both views. Uses config-driven alwaysActive
flag — no hard-coded stage index in JS. Cache-busting bumped to v=2026031302.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Browsers were serving stale cached files after deploy. Added ?v=2026031201
query params to force fresh loads.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add non-contractual dates disclaimer banner at top of page
- Allow decimal values (0.1 step) in revision and approval fields
- Make Opera Upload mandatory for all brief types
- Remove Speed Up by % slider from Production stage
- Extend asset volume brackets: 100-200, 200-300, 300-400
- Update all 9 brief type descriptions with client scope definitions
- Render brief descriptions as bullet lists for clarity
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Gate app access behind Microsoft login so only authenticated L'Oreal
users can use the calculator. Shows spinner overlay during sign-in,
displays user name in header with sign-out button.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- LIST/GANTT toggle buttons switch between table and visual views
- Pure CSS Gantt chart — no external library needed
- Horizontal bars show stage durations with purple gradient colors
- Month markers along the top for timeline context
- Red dashed GO-LIVE deadline marker when visible in range
- Stages 4 & 5 (Translation) shown as parallel bars
- Only active stages displayed in Gantt
- Hover tooltip shows date range and total days per stage
- Legend with stage duration and go-live indicators
- Works in both light and dark modes
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Flatpickr now greys out Sat/Sun so they cannot be selected
- minDate set to 'today' to prevent picking dates in the past
- Business day calculations already excluded weekends (addBusinessDays)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Step 4 now shows a green checkmark like completed steps, since reaching
Results means the wizard is complete.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Y verdict: large green circle with white checkmark SVG
- N verdict: large red circle with white X SVG
- ? verdict: large gray circle with white question mark
- Responsive sizing (w-20/h-20 mobile, w-24/h-24 desktop) with shadow
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- copyForEmail() generates inline-styled HTML tables that render in Outlook/Gmail
- Uses ClipboardItem API with text/html + text/plain, fallback to execCommand
- Tables have borders, gray headers, green/gray active badges
- Button renamed from "Copy as Markdown" to "Copy for Email"
- Shows "Copied!" confirmation with checkmark for 2 seconds
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- New copyMarkdown() function generates clean Markdown with verdict, key dates table, and calculation table
- Uses clipboard API with textarea fallback for broad browser support
- Button shows brief "Copied!" confirmation feedback
- Green emerald button sits alongside existing Calendar and CSV exports
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Stage badges in Step 1 are now clickable to toggle stages on/off
- Added hint text "Click a stage to toggle it on or off"
- Stages 4 & 5 (Translation) toggle together when either badge is clicked
- Badge clicks sync with Step 2 toggle switches via updateStageCards()
- Swapped table order in results: Key Dates now appears first (more client-relevant)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Removed html2pdf.js CDN dependency
- Replaced PDF export with CSV export (summary + two data tables)
- Added iCal (.ics) export with key milestone dates for Outlook/Google Calendar
- Added csvEscape utility and lastCalculationData state tracking
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Static web app that replaces the Excel SLA calculator with a 4-step wizard:
- config.json: all business rules, cross-reference tables, stage matrix, tooltips
- index.html: Tailwind CSS UI with dark mode, responsive layout, Flatpickr dates
- script.js: business-day calculation engine, real-time SLA computation, PDF + iCal export
Matches Excel logic exactly (verified against Tab 2 example).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>