The Horarios page offers two ways to view your schedules: a sortable table and an interactive calendar powered by FullCalendar (React). The calendar makes it easy to spot gaps, overlaps, and distribution across the week at a glance. When you’re ready to share or print, you can export whatever is currently on screen as a PDF.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/Luisanchez0/modulo_Horario/llms.txt
Use this file to discover all available pages before exploring further.
Calendar views
The calendar supports three view modes, selectable with the radio buttons above the schedule area:Semana
Shows all schedule entries arranged across the days of the week. Useful for a complete overview of who is teaching what and when.
Por Aula
Filters and displays the schedule from a classroom perspective. Select a specific classroom from the resource dropdown to see only its entries.
Por Docente
Filters and displays the schedule from a teacher’s perspective. Select a specific teacher from the resource dropdown to see only their assigned sessions.
Switching views and filtering
Use the view toggle buttons to switch between the table layout and the calendar layout. In calendar mode, the three radio buttons let you choose Semana, Por Aula, or Por Docente. When viewing by classroom or teacher, a Filtrar recurso dropdown appears so you can focus on a single room or person. You can also filter the schedule by teacher, subject, classroom, or period using the dropdowns in the filter toolbar. These filters apply to both the table and calendar layouts.Navigating the calendar
Click any event block to see its full details. ADMIN users see Editar and Eliminar options when they click an event, allowing direct edits from the calendar without switching back to the table.Editing from the calendar
When an ADMIN user clicks a schedule event in the calendar, a modal opens with the full edit form pre-populated. You can change the teacher, subject, classroom, period, day, and start/end times. Click Guardar to apply the changes immediately.Exporting to PDF
Click the Exportar / Imprimir button in the toolbar to generate a PDF of the current schedule view. The export useshtml2canvas to capture what is currently visible on screen and jsPDF to compose it into an A4 document. Long schedules that exceed one page are split across multiple pages automatically.
The exported file is saved to your downloads folder as horario.pdf.