kkanellis / uthportal-server

GNU General Public License v3.0
0 stars 1 forks source link

Curriculum support #2

Closed kkanellis closed 9 years ago

kkanellis commented 9 years ago

Need for a curriculum for the inf department. There is no need to be updated automatically, but there should be a different url for it, e.g. inf.static or inf.info

I propose the schema below:

{
    "course_name": "string",
    "classroom": "string",
    "instructor": "string",
    "class_type": "string (e.g. Εργαστήριο)",
    "start_time": "string (e.g. 10:00)",
    "end_time": "string (e.g 12:00)",
    "day": "integer (0: Monday, 1: Tuesday etc)"
}