vault backup: 2026-04-28 22:04:07

This commit is contained in:
Vadym Samoilenko 2026-04-28 22:04:07 +01:00
parent e84e140ef7
commit 472bf8380c
3 changed files with 9 additions and 1 deletions

View file

@ -4,7 +4,7 @@
"syncFolder": "Hoarder",
"attachmentsFolder": "Hoarder/attachments",
"syncIntervalMinutes": 60,
"lastSyncTimestamp": 1777375025505,
"lastSyncTimestamp": 1777410085844,
"updateExistingFiles": false,
"excludeArchived": true,
"onlyFavorites": false,

View file

@ -31,6 +31,10 @@ AI-assisted banner generation tool for Barclays marketing assets. Workflow: Brie
- **Port:** 8010 (backend API)
## Sessions
### 2026-04-28 Asked the developer to implement a
**Asked:** Asked the developer to implement a checkbox selection system for banner variants with validation before opening the editor.
**Done:** Implemented checkboxes on the variants page, validation logic for selections, and enabled the editor button only when one Medium and one Large variant are selected.
### 2026-04-28 Implement checkbox selection system for users
**Asked:** Implement checkbox selection system for users to choose banner variants before moving to the editor.
**Done:** Added checkboxes to variants page, disabled editor button until one Medium and one Large variant selected, and filtered editor to show only selected variants.
@ -303,6 +307,7 @@ AI-assisted banner generation tool for Barclays marketing assets. Workflow: Brie
## Change Log
| Date | Requested | Changed | Files |
|------|-----------|---------|-------|
| 2026-04-28 | Banner variant selection | Add checkboxes, selection validation, editor button activation | variants.tsx, bannerEditor.tsx |
| 2026-04-28 | Banner variant selection | Add checkboxes, disable editor button until valid selections, filter editor display | VariantsPage.tsx, BannerEditor.tsx, VariantSelector.tsx |
| 2026-04-28 | Banner variant system | Conversation models, intent router, variant selection checkboxes, migration, API endpoints | models/conversation.py, models/job.py, services/intent_router.py, api/conversations.py, alembic/versions/0005_add_conversations.py |
| 2026-04-28 | Banner variant selection | Checkboxes, single Medium/Large selection, editor button validation, filtered variants display | models/conversation.py, models/__init__.py, models/job.py, alembic/versions/0005_add_conversations.py, services/intent_router.py, api/conversations.py |

View file

@ -305,3 +305,6 @@ tags: [daily]
- 21:59 | `Barclays-banner-builder`
- **Asked:** Implement checkbox selection system for users to choose banner variants before moving to the editor.
- **Done:** Added checkboxes to variants page, disabled editor button until one Medium and one Large variant selected, and filtered editor to show only selected variants.
- 22:03 | `Barclays-banner-builder`
- **Asked:** Asked the developer to implement a checkbox selection system for banner variants with validation before opening the editor.
- **Done:** Implemented checkboxes on the variants page, validation logic for selections, and enabled the editor button only when one Medium and one Large variant are selected.