docling-studio/frontend/src
Pier-Jean Malandrino 151505cdbf feat(#251): add Neo4j as a StoreKind
- domain : StoreKind.NEO4J ajouté à l'enum
- service : validation config par kind étendue (Neo4j requires non-empty index_name)
- frontend : Neo4jConfigForm (index_name + database optionnelle), dispatcher StoreConfigForm, dropdown kind, i18n FR/EN
- tests service : 2 cas Neo4j (create OK + missing index_name 422)

Auth (URI/user/password) reste pilotée par les variables d'environnement
globales (cf. infra/neo4j.py) — la config par store ne porte que les
paramètres routables (index, database).
2026-05-05 09:38:39 +02:00
..
__tests__/integration refactor(audit): remediate 0.5.0 audit findings — clean architecture, security, DRY, SOLID, perf 2026-04-29 14:00:00 +02:00
app feat(#251): API client typé create/update/delete + StoreForm + Create/Edit pages 2026-05-05 09:38:39 +02:00
features feat(#251): add Neo4j as a StoreKind 2026-05-05 09:38:39 +02:00
pages feat(#251): nav CRUD sur StoresListPage + StoreDetailPage 2026-05-05 09:38:39 +02:00
shared feat(#251): add Neo4j as a StoreKind 2026-05-05 09:38:39 +02:00