@@ -9,6 +9,7 @@ Schema mapping for Apprentice Pulse. Includes table and field IDs for API integr
99```
1010Apprentices (tbl0HJM700Jmd5Oob) - primary learner record
1111 ├── Attendace - Apprentice Pulse (tblkDbhJcuT9TTwFc)
12+ │ └── Event → Events - Apprentice Pulse
1213 ├── Weekly learning log (tblL2y5NRjyml8XU8)
1314 ├── Progress Reviews (Apprentices) (tblXMWiU6DmrrBAZ7)
1415 ├── Support log (tblWINmz4JDtVUucD)
@@ -53,15 +54,17 @@ Primary learner record for apprenticeship programme.
5354
5455** Table ID:** ` tblkDbhJcuT9TTwFc `
5556
56- Attendance tracking using a junction table pattern (one record per apprentice per date ).
57+ Attendance tracking using a junction table pattern (one record per apprentice per event ).
5758
5859| Field | ID | Type | Purpose |
5960| -------| -----| ------| ---------|
6061| Id | ` fldGdpuw6SoHkQbOs ` | autoNumber | Record ID |
6162| Apprentice | ` fldOyo3hlj9Ht0rfZ ` | multipleRecordLinks | Links to Apprentices |
62- | Cohort | ` fldn53kWDE8GHg2Yy ` | multipleLookupValues | Cohort lookup |
63- | Date | ` fldvXHPmoLlEA8EuN ` | date | Session date |
63+ | Event | ` fldiHd75LYtopwyN9 ` | multipleRecordLinks | Links to Events |
64+ | Checkin Time | ` fldvXHPmoLlEA8EuN ` | dateTime | When student checked in |
6465| Status | ` fldew45fDGpgl1aRr ` | singleSelect | Attendance status |
66+ | Date Time (from Event) | ` fldokfSk68MhJGlm6 ` | multipleLookupValues | Event date/time lookup |
67+ | FAC Cohort (from Event) | ` fldkc9zLJe7NZVAz1 ` | multipleLookupValues | Cohort lookup from Event |
6568
6669---
6770
@@ -216,6 +219,8 @@ Scheduled events/sessions for attendance tracking.
216219| Date Time | ` fld8AkM3EanzZa5QX ` | dateTime | Event start date and time |
217220| Event Type | ` fldo7fwAsFhkA1icC ` | singleSelect | Regular class, Workshop, Hackathon |
218221| Survey | ` fld9XBHnCWBtZiZah ` | url | Optional survey form URL |
222+ | Attendance | ` fldcPf53fVfStFZsa ` | multipleRecordLinks | Linked attendance records |
223+ | Name - Date | ` fld7POykodV0LGsg1 ` | formula | Display name with date |
219224
220225---
221226
0 commit comments