diff --git a/01 Projects/Barclays-banner-builder/Barclays Banner Builder.md b/01 Projects/Barclays-banner-builder/Barclays Banner Builder.md index d8264e0..f9322de 100644 --- a/01 Projects/Barclays-banner-builder/Barclays Banner Builder.md +++ b/01 Projects/Barclays-banner-builder/Barclays Banner Builder.md @@ -23,6 +23,10 @@ created: 2026-04-17 - **Local path:** `/Volumes/SSD/Projects/Oliver/Barclays-banner-builder` ## Sessions +### 2026-04-20 – Add visual progress indicator showing user +**Asked:** Add visual progress indicator showing user journey through workflow stages with backward navigation only. +**Done:** Implemented progress indicator component and updated export functionality to filter by selected variant IDs with unique PDF filenames. + ### 2026-04-20 – Add visual progress indicator for user **Asked:** Add visual progress indicator for user workflow journey through four stages | Implemented progress stepper with backward navigation only, grayed forward steps, and session timeout handling | Progress stepper | Store refresh on mount, session validation with 2-hour timeout | Layout.tsx, BannerEditor.tsx, BriefEditor.tsx, ExportPage.tsx, VariantsGrid.tsx **Done:** — @@ -235,6 +239,7 @@ created: 2026-04-17 ## Change Log | Date | Requested | Changed | Files | |------|-----------|---------|-------| +| 2026-04-20 | Progress indicator, export filtering | Added progress tracking, variant ID filtering, unique PDF naming | Layout.tsx, BannerEditor.tsx, BriefEditor.tsx, ExportPage.tsx, VariantsGrid.tsx | | 2026-04-20 | Progress indicator | Add step tracking, backward navigation, gray out incomplete steps | Layout.tsx, BriefEditor.tsx, VariantsGrid.tsx, BannerEditor.tsx, ExportPage.tsx | | 2026-04-20 | Progress indicator | Backward navigation, forward steps grayed out, always visible | Layout.tsx, BannerEditor.tsx, BriefEditor.tsx, ExportPage.tsx, VariantsGrid.tsx | | 2026-04-20 | Progress indicator | Zustand store with journey state, JourneyStepper component with Barclays tokens, Layout integration, stage completion tracking | journey.ts, stepper.tsx, Layout.tsx, BriefEditor.tsx, VariantsGrid.tsx, BannerEditor.tsx, ExportPage.tsx | diff --git a/99 Daily/2026-04-20.md b/99 Daily/2026-04-20.md index 3ca6ecc..90b0872 100644 --- a/99 Daily/2026-04-20.md +++ b/99 Daily/2026-04-20.md @@ -23,3 +23,6 @@ tags: [daily] - 17:26 | `Barclays-banner-builder` - **Asked:** Add visual progress indicator for user workflow journey through four stages | Implemented progress stepper with backward navigation only, grayed forward steps, and session timeout handling | Progress stepper | Store refresh on mount, session validation with 2-hour timeout | Layout.tsx, BannerEditor.tsx, BriefEditor.tsx, ExportPage.tsx, VariantsGrid.tsx - **Done:** — +- 17:30 | `Barclays-banner-builder` + - **Asked:** Add visual progress indicator showing user journey through workflow stages with backward navigation only. + - **Done:** Implemented progress indicator component and updated export functionality to filter by selected variant IDs with unique PDF filenames.