174 Commits

Author SHA1 Message Date
Mireya Cueto Garrido 28ac986e00 Ignorar .env en la raiz del proyecto 2026-06-04 12:10:31 +02:00
Mireya Cueto Garrido 085fee2b96 Excluir secretos y CI de GitLab del repositorio publico 2026-06-04 12:04:54 +02:00
alexis 63c831f0dd Merge branch 'style/footer' into 'main'
Refactor layout and styling across components for improved responsiveness

See merge request fjmimbre/deck-of-cards!4
2026-06-03 09:07:36 +00:00
Alexis 37056a4066 Merge branch 'main' of http://serezade.ujaen.es:8030/fjmimbre/deck-of-cards into style/footer 2026-06-03 11:06:02 +02:00
Alexis b88b3f334f Refactor layout and styling across components for improved responsiveness and user experience. Adjusted overflow properties in CSS, enhanced layout in CriterionInput and Step1BaseScale components, and updated Footer for better alignment and accessibility. 2026-06-03 11:03:58 +02:00
Mireya Cueto Garrido cccbe15275 Enable HTTPS production deployment on Sinbad2 via Apache reverse proxy. 2026-06-03 10:41:02 +02:00
alexis 31be326f2c Merge branch 'feature/style-fix' into 'main'
Added demo visualization in Login and Register

See merge request fjmimbre/deck-of-cards!2
2026-05-29 09:20:43 +00:00
Alexis 180114ce38 Update AuthDemoPanel component: refine comments for clarity, adjust 'Alto' values in STEP3_TERMS, and enhance layout of Step2Content for better user experience. 2026-05-29 10:49:40 +02:00
Alexis c8077e57ef Refactor Login and Register components to streamline UI and enhance user experience. Removed unused demo visualization from Login and integrated AuthDemoPanel into Register for improved user guidance. 2026-05-29 10:38:34 +02:00
Alexis f4d46080a6 Enhance Login and Register components with new UI elements and improved layout. Added demo visualization in Login and refined registration flow in Register, including error handling and user guidance. 2026-05-28 12:37:07 +02:00
alexis 2c400543e9 Merge branch 'fix/auth-and-api-config' into 'main'
Refactor Header and AppRouter components

