Data model
Each subject record contains the following fields:| Field | Description | Example |
|---|---|---|
| ID | Unique subject code used as the reference key across the application (e.g. MAT-01). | MAT-01 |
| Nombre | Full descriptive name of the subject. | Desarrollo Móvil |
| Companias | Companies or organizations whose technologies the subject covers (comma-separated). | Google, Apple |
| RutaTemario | Absolute file path to the subject’s syllabus PDF or document. | C:/Temarios/Movil.pdf |
Sample records
The module ships with the following example data:| ID | Nombre | Companias | RutaTemario |
|---|---|---|---|
| MAT-01 | Desarrollo Móvil | Google, Apple | C:/Temarios/Movil.pdf |
| MAT-02 | Bases de Datos | Oracle, Microsoft | C:/Temarios/BD.pdf |
| MAT-03 | Redes Neuronales | OpenAI, Meta | C:/Temarios/IA.pdf |
Adding a subject
Enter the subject details
Provide a unique ID, a descriptive Nombre, the relevant Companias, and the RutaTemario file path for the syllabus.
Editing a subject
Click Editar
Click Editar in the toolbar. The Agregar Materia window opens pre-filled with the current values.
Update the fields
Change any field as needed — for example, update Companias when the curriculum changes technology providers, or update RutaTemario if the syllabus file is moved.
Deleting a subject
Searching and filtering
The toolbar includes a hover-triggered Filtros dropdown. Use it to filter the subject list by any field. The table updates in real time as you apply the filter.How subjects relate to other modules
Projects
Student projects reference a subject via
ClaveMateria. Use the subject ID exactly as shown in this module when creating project records.Schedules
Schedule entries link professors and classrooms to specific time slots. Use subject IDs as contextual references when naming or grouping schedule records.