Skip to content

Telemetry Spec

Shruti Agarwal edited this page Apr 14, 2022 · 6 revisions

Attendance Module

Student Attendance

Teacher Time: Teacher has saved x minutes daily in taking attendance through the Shiksha Module

Start Time:

{
  distinctId: uuid,
  event: 'START',
  properties: {
    type: "student",
    $set: {
      actor: {      
        type: "Teacher"
      },
      context: {
        moduleType: "standalone"
      },
      edata: {
        id: "id1",        
        type: "TOUCH"
      },
      eid: "START",           
      timestamp: "2018-02-13T06:30:33.578Z",
    }
  }
}

End Time:

{
  distinctId: uuid,
  event: 'END',
  properties: {
    type: "student",
    $set: {
      actor: {
        id: "user-id"
        type: "teacher"
      },
      context: {
        moduleType: "standalone"
      },
      edata: {
        id: "id1",        
        type: "End Attendance"
      },
      eid: "END",           
      timestamp: "2018-02-13T06:30:33.578Z",
    }
  }
}

Shiksha

Getting Started

Tech Architecture

Telemetry Spec

Config UI for new frontend module

Clone this wiki locally