See merge request fjmimbre/deck-of-cards!1
2026-05-28 08:52:28 +00:00
Alexis 1e49d1ccce Refactor Header and AppRouter components for improved navigation and authentication handling. Introduced ProtectedHistoryRoute to restrict access to the History page for unauthenticated users, and adjusted NavTab component to enhance icon handling. 2026-05-28 10:44:22 +02:00
Mireya Cueto Garrido f7436d47ed Mejorar navegacion del header y evitar que Vite procese el Dockerfile.
Redisenar tabs Editor/Historial y CTA Acceder con estados activos claros. Acotar volumenes Docker y el escaneo de Tailwind/Vite para corregir el error intermitente de import-analysis en Firefox.
2026-05-21 13:30:41 +02:00
Mireya Cueto Garrido 6d87a32bc4 Mejorar verificacion por email y OAuth de Google para despliegue en sinbad2.
Endurece el envio SMTP (EHLO/STARTTLS, timeouts, errores tipados y logging), centraliza el manejo de fallos en registro y reenvio, codifica la redirect_uri de Google OAuth y documenta la configuracion de produccion en .env.example.
2026-05-21 12:14:17 +02:00
Mireya 2b7428df56 Edit email_service.py 2026-05-15 08:37:57 +00:00
Mireya Cueto Garrido 0a31748407 email verification update 2026-05-15 09:39:41 +02:00
Mireya Cueto Garrido e2dd6e636d Merge pull request #56 from uja-dev-practices/fix/auth-and-api-config
Fix/auth and api config
2026-05-14 11:26:28 +02:00
Alexis 89fae7fa13 chore: configure Google OAuth environment variables, update API proxy settings, and ignore .env files 2026-05-14 11:15:54 +02:00
Alexis López d81b33bc3b pru 2026-05-12 13:23:14 +02:00
Alexis López 1b2fc0c3f2 prueba letra 2026-05-12 13:13:15 +02:00
Alexis d639dcad82 cambio en header 2026-05-12 13:12:18 +02:00
Mireya Cueto Garrido 563a25c53e Merge pull request #52 from uja-dev-practices/feature/manual-evaluator
Feature/manual evaluator
2026-05-08 11:37:57 +02:00
Alexis 36da717836 refactor: improve layout and styling in MembershipEvaluator component
- Adjust padding in Step3FinalGraph for better alignment.
- Update styles in TermResult for consistent spacing and improved readability.
- Change labels from "Inferior" and "Superior" to "Mínimo" and "Máximo" for clarity.
2026-04-30 14:16:51 +02:00
Alexis 47905d15c2 feat: manual membership evaluator implemented reusing existing logic 2026-04-30 14:07:14 +02:00
Alexis López 596d9f71b3 Manuals inputs implemented
Feature/input manual
2026-04-30 13:20:47 +02:00
Alexis López d6bbe4249c Merge branch 'develop' into feature/input-manual 2026-04-30 13:19:35 +02:00
Mireya Cueto Garrido b8fa7150cb Merge pull request #48 from uja-dev-practices/feature/input-manual
chore: enhance environment configuration for frontend and Google auth…
2026-04-28 10:33:00 +02:00
Alexis 417f290056 chore: enhance environment configuration for frontend and Google authentication
- Add VITE_API_URL to docker-compose for frontend service.
- Introduce FRONTEND_URL in backend environment files for redirection after Google login.
- Update Google authentication router to use dynamic FRONTEND_URL for redirects.
2026-04-28 10:31:37 +02:00
Mireya Cueto Garrido d891414902 Merge pull request #47 from uja-dev-practices/feature/input-manual
Feature/input manual
2026-04-28 10:13:40 +02:00
Alexis 3e59c2caaa chore: update Docker configuration for local development
- Add docker-compose.override.yml to .gitignore to prevent it from being included in production.
- Modify docker-compose.yaml to ensure the frontend service depends on the backend service.
2026-04-28 10:12:32 +02:00
Alexis 1ebc5b6634 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.
2026-04-27 13:16:42 +02:00
Alexis López 72b2c6b4a0 Merge pull request #44 from uja-dev-practices/MireyaCueto-patch-11
Downgrade MongoDB image version to 4.4
2026-04-22 13:07:21 +02:00
Mireya Cueto Garrido 8ac00e3ffc Downgrade MongoDB image version to 4.4 2026-04-22 13:06:48 +02:00
Mireya Cueto Garrido 2e7584c8a6 Merge pull request #43 from uja-dev-practices/AlexisLopez-Dev-patch-5
Change allowedHosts to true in Vite config
2026-04-22 13:02:16 +02:00
Alexis López d8ee638210 Change allowedHosts to true in Vite config 2026-04-22 13:01:36 +02:00
Mireya Cueto Garrido 04f4d16752 Merge pull request #42 from uja-dev-practices/AlexisLopez-Dev-patch-4
Set Vite server host to '0.0.0.0'
2026-04-22 12:54:36 +02:00
Alexis López 3e95500fa9 Set Vite server host to '0.0.0.0' 2026-04-22 12:54:08 +02:00
Alexis 8f2b0f6aca fix: agregar configuración de host en el servidor de Vite 2026-04-22 12:52:32 +02:00
Alexis López 693d98a965 Merge pull request #41 from uja-dev-practices/MireyaCueto-patch-10
Update docker-compose.yaml
2026-04-22 12:49:44 +02:00
Mireya Cueto Garrido 1d825b969f Update docker-compose.yaml 2026-04-22 12:49:14 +02:00
Mireya Cueto Garrido 2852f12524 Merge pull request #40 from uja-dev-practices/AlexisLopez-Dev-patch-3
Change port mappings for backend and frontend services
2026-04-22 12:43:25 +02:00
Alexis López 1be47f62ef Change port mappings for backend and frontend services 2026-04-22 12:42:57 +02:00
Mireya Cueto Garrido 43f57ee6f8 Merge pull request #39 from uja-dev-practices/develop
fix: agregar configuración de allowedHosts en el servidor de Vite
2026-04-22 12:38:07 +02:00
Alexis ed520a0342 fix: agregar configuración de allowedHosts en el servidor de Vite 2026-04-22 12:36:46 +02:00
Alexis López f0371070b9 Merge pull request #33 from uja-dev-practices/MireyaCueto-patch-3
Update .gitignore to remove .env entries
2026-04-22 12:16:51 +02:00
Mireya Cueto Garrido 204018e555 Update .gitignore to remove .env entries
Remove .env files from being ignored
2026-04-22 12:16:16 +02:00
Alexis López dfcdebe263 Merge pull request #32 from uja-dev-practices/MireyaCueto-patch-2
Update OAuth setup instructions in README
2026-04-22 12:14:14 +02:00
Mireya Cueto Garrido a52327a04b Update OAuth setup instructions in README 2026-04-22 10:48:47 +02:00
Mireya Cueto Garrido 3e58bebb7c Merge pull request #31 from uja-dev-practices/develop
Develop
2026-04-16 10:12:48 +02:00
Mireya Cueto Garrido 0cd8fcb978 Merge pull request #30 from uja-dev-practices/AlexisLopez-Dev-patch-2
Revise README for clarity and additional content
2026-04-16 10:12:10 +02:00