Generación de asignaturas con sugerencias #22

Merged
Guillermo.Arrieta merged 7 commits from acad-ia-2/issue/89-sugerencias-asignaturas into main 2026-02-12 23:30:01 +00:00
Collaborator
No description provided.
Guillermo.Arrieta added 7 commits 2026-02-12 23:26:18 +00:00
- Created a new enum type "estado_asignatura" with values 'borrador', 'revisada', 'aprobada', and 'generando'.
- Added a new column "estado" to the "asignaturas" table, defaulting to 'generando'.
- Implemented a trigger function to log changes in the "planes_estudio" table, capturing inserts, updates, and deletes.
- Updated the logging mechanism to track changes in various fields, including JSONB data.
- Removed the "asignaturas" table from the supabase_realtime publication.
- Added a script for generating TypeScript types from the local Supabase database.
- Enhanced the subject suggestion guidelines to specify that descriptions must not exceed 200 characters.
- Deleted the migration file for adding conversation_id to asignaturas and the associated view, as it is no longer needed.
Guillermo.Arrieta merged commit 334800fab7 into main 2026-02-12 23:30:01 +00:00
Guillermo.Arrieta deleted branch acad-ia-2/issue/89-sugerencias-asignaturas 2026-02-12 23:30:01 +00:00
Sign in to join this conversation.