Commit Graph
10 Commits
Author SHA1 Message Date
alexrg d91018c612 Add Indivisa font family and update styles.css 2026-03-20 11:30:39 -06:00
alexrg d0b05256b0 refactor: rename Materia to Asignatura across the codebase
- Updated type definitions and interfaces to replace 'Materia' with 'Asignatura'.
- Refactored components and routes to reflect the new naming convention.
- Adjusted related types and constants for consistency.
- Removed the old Materia type definition and added Asignatura type definition.
- Ensured all references in UI components and logic are updated accordingly.

fix #50
2026-01-30 08:13:30 -06:00
alexrg 7c890a1aca Merge branch 'main' of https://github.lci.ulsa.mx/Guillermo.Arrieta/acad-ia-2 2026-01-27 14:43:41 -06:00
alexrg 8ec09389cf Merge branch 'fix/Incidencias' 2026-01-27 14:40:57 -06:00
alexrg 35e96bf52c Implementa actualización de planes utilizando Supabase en lugar de la función Edge 2026-01-26 11:43:19 -06:00
alexrg 8d6b7c4ba9 Implement new feature for user authentication and improve error handling 2026-01-12 08:34:18 -06:00
alexrg d6e1797f68 Merge branch 'main' of https://github.lci.ulsa.mx/Guillermo.Arrieta/acad-ia-2 2026-01-12 08:30:12 -06:00
alexrg 0a1ae7ce84 Add Supabase packages to bun.lock 2026-01-12 08:30:10 -06:00
alexrg 5e3da99db3 feat: implement file and repository management hooks and APIs 2026-01-09 09:42:17 -06:00
alexrg 65a73ca99f feat: add subjects and tasks API, hooks, and related types
- Implemented subjects API with functions for creating, updating, and retrieving subjects, including history and bibliography.
- Added tasks API for managing user tasks, including listing and marking tasks as completed.
- Created hooks for managing AI interactions, authentication, subjects, tasks, and metadata queries.
- Established query keys for caching and managing query states.
- Introduced Supabase client and environment variable management for better configuration.
- Defined types for database and domain models to ensure type safety across the application.
2026-01-09 09:00:33 -06:00