feat: add manual numeric inputs for fuzzy modeling and update env config

- Implement synchronized numeric inputs alongside sliders in Step 2.
- Enable real-time graph updates via input arrows and manual typing.
- Add strict clamping and validation for fuzzy parameter constraints.
- Refactor environment variables to use .env.local pattern.
- Add .env.example files for frontend and backend documentation.
This commit is contained in:
Alexis
2026-04-27 13:16:42 +02:00
parent 72b2c6b4a0
commit 1ebc5b6634
7 changed files with 225 additions and 44 deletions
+5
View File
@@ -12,6 +12,11 @@ dist
dist-ssr
*.local
# Variables de entorno locales de Vite
# (.env y .env.example sí se versionan)
.env.local
.env.*.local
# Editor directories and files
.vscode/*
!.vscode/extensions.json