kkanellis / uthportal-server

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

Exam schedule #3

Closed kkanellis closed 9 years ago

kkanellis commented 9 years ago

Need for a periodic exam schedule 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 (similar to curriculum):

{
    "course_name": "string",
    "classroom": "string",
    "instructor": "string",
    "start_time": "string (e.g. 10:00)",
    "end_time": "string (e.g 12:00)",
    "date": "string (e.g Monday 10/9 )"
}