miDeb / digitales_register

Inoffizielle App für das Digitale Register (https://digitalesregister.it)
GNU General Public License v3.0
16 stars 3 forks source link

Add support for future absences #13

Closed miDeb closed 2 years ago

miDeb commented 2 years ago

Example data:

{
    "futureAbsences": [
        {
            "id": 2109,
            "note": "English Language Competition",
            "startDate": "2022-05-02",
            "endDate": "2022-05-02",
            "startTime": 1,
            "endTime": 7,
            "justified": 4,
            "studentId": 5864,
            "reason_user": null,
            "reason_timestamp": null,
            "reason_signature": null,
            "reason": null
        }
    ]
}
miDeb commented 2 years ago

Other example:

 {
      "id": 2202,
      "note": null,
      "startDate": "2022-05-06",
      "endDate": "2022-05-06",
      "startTime": 8,
      "endTime": 10,
      "justified": 1,
      "studentId": 5864,
      "reason_user": 5864,
      "reason_timestamp": "2022-05-04 22:05:42",
      "reason_signature": "Michael Debertol",
      "reason": "<censored>"
    }
miDeb commented 2 years ago

Closed by 44d29576f599e69b82faddaad575ecd0f32d9118