quexten / UlricianumPlanner

Substitution plan checker for a IServ / Units Substitution Plan based systems
GNU General Public License v3.0
1 stars 1 forks source link

Feedback Issue 12/13/2016 20:33:29 #13

Open Quexbot opened 7 years ago

Quexbot commented 7 years ago

What's the problem?

Plans should automatically be fetched from the server

App Version Device Info
16 TabletExpress X10 5.1.1 LOLLIPOP
quexten commented 7 years ago

Iserv supports FTP. Timetables should be saved there individually per student. Timetables should be structured in JSON like the following:

{
  "className": "12",
  "timeTable": [
    [
      {
        "teacher": "TO",
        "subject": "IF",
        "room": "BA2"
      }, null, null, null, null
    ],
    [],
    [],
    [],
    []
  ]
}

Tasks:

quexten commented 7 years ago

Client side timetable fetching was added in 0e571ca96aaf0b0d2e7f5fc34739356b7a44079f