docling-studio/frontend/src/features
Pier-Jean Malandrino 93be01db5f feat(#251): API client typé create/update/delete + StoreForm + Create/Edit pages
Frontend store API client :
- Types StoreInfo (avec slug + isDefault + embedder), StoreDetail, StoreCreatePayload, StoreUpdatePayload
- Fonctions createStore (POST), updateStore (PATCH), deleteStore (DELETE), fetchStore (GET /:slug)
- Tests Vitest étendus pour les 4 nouveaux endpoints

Composants formulaire (features/store/ui/) :
- StoreForm : champs communs (name/slug/kind/embedder/isDefault) avec validation slug locale, lock du slug pour 'default'
- StoreConfigForm : dispatcher dynamique par kind (extensible)
- OpenSearchConfigForm : champ indexName, validation requise

Pages CRUD :
- StoreCreatePage (/index/new) : formulaire + redirect liste
- StoreEditPage (/index/:store/edit) : préremplit via fetchStore, redirige vers la fiche

Routes + i18n :
- Routes ROUTES.STORE_CREATE et ROUTES.STORE_EDIT ajoutées (names + routes.ts)
- Clés i18n FR/EN sous stores.* et storeForm.*
2026-05-04 12:28:27 +02:00
..
analysis feat(#240,#241): DocInspectTab — Markdown/Elements/Images from Docling analysis 2026-04-30 10:57:46 +02:00
chunking fix(e2e): update chunks synchronously in store to prevent rechunk timeout 2026-04-14 17:06:34 +02:00
chunks feat(#225,#224): vocabulary rename index→ingest + stale stores strip 2026-04-30 10:42:10 +02:00
document feat(#216): E4/E5 — Doc workspace shell, DocTreeRail, DocWorkspaceHeader, editable chunks editor 2026-04-30 09:52:01 +02:00
feature-flags feat(#210): feature-flag mode gating + deep-link redirect 2026-04-29 17:53:55 +02:00
history refactor(audit): remediate 0.5.0 audit findings — clean architecture, security, DRY, SOLID, perf 2026-04-29 14:00:00 +02:00
ingestion feat(#160): promote Ingest to 4th Studio mode after Prepare 2026-04-11 10:17:12 +02:00
reasoning feat(#242): DocAskTab — Reasoning intégré au workspace (doc structure + question + trace cliquable) 2026-04-30 14:57:55 +02:00
search feat(#159): extract search into dedicated sidebar tab 2026-04-11 10:14:02 +02:00
settings refactor(audit): remediate 0.5.0 audit findings — clean architecture, security, DRY, SOLID, perf 2026-04-29 14:00:00 +02:00
store feat(#251): API client typé create/update/delete + StoreForm + Create/Edit pages 2026-05-04 12:28:27 +02:00