From 342cc3d2515e488e489f3bfdb7e9370dc58a4caa Mon Sep 17 00:00:00 2001 From: Nuwan Jaliyagoda Date: Tue, 21 Mar 2023 21:48:42 +0530 Subject: [PATCH 1/4] Location endpoints --- locations/v1/01/00/index.json | 24 + locations/v1/01/01/index.json | 20 + locations/v1/01/02/index.json | 21 + locations/v1/01/03/index.json | 20 + locations/v1/01/04/index.json | 20 + locations/v1/01/05/index.json | 20 + locations/v1/01/06/index.json | 20 + locations/v1/01/07/index.json | 20 + locations/v1/01/08/index.json | 20 + locations/v1/01/09/index.json | 24 + locations/v1/01/CR01/index.json | 24 + locations/v1/01/ENTR/index.json | 24 + locations/v1/01/LIFT/index.json | 20 + locations/v1/01/OP/index.json | 20 + locations/v1/01/index.json | 302 +++++ locations/v1/02/00/index.json | 24 + locations/v1/02/01/index.json | 20 + locations/v1/02/02/index.json | 21 + locations/v1/02/03/index.json | 24 + locations/v1/02/05/index.json | 20 + locations/v1/02/06/index.json | 20 + locations/v1/02/07/index.json | 20 + locations/v1/02/08/index.json | 20 + locations/v1/02/09/index.json | 24 + locations/v1/02/CR01/index.json | 24 + locations/v1/02/ENTR/index.json | 24 + locations/v1/02/LIFT/index.json | 20 + locations/v1/02/OP/index.json | 20 + locations/v1/02/index.json | 286 +++++ locations/v1/03/00/index.json | 20 + locations/v1/03/01/index.json | 20 + locations/v1/03/02/index.json | 20 + locations/v1/03/03/index.json | 20 + locations/v1/03/04/index.json | 20 + locations/v1/03/05/index.json | 20 + locations/v1/03/06/index.json | 21 + locations/v1/03/07/index.json | 20 + locations/v1/03/08/index.json | 24 + locations/v1/03/09/index.json | 24 + locations/v1/03/10/index.json | 24 + locations/v1/03/CR01/index.json | 24 + locations/v1/03/ENTR/index.json | 24 + locations/v1/03/LIFT/index.json | 20 + locations/v1/03/OP/index.json | 20 + locations/v1/03/index.json | 326 ++++++ locations/v1/04/00/index.json | 24 + locations/v1/04/01/index.json | 18 + locations/v1/04/02/index.json | 18 + locations/v1/04/03/index.json | 18 + locations/v1/04/04/index.json | 18 + locations/v1/04/05/index.json | 20 + locations/v1/04/06/index.json | 20 + locations/v1/04/07G/index.json | 18 + locations/v1/04/07L/index.json | 18 + locations/v1/04/08/index.json | 24 + locations/v1/04/09/index.json | 20 + locations/v1/04/10/index.json | 20 + locations/v1/04/11/index.json | 20 + locations/v1/04/12/index.json | 20 + locations/v1/04/13/index.json | 21 + locations/v1/04/CR01/index.json | 24 + locations/v1/04/CR02/index.json | 24 + locations/v1/04/ENTR/index.json | 24 + locations/v1/04/LIFT/index.json | 20 + locations/v1/04/OP/index.json | 20 + locations/v1/04/index.json | 414 +++++++ locations/v1/G/01/index.json | 24 + locations/v1/G/02/index.json | 25 + locations/v1/G/03/index.json | 24 + locations/v1/G/04/index.json | 24 + locations/v1/G/05/index.json | 20 + locations/v1/G/06/index.json | 22 + locations/v1/G/07/index.json | 22 + locations/v1/G/08/index.json | 24 + locations/v1/G/09/index.json | 24 + locations/v1/G/10G/index.json | 18 + locations/v1/G/10L/index.json | 18 + locations/v1/G/11/index.json | 24 + locations/v1/G/18/index.json | 24 + locations/v1/G/CR01/index.json | 24 + locations/v1/G/LIFT/index.json | 20 + locations/v1/G/OP/index.json | 20 + locations/v1/G/OUTSIDE/index.json | 24 + locations/v1/G/index.json | 470 ++++++++ locations/v1/all/index.json | 1800 +++++++++++++++++++++++++++++ python_scripts/locations.py | 146 +++ 86 files changed, 5433 insertions(+) create mode 100644 locations/v1/01/00/index.json create mode 100644 locations/v1/01/01/index.json create mode 100644 locations/v1/01/02/index.json create mode 100644 locations/v1/01/03/index.json create mode 100644 locations/v1/01/04/index.json create mode 100644 locations/v1/01/05/index.json create mode 100644 locations/v1/01/06/index.json create mode 100644 locations/v1/01/07/index.json create mode 100644 locations/v1/01/08/index.json create mode 100644 locations/v1/01/09/index.json create mode 100644 locations/v1/01/CR01/index.json create mode 100644 locations/v1/01/ENTR/index.json create mode 100644 locations/v1/01/LIFT/index.json create mode 100644 locations/v1/01/OP/index.json create mode 100644 locations/v1/01/index.json create mode 100644 locations/v1/02/00/index.json create mode 100644 locations/v1/02/01/index.json create mode 100644 locations/v1/02/02/index.json create mode 100644 locations/v1/02/03/index.json create mode 100644 locations/v1/02/05/index.json create mode 100644 locations/v1/02/06/index.json create mode 100644 locations/v1/02/07/index.json create mode 100644 locations/v1/02/08/index.json create mode 100644 locations/v1/02/09/index.json create mode 100644 locations/v1/02/CR01/index.json create mode 100644 locations/v1/02/ENTR/index.json create mode 100644 locations/v1/02/LIFT/index.json create mode 100644 locations/v1/02/OP/index.json create mode 100644 locations/v1/02/index.json create mode 100644 locations/v1/03/00/index.json create mode 100644 locations/v1/03/01/index.json create mode 100644 locations/v1/03/02/index.json create mode 100644 locations/v1/03/03/index.json create mode 100644 locations/v1/03/04/index.json create mode 100644 locations/v1/03/05/index.json create mode 100644 locations/v1/03/06/index.json create mode 100644 locations/v1/03/07/index.json create mode 100644 locations/v1/03/08/index.json create mode 100644 locations/v1/03/09/index.json create mode 100644 locations/v1/03/10/index.json create mode 100644 locations/v1/03/CR01/index.json create mode 100644 locations/v1/03/ENTR/index.json create mode 100644 locations/v1/03/LIFT/index.json create mode 100644 locations/v1/03/OP/index.json create mode 100644 locations/v1/03/index.json create mode 100644 locations/v1/04/00/index.json create mode 100644 locations/v1/04/01/index.json create mode 100644 locations/v1/04/02/index.json create mode 100644 locations/v1/04/03/index.json create mode 100644 locations/v1/04/04/index.json create mode 100644 locations/v1/04/05/index.json create mode 100644 locations/v1/04/06/index.json create mode 100644 locations/v1/04/07G/index.json create mode 100644 locations/v1/04/07L/index.json create mode 100644 locations/v1/04/08/index.json create mode 100644 locations/v1/04/09/index.json create mode 100644 locations/v1/04/10/index.json create mode 100644 locations/v1/04/11/index.json create mode 100644 locations/v1/04/12/index.json create mode 100644 locations/v1/04/13/index.json create mode 100644 locations/v1/04/CR01/index.json create mode 100644 locations/v1/04/CR02/index.json create mode 100644 locations/v1/04/ENTR/index.json create mode 100644 locations/v1/04/LIFT/index.json create mode 100644 locations/v1/04/OP/index.json create mode 100644 locations/v1/04/index.json create mode 100644 locations/v1/G/01/index.json create mode 100644 locations/v1/G/02/index.json create mode 100644 locations/v1/G/03/index.json create mode 100644 locations/v1/G/04/index.json create mode 100644 locations/v1/G/05/index.json create mode 100644 locations/v1/G/06/index.json create mode 100644 locations/v1/G/07/index.json create mode 100644 locations/v1/G/08/index.json create mode 100644 locations/v1/G/09/index.json create mode 100644 locations/v1/G/10G/index.json create mode 100644 locations/v1/G/10L/index.json create mode 100644 locations/v1/G/11/index.json create mode 100644 locations/v1/G/18/index.json create mode 100644 locations/v1/G/CR01/index.json create mode 100644 locations/v1/G/LIFT/index.json create mode 100644 locations/v1/G/OP/index.json create mode 100644 locations/v1/G/OUTSIDE/index.json create mode 100644 locations/v1/G/index.json create mode 100644 locations/v1/all/index.json create mode 100644 python_scripts/locations.py diff --git a/locations/v1/01/00/index.json b/locations/v1/01/00/index.json new file mode 100644 index 00000000..fce1bd27 --- /dev/null +++ b/locations/v1/01/00/index.json @@ -0,0 +1,24 @@ +{ + "floor": "01", + "id": "00", + "label": "01-00", + "title": "Computer Laboratory 2", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "64", + "url": "https://ce.pdn.ac.lk/facilities/computer-lab2", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/00/index.json", + "descrription": "This lab contains 2 built in projectors and screens and 64 computers", + "tags": [ + "lab" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] +} \ No newline at end of file diff --git a/locations/v1/01/01/index.json b/locations/v1/01/01/index.json new file mode 100644 index 00000000..4a0d2b9c --- /dev/null +++ b/locations/v1/01/01/index.json @@ -0,0 +1,20 @@ +{ + "floor": "01", + "id": "01", + "label": "01-01", + "title": "Technical Officer's room", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/01/index.json", + "descrription": "This belongs to first Floor", + "tags": [ + "staff" + ], + "accessibility": [ + "TECHNICAL_OFFICERS" + ] +} \ No newline at end of file diff --git a/locations/v1/01/02/index.json b/locations/v1/01/02/index.json new file mode 100644 index 00000000..a058a61b --- /dev/null +++ b/locations/v1/01/02/index.json @@ -0,0 +1,21 @@ +{ + "floor": "01", + "id": "02", + "label": "01-02", + "title": "Insructors' Room", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/02/index.json", + "descrription": "This contains a working space for four", + "tags": [ + "staff" + ], + "accessibility": [ + "POSTGRADUATES", + "INSTRUCTORS" + ] +} \ No newline at end of file diff --git a/locations/v1/01/03/index.json b/locations/v1/01/03/index.json new file mode 100644 index 00000000..16694973 --- /dev/null +++ b/locations/v1/01/03/index.json @@ -0,0 +1,20 @@ +{ + "floor": "01", + "id": "03", + "label": "01-03", + "title": "Lecturer's Room 1", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/03/index.json", + "descrription": "", + "tags": [ + "staff" + ], + "accessibility": [ + "STAFF" + ] +} \ No newline at end of file diff --git a/locations/v1/01/04/index.json b/locations/v1/01/04/index.json new file mode 100644 index 00000000..9895d801 --- /dev/null +++ b/locations/v1/01/04/index.json @@ -0,0 +1,20 @@ +{ + "floor": "01", + "id": "04", + "label": "01-04", + "title": "Lecturer's Room 2", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/04/index.json", + "descrription": "", + "tags": [ + "staff" + ], + "accessibility": [ + "STAFF" + ] +} \ No newline at end of file diff --git a/locations/v1/01/05/index.json b/locations/v1/01/05/index.json new file mode 100644 index 00000000..1bd3851b --- /dev/null +++ b/locations/v1/01/05/index.json @@ -0,0 +1,20 @@ +{ + "floor": "01", + "id": "05", + "label": "01-05", + "title": "Lecturer's Room 3", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/05/index.json", + "descrription": "", + "tags": [ + "staff" + ], + "accessibility": [ + "STAFF" + ] +} \ No newline at end of file diff --git a/locations/v1/01/06/index.json b/locations/v1/01/06/index.json new file mode 100644 index 00000000..20db3a5e --- /dev/null +++ b/locations/v1/01/06/index.json @@ -0,0 +1,20 @@ +{ + "floor": "01", + "id": "06", + "label": "01-06", + "title": "Lecturer's Room 4", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/06/index.json", + "descrription": "", + "tags": [ + "staff" + ], + "accessibility": [ + "STAFF" + ] +} \ No newline at end of file diff --git a/locations/v1/01/07/index.json b/locations/v1/01/07/index.json new file mode 100644 index 00000000..07038423 --- /dev/null +++ b/locations/v1/01/07/index.json @@ -0,0 +1,20 @@ +{ + "floor": "01", + "id": "07", + "label": "01-07", + "title": "Lecturer's Room 5", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/07/index.json", + "descrription": "", + "tags": [ + "staff" + ], + "accessibility": [ + "STAFF" + ] +} \ No newline at end of file diff --git a/locations/v1/01/08/index.json b/locations/v1/01/08/index.json new file mode 100644 index 00000000..1db8856d --- /dev/null +++ b/locations/v1/01/08/index.json @@ -0,0 +1,20 @@ +{ + "floor": "01", + "id": "08", + "label": "01-08", + "title": "Lecturer's Room 6", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/08/index.json", + "descrription": "", + "tags": [ + "staff" + ], + "accessibility": [ + "STAFF" + ] +} \ No newline at end of file diff --git a/locations/v1/01/09/index.json b/locations/v1/01/09/index.json new file mode 100644 index 00000000..b39cef0b --- /dev/null +++ b/locations/v1/01/09/index.json @@ -0,0 +1,24 @@ +{ + "floor": "01", + "id": "09", + "label": "01-09", + "title": "Network & Communication Lab", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "30", + "url": "https://ce.pdn.ac.lk/facilities/networking-lab", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/09/index.json", + "descrription": "This lab has Computers, Networking Devices etc.", + "tags": [ + "lab" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] +} \ No newline at end of file diff --git a/locations/v1/01/CR01/index.json b/locations/v1/01/CR01/index.json new file mode 100644 index 00000000..f1fa5de3 --- /dev/null +++ b/locations/v1/01/CR01/index.json @@ -0,0 +1,24 @@ +{ + "floor": "01", + "id": "CR01", + "label": "01-CR01", + "title": "Corridor-01", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/CR01/index.json", + "descrription": "This belongs to floor 1", + "tags": [ + "public" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] +} \ No newline at end of file diff --git a/locations/v1/01/ENTR/index.json b/locations/v1/01/ENTR/index.json new file mode 100644 index 00000000..247cdcc7 --- /dev/null +++ b/locations/v1/01/ENTR/index.json @@ -0,0 +1,24 @@ +{ + "floor": "01", + "id": "ENTR", + "label": "01-ENTR", + "title": "Main Room", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/ENTR/index.json", + "descrription": "Entrance and the Exit points are in here", + "tags": [ + "public" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] +} \ No newline at end of file diff --git a/locations/v1/01/LIFT/index.json b/locations/v1/01/LIFT/index.json new file mode 100644 index 00000000..df37c79a --- /dev/null +++ b/locations/v1/01/LIFT/index.json @@ -0,0 +1,20 @@ +{ + "floor": "01", + "id": "LIFT", + "label": "01-LIFT", + "title": "Lift", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/LIFT/index.json", + "descrription": "This belongs to Floor1", + "tags": [ + "public" + ], + "accessibility": [ + "NONE" + ] +} \ No newline at end of file diff --git a/locations/v1/01/OP/index.json b/locations/v1/01/OP/index.json new file mode 100644 index 00000000..7e8d454e --- /dev/null +++ b/locations/v1/01/OP/index.json @@ -0,0 +1,20 @@ +{ + "floor": "01", + "id": "OP", + "label": "01-OP", + "title": "Operator-room", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/OP/index.json", + "descrription": "This belongs to Floor1", + "tags": [ + "authorized" + ], + "accessibility": [ + "TECHNICAL_OFFICERS" + ] +} \ No newline at end of file diff --git a/locations/v1/01/index.json b/locations/v1/01/index.json new file mode 100644 index 00000000..48a802f7 --- /dev/null +++ b/locations/v1/01/index.json @@ -0,0 +1,302 @@ +{ + "title": "01", + "locations": [ + { + "floor": "01", + "id": "01", + "label": "01-01", + "title": "Technical Officer's room", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/01/index.json", + "descrription": "This belongs to first Floor", + "tags": [ + "staff" + ], + "accessibility": [ + "TECHNICAL_OFFICERS" + ] + }, + { + "floor": "01", + "id": "02", + "label": "01-02", + "title": "Insructors' Room", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/02/index.json", + "descrription": "This contains a working space for four", + "tags": [ + "staff" + ], + "accessibility": [ + "POSTGRADUATES", + "INSTRUCTORS" + ] + }, + { + "floor": "01", + "id": "03", + "label": "01-03", + "title": "Lecturer's Room 1", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/03/index.json", + "descrription": "", + "tags": [ + "staff" + ], + "accessibility": [ + "STAFF" + ] + }, + { + "floor": "01", + "id": "04", + "label": "01-04", + "title": "Lecturer's Room 2", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/04/index.json", + "descrription": "", + "tags": [ + "staff" + ], + "accessibility": [ + "STAFF" + ] + }, + { + "floor": "01", + "id": "05", + "label": "01-05", + "title": "Lecturer's Room 3", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/05/index.json", + "descrription": "", + "tags": [ + "staff" + ], + "accessibility": [ + "STAFF" + ] + }, + { + "floor": "01", + "id": "06", + "label": "01-06", + "title": "Lecturer's Room 4", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/06/index.json", + "descrription": "", + "tags": [ + "staff" + ], + "accessibility": [ + "STAFF" + ] + }, + { + "floor": "01", + "id": "07", + "label": "01-07", + "title": "Lecturer's Room 5", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/07/index.json", + "descrription": "", + "tags": [ + "staff" + ], + "accessibility": [ + "STAFF" + ] + }, + { + "floor": "01", + "id": "08", + "label": "01-08", + "title": "Lecturer's Room 6", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/08/index.json", + "descrription": "", + "tags": [ + "staff" + ], + "accessibility": [ + "STAFF" + ] + }, + { + "floor": "01", + "id": "09", + "label": "01-09", + "title": "Network & Communication Lab", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "30", + "url": "https://ce.pdn.ac.lk/facilities/networking-lab", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/09/index.json", + "descrription": "This lab has Computers, Networking Devices etc.", + "tags": [ + "lab" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] + }, + { + "floor": "01", + "id": "CR01", + "label": "01-CR01", + "title": "Corridor-01", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/CR01/index.json", + "descrription": "This belongs to floor 1", + "tags": [ + "public" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] + }, + { + "floor": "01", + "id": "ENTR", + "label": "01-ENTR", + "title": "Main Room", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/ENTR/index.json", + "descrription": "Entrance and the Exit points are in here", + "tags": [ + "public" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] + }, + { + "floor": "01", + "id": "OP", + "label": "01-OP", + "title": "Operator-room", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/OP/index.json", + "descrription": "This belongs to Floor1", + "tags": [ + "authorized" + ], + "accessibility": [ + "TECHNICAL_OFFICERS" + ] + }, + { + "floor": "01", + "id": "LIFT", + "label": "01-LIFT", + "title": "Lift", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/LIFT/index.json", + "descrription": "This belongs to Floor1", + "tags": [ + "public" + ], + "accessibility": [ + "NONE" + ] + }, + { + "floor": "01", + "id": "00", + "label": "01-00", + "title": "Computer Laboratory 2", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "64", + "url": "https://ce.pdn.ac.lk/facilities/computer-lab2", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/00/index.json", + "descrription": "This lab contains 2 built in projectors and screens and 64 computers", + "tags": [ + "lab" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] + } + ] +} \ No newline at end of file diff --git a/locations/v1/02/00/index.json b/locations/v1/02/00/index.json new file mode 100644 index 00000000..018930ed --- /dev/null +++ b/locations/v1/02/00/index.json @@ -0,0 +1,24 @@ +{ + "floor": "02", + "id": "00", + "label": "02-00", + "title": "Hardware & Computer Interfacing Lab", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "60", + "url": "https://ce.pdn.ac.lk/facilities/hardware-and-interfacing-lab/", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/00/index.json", + "descrription": "This lab is used for Digital Design, Embedded Systems and other courses", + "tags": [ + "lab" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] +} \ No newline at end of file diff --git a/locations/v1/02/01/index.json b/locations/v1/02/01/index.json new file mode 100644 index 00000000..bbf1386d --- /dev/null +++ b/locations/v1/02/01/index.json @@ -0,0 +1,20 @@ +{ + "floor": "02", + "id": "01", + "label": "02-01", + "title": "Technical Offcer's room", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/01/index.json", + "descrription": "This room is used by Technical officer and assistant.Mr.Kelum is currently incharge in here", + "tags": [ + "staff" + ], + "accessibility": [ + "TECHNICAL_OFFICERS" + ] +} \ No newline at end of file diff --git a/locations/v1/02/02/index.json b/locations/v1/02/02/index.json new file mode 100644 index 00000000..9b3dc988 --- /dev/null +++ b/locations/v1/02/02/index.json @@ -0,0 +1,21 @@ +{ + "floor": "02", + "id": "02", + "label": "02-02", + "title": "Insructors' Room", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/02/index.json", + "descrription": "This is the room for Instructors and Post Graduate students", + "tags": [ + "staff" + ], + "accessibility": [ + "POSTGRADUATES", + "INSTRUCTORS" + ] +} \ No newline at end of file diff --git a/locations/v1/02/03/index.json b/locations/v1/02/03/index.json new file mode 100644 index 00000000..3f1dd49b --- /dev/null +++ b/locations/v1/02/03/index.json @@ -0,0 +1,24 @@ +{ + "floor": "02", + "id": "03", + "label": "02-03", + "title": "Industrial Automation Laboratory", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "6", + "url": "https://ce.pdn.ac.lk/facilities/industrial-automation-lab", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/03/index.json", + "descrription": "This lab is used for related lab activities", + "tags": [ + "lab" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] +} \ No newline at end of file diff --git a/locations/v1/02/05/index.json b/locations/v1/02/05/index.json new file mode 100644 index 00000000..2ed4e460 --- /dev/null +++ b/locations/v1/02/05/index.json @@ -0,0 +1,20 @@ +{ + "floor": "02", + "id": "05", + "label": "02-05", + "title": "Lecturer's Room 1", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/05/index.json", + "descrription": "https://people.ce.pdn.ac.lk/staff/academic/", + "tags": [ + "staff" + ], + "accessibility": [ + "STAFF" + ] +} \ No newline at end of file diff --git a/locations/v1/02/06/index.json b/locations/v1/02/06/index.json new file mode 100644 index 00000000..4bd6eab4 --- /dev/null +++ b/locations/v1/02/06/index.json @@ -0,0 +1,20 @@ +{ + "floor": "02", + "id": "06", + "label": "02-06", + "title": "Lecturer's Room 2", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/06/index.json", + "descrription": "https://people.ce.pdn.ac.lk/staff/academic/", + "tags": [ + "staff" + ], + "accessibility": [ + "STAFF" + ] +} \ No newline at end of file diff --git a/locations/v1/02/07/index.json b/locations/v1/02/07/index.json new file mode 100644 index 00000000..b6d7b0a4 --- /dev/null +++ b/locations/v1/02/07/index.json @@ -0,0 +1,20 @@ +{ + "floor": "02", + "id": "07", + "label": "02-07", + "title": "Lecturer's Room 3", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/07/index.json", + "descrription": "https://people.ce.pdn.ac.lk/staff/academic/", + "tags": [ + "staff" + ], + "accessibility": [ + "STAFF" + ] +} \ No newline at end of file diff --git a/locations/v1/02/08/index.json b/locations/v1/02/08/index.json new file mode 100644 index 00000000..b00259ac --- /dev/null +++ b/locations/v1/02/08/index.json @@ -0,0 +1,20 @@ +{ + "floor": "02", + "id": "08", + "label": "02-08", + "title": "Lecturer's Room 4", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/08/index.json", + "descrription": "https://people.ce.pdn.ac.lk/staff/academic/", + "tags": [ + "staff" + ], + "accessibility": [ + "STAFF" + ] +} \ No newline at end of file diff --git a/locations/v1/02/09/index.json b/locations/v1/02/09/index.json new file mode 100644 index 00000000..e7b5220b --- /dev/null +++ b/locations/v1/02/09/index.json @@ -0,0 +1,24 @@ +{ + "floor": "02", + "id": "09", + "label": "02-09", + "title": "Discussion Room", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/09/index.json", + "descrription": "This room is used to have discussions of projects,activities etc", + "tags": [ + "public" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] +} \ No newline at end of file diff --git a/locations/v1/02/CR01/index.json b/locations/v1/02/CR01/index.json new file mode 100644 index 00000000..665bcfc7 --- /dev/null +++ b/locations/v1/02/CR01/index.json @@ -0,0 +1,24 @@ +{ + "floor": "02", + "id": "CR01", + "label": "02-CR01", + "title": "Corridor", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/CR01/index.json", + "descrription": "This corridor can be used to reach discussion room,Hardware & CI lab,TO room and Main room", + "tags": [ + "public" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] +} \ No newline at end of file diff --git a/locations/v1/02/ENTR/index.json b/locations/v1/02/ENTR/index.json new file mode 100644 index 00000000..332ecc25 --- /dev/null +++ b/locations/v1/02/ENTR/index.json @@ -0,0 +1,24 @@ +{ + "floor": "02", + "id": "ENTR", + "label": "02-ENTR", + "title": "Main Room", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/ENTR/index.json", + "descrription": "The lift or the staircases to enter other floors can be accessed from here", + "tags": [ + "public" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] +} \ No newline at end of file diff --git a/locations/v1/02/LIFT/index.json b/locations/v1/02/LIFT/index.json new file mode 100644 index 00000000..eab87363 --- /dev/null +++ b/locations/v1/02/LIFT/index.json @@ -0,0 +1,20 @@ +{ + "floor": "02", + "id": "LIFT", + "label": "02-LIFT", + "title": "Lift", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/LIFT/index.json", + "descrription": "Can be used to enter other floors", + "tags": [ + "public" + ], + "accessibility": [ + "NONE" + ] +} \ No newline at end of file diff --git a/locations/v1/02/OP/index.json b/locations/v1/02/OP/index.json new file mode 100644 index 00000000..5d789ebf --- /dev/null +++ b/locations/v1/02/OP/index.json @@ -0,0 +1,20 @@ +{ + "floor": "02", + "id": "OP", + "label": "02-OP", + "title": "Operator-room", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/OP/index.json", + "descrription": "", + "tags": [ + "authorized" + ], + "accessibility": [ + "TECHNICAL_OFFICERS" + ] +} \ No newline at end of file diff --git a/locations/v1/02/index.json b/locations/v1/02/index.json new file mode 100644 index 00000000..d23901a2 --- /dev/null +++ b/locations/v1/02/index.json @@ -0,0 +1,286 @@ +{ + "title": "02", + "locations": [ + { + "floor": "02", + "id": "01", + "label": "02-01", + "title": "Technical Offcer's room", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/01/index.json", + "descrription": "This room is used by Technical officer and assistant.Mr.Kelum is currently incharge in here", + "tags": [ + "staff" + ], + "accessibility": [ + "TECHNICAL_OFFICERS" + ] + }, + { + "floor": "02", + "id": "02", + "label": "02-02", + "title": "Insructors' Room", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/02/index.json", + "descrription": "This is the room for Instructors and Post Graduate students", + "tags": [ + "staff" + ], + "accessibility": [ + "POSTGRADUATES", + "INSTRUCTORS" + ] + }, + { + "floor": "02", + "id": "03", + "label": "02-03", + "title": "Industrial Automation Laboratory", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "6", + "url": "https://ce.pdn.ac.lk/facilities/industrial-automation-lab", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/03/index.json", + "descrription": "This lab is used for related lab activities", + "tags": [ + "lab" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] + }, + { + "floor": "02", + "id": "09", + "label": "02-09", + "title": "Discussion Room", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/09/index.json", + "descrription": "This room is used to have discussions of projects,activities etc", + "tags": [ + "public" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] + }, + { + "floor": "02", + "id": "05", + "label": "02-05", + "title": "Lecturer's Room 1", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/05/index.json", + "descrription": "https://people.ce.pdn.ac.lk/staff/academic/", + "tags": [ + "staff" + ], + "accessibility": [ + "STAFF" + ] + }, + { + "floor": "02", + "id": "06", + "label": "02-06", + "title": "Lecturer's Room 2", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/06/index.json", + "descrription": "https://people.ce.pdn.ac.lk/staff/academic/", + "tags": [ + "staff" + ], + "accessibility": [ + "STAFF" + ] + }, + { + "floor": "02", + "id": "07", + "label": "02-07", + "title": "Lecturer's Room 3", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/07/index.json", + "descrription": "https://people.ce.pdn.ac.lk/staff/academic/", + "tags": [ + "staff" + ], + "accessibility": [ + "STAFF" + ] + }, + { + "floor": "02", + "id": "08", + "label": "02-08", + "title": "Lecturer's Room 4", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/08/index.json", + "descrription": "https://people.ce.pdn.ac.lk/staff/academic/", + "tags": [ + "staff" + ], + "accessibility": [ + "STAFF" + ] + }, + { + "floor": "02", + "id": "ENTR", + "label": "02-ENTR", + "title": "Main Room", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/ENTR/index.json", + "descrription": "The lift or the staircases to enter other floors can be accessed from here", + "tags": [ + "public" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] + }, + { + "floor": "02", + "id": "LIFT", + "label": "02-LIFT", + "title": "Lift", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/LIFT/index.json", + "descrription": "Can be used to enter other floors", + "tags": [ + "public" + ], + "accessibility": [ + "NONE" + ] + }, + { + "floor": "02", + "id": "CR01", + "label": "02-CR01", + "title": "Corridor", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/CR01/index.json", + "descrription": "This corridor can be used to reach discussion room,Hardware & CI lab,TO room and Main room", + "tags": [ + "public" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] + }, + { + "floor": "02", + "id": "OP", + "label": "02-OP", + "title": "Operator-room", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/OP/index.json", + "descrription": "", + "tags": [ + "authorized" + ], + "accessibility": [ + "TECHNICAL_OFFICERS" + ] + }, + { + "floor": "02", + "id": "00", + "label": "02-00", + "title": "Hardware & Computer Interfacing Lab", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "60", + "url": "https://ce.pdn.ac.lk/facilities/hardware-and-interfacing-lab/", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/00/index.json", + "descrription": "This lab is used for Digital Design, Embedded Systems and other courses", + "tags": [ + "lab" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] + } + ] +} \ No newline at end of file diff --git a/locations/v1/03/00/index.json b/locations/v1/03/00/index.json new file mode 100644 index 00000000..351c7807 --- /dev/null +++ b/locations/v1/03/00/index.json @@ -0,0 +1,20 @@ +{ + "floor": "03", + "id": "00", + "label": "03-00", + "title": "Lecturer's Room 1", + "contact": { + "tele": "", + "email": "isurunawinne@eng.pdn.ac.lk" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/00/index.json", + "descrription": "", + "tags": [ + "staff" + ], + "accessibility": [ + "STAFF" + ] +} \ No newline at end of file diff --git a/locations/v1/03/01/index.json b/locations/v1/03/01/index.json new file mode 100644 index 00000000..60e3b0bb --- /dev/null +++ b/locations/v1/03/01/index.json @@ -0,0 +1,20 @@ +{ + "floor": "03", + "id": "01", + "label": "03-01", + "title": "Lecturer's Room 2", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/01/index.json", + "descrription": "", + "tags": [ + "staff" + ], + "accessibility": [ + "STAFF" + ] +} \ No newline at end of file diff --git a/locations/v1/03/02/index.json b/locations/v1/03/02/index.json new file mode 100644 index 00000000..f2cc6c54 --- /dev/null +++ b/locations/v1/03/02/index.json @@ -0,0 +1,20 @@ +{ + "floor": "03", + "id": "02", + "label": "03-02", + "title": "Lecturer's Room 3", + "contact": { + "tele": "", + "email": "sithuminie@eng.pdn.ac.lk" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/02/index.json", + "descrription": "", + "tags": [ + "staff" + ], + "accessibility": [ + "STAFF" + ] +} \ No newline at end of file diff --git a/locations/v1/03/03/index.json b/locations/v1/03/03/index.json new file mode 100644 index 00000000..8eb73671 --- /dev/null +++ b/locations/v1/03/03/index.json @@ -0,0 +1,20 @@ +{ + "floor": "03", + "id": "03", + "label": "03-03", + "title": "Lecturer's Room 4", + "contact": { + "tele": "", + "email": "mahanamaw@eng.pdn.ac.lk" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/03/index.json", + "descrription": "", + "tags": [ + "staff" + ], + "accessibility": [ + "STAFF" + ] +} \ No newline at end of file diff --git a/locations/v1/03/04/index.json b/locations/v1/03/04/index.json new file mode 100644 index 00000000..ad92150b --- /dev/null +++ b/locations/v1/03/04/index.json @@ -0,0 +1,20 @@ +{ + "floor": "03", + "id": "04", + "label": "03-04", + "title": "Lecturer's Room 5", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/04/index.json", + "descrription": "", + "tags": [ + "staff" + ], + "accessibility": [ + "STAFF" + ] +} \ No newline at end of file diff --git a/locations/v1/03/05/index.json b/locations/v1/03/05/index.json new file mode 100644 index 00000000..9ccd7172 --- /dev/null +++ b/locations/v1/03/05/index.json @@ -0,0 +1,20 @@ +{ + "floor": "03", + "id": "05", + "label": "03-05", + "title": "Lecturer's Room 6", + "contact": { + "tele": "", + "email": "nadeeshaa@eng.pdn.ac.lk" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/05/index.json", + "descrription": "", + "tags": [ + "staff" + ], + "accessibility": [ + "STAFF" + ] +} \ No newline at end of file diff --git a/locations/v1/03/06/index.json b/locations/v1/03/06/index.json new file mode 100644 index 00000000..aa9340c0 --- /dev/null +++ b/locations/v1/03/06/index.json @@ -0,0 +1,21 @@ +{ + "floor": "03", + "id": "06", + "label": "03-06", + "title": "Insructors' Room", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/06/index.json", + "descrription": "This contains a working space for six people and a storage", + "tags": [ + "staff" + ], + "accessibility": [ + "POSTGRADUATES", + "INSTRUCTORS" + ] +} \ No newline at end of file diff --git a/locations/v1/03/07/index.json b/locations/v1/03/07/index.json new file mode 100644 index 00000000..5cad2964 --- /dev/null +++ b/locations/v1/03/07/index.json @@ -0,0 +1,20 @@ +{ + "floor": "03", + "id": "07", + "label": "03-07", + "title": "Technical Offcer's room", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/07/index.json", + "descrription": "This space is Additionally used as material storage", + "tags": [ + "staff" + ], + "accessibility": [ + "TECHNICAL_OFFICERS" + ] +} \ No newline at end of file diff --git a/locations/v1/03/08/index.json b/locations/v1/03/08/index.json new file mode 100644 index 00000000..3035d51e --- /dev/null +++ b/locations/v1/03/08/index.json @@ -0,0 +1,24 @@ +{ + "floor": "03", + "id": "08", + "label": "03-08", + "title": "ESCAL Makerspace Lab", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "20", + "url": "https://ce.pdn.ac.lk/facilities/makerspace", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/08/index.json", + "descrription": "This lab has PLC Board, Industrial Conveyor Belt", + "tags": [ + "lab" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] +} \ No newline at end of file diff --git a/locations/v1/03/09/index.json b/locations/v1/03/09/index.json new file mode 100644 index 00000000..6743f05c --- /dev/null +++ b/locations/v1/03/09/index.json @@ -0,0 +1,24 @@ +{ + "floor": "03", + "id": "09", + "label": "03-09", + "title": "ESCAL Makerspace-Machine Room", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "4", + "url": "https://ce.pdn.ac.lk/facilities/makerspace", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/09/index.json", + "descrription": "This is for MakerSpace Heavy Machinery Work", + "tags": [ + "lab" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] +} \ No newline at end of file diff --git a/locations/v1/03/10/index.json b/locations/v1/03/10/index.json new file mode 100644 index 00000000..29e6d075 --- /dev/null +++ b/locations/v1/03/10/index.json @@ -0,0 +1,24 @@ +{ + "floor": "03", + "id": "10", + "label": "03-10", + "title": "ESCAL Robotics Lab 1", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "12", + "url": "https://ce.pdn.ac.lk/facilities/robotics-lab", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/10/index.json", + "descrription": "This is for Robotics related works", + "tags": [ + "lab" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] +} \ No newline at end of file diff --git a/locations/v1/03/CR01/index.json b/locations/v1/03/CR01/index.json new file mode 100644 index 00000000..b433f245 --- /dev/null +++ b/locations/v1/03/CR01/index.json @@ -0,0 +1,24 @@ +{ + "floor": "03", + "id": "CR01", + "label": "03-CR01", + "title": "Corridor", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/CR01/index.json", + "descrription": "This belongs to floor 3", + "tags": [ + "public" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] +} \ No newline at end of file diff --git a/locations/v1/03/ENTR/index.json b/locations/v1/03/ENTR/index.json new file mode 100644 index 00000000..16bbce9b --- /dev/null +++ b/locations/v1/03/ENTR/index.json @@ -0,0 +1,24 @@ +{ + "floor": "03", + "id": "ENTR", + "label": "03-ENTR", + "title": "Main Room", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/ENTR/index.json", + "descrription": "Entrance and the Exit points are in here", + "tags": [ + "public" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] +} \ No newline at end of file diff --git a/locations/v1/03/LIFT/index.json b/locations/v1/03/LIFT/index.json new file mode 100644 index 00000000..f35567eb --- /dev/null +++ b/locations/v1/03/LIFT/index.json @@ -0,0 +1,20 @@ +{ + "floor": "03", + "id": "LIFT", + "label": "03-LIFT", + "title": "Lift", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/LIFT/index.json", + "descrription": "This belongs to Floor3", + "tags": [ + "public" + ], + "accessibility": [ + "NONE" + ] +} \ No newline at end of file diff --git a/locations/v1/03/OP/index.json b/locations/v1/03/OP/index.json new file mode 100644 index 00000000..66f19ebd --- /dev/null +++ b/locations/v1/03/OP/index.json @@ -0,0 +1,20 @@ +{ + "floor": "03", + "id": "OP", + "label": "03-OP", + "title": "Operator-room", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/OP/index.json", + "descrription": "This belongs to third Floor", + "tags": [ + "authorized" + ], + "accessibility": [ + "TECHNICAL_OFFICERS" + ] +} \ No newline at end of file diff --git a/locations/v1/03/index.json b/locations/v1/03/index.json new file mode 100644 index 00000000..4e5adb05 --- /dev/null +++ b/locations/v1/03/index.json @@ -0,0 +1,326 @@ +{ + "title": "03", + "locations": [ + { + "floor": "03", + "id": "01", + "label": "03-01", + "title": "Lecturer's Room 2", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/01/index.json", + "descrription": "", + "tags": [ + "staff" + ], + "accessibility": [ + "STAFF" + ] + }, + { + "floor": "03", + "id": "02", + "label": "03-02", + "title": "Lecturer's Room 3", + "contact": { + "tele": "", + "email": "sithuminie@eng.pdn.ac.lk" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/02/index.json", + "descrription": "", + "tags": [ + "staff" + ], + "accessibility": [ + "STAFF" + ] + }, + { + "floor": "03", + "id": "03", + "label": "03-03", + "title": "Lecturer's Room 4", + "contact": { + "tele": "", + "email": "mahanamaw@eng.pdn.ac.lk" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/03/index.json", + "descrription": "", + "tags": [ + "staff" + ], + "accessibility": [ + "STAFF" + ] + }, + { + "floor": "03", + "id": "04", + "label": "03-04", + "title": "Lecturer's Room 5", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/04/index.json", + "descrription": "", + "tags": [ + "staff" + ], + "accessibility": [ + "STAFF" + ] + }, + { + "floor": "03", + "id": "05", + "label": "03-05", + "title": "Lecturer's Room 6", + "contact": { + "tele": "", + "email": "nadeeshaa@eng.pdn.ac.lk" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/05/index.json", + "descrription": "", + "tags": [ + "staff" + ], + "accessibility": [ + "STAFF" + ] + }, + { + "floor": "03", + "id": "06", + "label": "03-06", + "title": "Insructors' Room", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/06/index.json", + "descrription": "This contains a working space for six people and a storage", + "tags": [ + "staff" + ], + "accessibility": [ + "POSTGRADUATES", + "INSTRUCTORS" + ] + }, + { + "floor": "03", + "id": "07", + "label": "03-07", + "title": "Technical Offcer's room", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/07/index.json", + "descrription": "This space is Additionally used as material storage", + "tags": [ + "staff" + ], + "accessibility": [ + "TECHNICAL_OFFICERS" + ] + }, + { + "floor": "03", + "id": "08", + "label": "03-08", + "title": "ESCAL Makerspace Lab", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "20", + "url": "https://ce.pdn.ac.lk/facilities/makerspace", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/08/index.json", + "descrription": "This lab has PLC Board, Industrial Conveyor Belt", + "tags": [ + "lab" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] + }, + { + "floor": "03", + "id": "09", + "label": "03-09", + "title": "ESCAL Makerspace-Machine Room", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "4", + "url": "https://ce.pdn.ac.lk/facilities/makerspace", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/09/index.json", + "descrription": "This is for MakerSpace Heavy Machinery Work", + "tags": [ + "lab" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] + }, + { + "floor": "03", + "id": "10", + "label": "03-10", + "title": "ESCAL Robotics Lab 1", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "12", + "url": "https://ce.pdn.ac.lk/facilities/robotics-lab", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/10/index.json", + "descrription": "This is for Robotics related works", + "tags": [ + "lab" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] + }, + { + "floor": "03", + "id": "CR01", + "label": "03-CR01", + "title": "Corridor", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/CR01/index.json", + "descrription": "This belongs to floor 3", + "tags": [ + "public" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] + }, + { + "floor": "03", + "id": "ENTR", + "label": "03-ENTR", + "title": "Main Room", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/ENTR/index.json", + "descrription": "Entrance and the Exit points are in here", + "tags": [ + "public" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] + }, + { + "floor": "03", + "id": "LIFT", + "label": "03-LIFT", + "title": "Lift", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/LIFT/index.json", + "descrription": "This belongs to Floor3", + "tags": [ + "public" + ], + "accessibility": [ + "NONE" + ] + }, + { + "floor": "03", + "id": "OP", + "label": "03-OP", + "title": "Operator-room", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/OP/index.json", + "descrription": "This belongs to third Floor", + "tags": [ + "authorized" + ], + "accessibility": [ + "TECHNICAL_OFFICERS" + ] + }, + { + "floor": "03", + "id": "00", + "label": "03-00", + "title": "Lecturer's Room 1", + "contact": { + "tele": "", + "email": "isurunawinne@eng.pdn.ac.lk" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/00/index.json", + "descrription": "", + "tags": [ + "staff" + ], + "accessibility": [ + "STAFF" + ] + } + ] +} \ No newline at end of file diff --git a/locations/v1/04/00/index.json b/locations/v1/04/00/index.json new file mode 100644 index 00000000..401bd1c1 --- /dev/null +++ b/locations/v1/04/00/index.json @@ -0,0 +1,24 @@ +{ + "floor": "04", + "id": "00", + "label": "04-00", + "title": "ESCAL Computer Vision Lab", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "4", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/00/index.json", + "descrription": "This is for computer vision related projects,work", + "tags": [ + "lab" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] +} \ No newline at end of file diff --git a/locations/v1/04/01/index.json b/locations/v1/04/01/index.json new file mode 100644 index 00000000..2c9c14cf --- /dev/null +++ b/locations/v1/04/01/index.json @@ -0,0 +1,18 @@ +{ + "floor": "04", + "id": "01", + "label": "04-01", + "title": "Incubation Centre 1", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/01/index.json", + "descrription": "", + "tags": [ + "" + ], + "accessibility": [] +} \ No newline at end of file diff --git a/locations/v1/04/02/index.json b/locations/v1/04/02/index.json new file mode 100644 index 00000000..45f4d1e1 --- /dev/null +++ b/locations/v1/04/02/index.json @@ -0,0 +1,18 @@ +{ + "floor": "04", + "id": "02", + "label": "04-02", + "title": "Incubation Centre 2", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/02/index.json", + "descrription": "", + "tags": [ + "" + ], + "accessibility": [] +} \ No newline at end of file diff --git a/locations/v1/04/03/index.json b/locations/v1/04/03/index.json new file mode 100644 index 00000000..86c866b0 --- /dev/null +++ b/locations/v1/04/03/index.json @@ -0,0 +1,18 @@ +{ + "floor": "04", + "id": "03", + "label": "04-03", + "title": "Incubation Centre 3", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/03/index.json", + "descrription": "", + "tags": [ + "" + ], + "accessibility": [] +} \ No newline at end of file diff --git a/locations/v1/04/04/index.json b/locations/v1/04/04/index.json new file mode 100644 index 00000000..33ecce1a --- /dev/null +++ b/locations/v1/04/04/index.json @@ -0,0 +1,18 @@ +{ + "floor": "04", + "id": "04", + "label": "04-04", + "title": "Incubation Centre 4", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/04/index.json", + "descrription": "", + "tags": [ + "" + ], + "accessibility": [] +} \ No newline at end of file diff --git a/locations/v1/04/05/index.json b/locations/v1/04/05/index.json new file mode 100644 index 00000000..4d3eeb31 --- /dev/null +++ b/locations/v1/04/05/index.json @@ -0,0 +1,20 @@ +{ + "floor": "04", + "id": "05", + "label": "04-05", + "title": "Lecturer's Room 1", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/05/index.json", + "descrription": "", + "tags": [ + "staff" + ], + "accessibility": [ + "STAFF" + ] +} \ No newline at end of file diff --git a/locations/v1/04/06/index.json b/locations/v1/04/06/index.json new file mode 100644 index 00000000..67c244a5 --- /dev/null +++ b/locations/v1/04/06/index.json @@ -0,0 +1,20 @@ +{ + "floor": "04", + "id": "06", + "label": "04-06", + "title": "Lecturer's Room 2", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/06/index.json", + "descrription": "", + "tags": [ + "staff" + ], + "accessibility": [ + "STAFF" + ] +} \ No newline at end of file diff --git a/locations/v1/04/07G/index.json b/locations/v1/04/07G/index.json new file mode 100644 index 00000000..31d8e378 --- /dev/null +++ b/locations/v1/04/07G/index.json @@ -0,0 +1,18 @@ +{ + "floor": "04", + "id": "07G", + "label": "04-07G", + "title": "Gents Washroom", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/07G/index.json", + "descrription": "These washromms are For the use of Gents", + "tags": [ + "public" + ], + "accessibility": [] +} \ No newline at end of file diff --git a/locations/v1/04/07L/index.json b/locations/v1/04/07L/index.json new file mode 100644 index 00000000..d4c47e0b --- /dev/null +++ b/locations/v1/04/07L/index.json @@ -0,0 +1,18 @@ +{ + "floor": "04", + "id": "07L", + "label": "04-07L", + "title": "Ladies Washroom", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/07L/index.json", + "descrription": "These washromms are For the use of Ladies", + "tags": [ + "public" + ], + "accessibility": [] +} \ No newline at end of file diff --git a/locations/v1/04/08/index.json b/locations/v1/04/08/index.json new file mode 100644 index 00000000..55a814a1 --- /dev/null +++ b/locations/v1/04/08/index.json @@ -0,0 +1,24 @@ +{ + "floor": "04", + "id": "08", + "label": "04-08", + "title": "Computer Laboratory 1", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "70", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/08/index.json", + "descrription": "This lab has teaching aids, facilities like Multimedia Projector", + "tags": [ + "lab" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] +} \ No newline at end of file diff --git a/locations/v1/04/09/index.json b/locations/v1/04/09/index.json new file mode 100644 index 00000000..11c179d2 --- /dev/null +++ b/locations/v1/04/09/index.json @@ -0,0 +1,20 @@ +{ + "floor": "04", + "id": "09", + "label": "04-09", + "title": "Lecturer's Room 3", + "contact": { + "tele": "", + "email": "dhammika@eng.pdn.ac.lk" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/09/index.json", + "descrription": "", + "tags": [ + "staff" + ], + "accessibility": [ + "STAFF" + ] +} \ No newline at end of file diff --git a/locations/v1/04/10/index.json b/locations/v1/04/10/index.json new file mode 100644 index 00000000..52217263 --- /dev/null +++ b/locations/v1/04/10/index.json @@ -0,0 +1,20 @@ +{ + "floor": "04", + "id": "10", + "label": "04-10", + "title": "Lecturer's Room 4", + "contact": { + "tele": "", + "email": "upuljm@eng.pdn.ac.lk" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/10/index.json", + "descrription": "", + "tags": [ + "staff" + ], + "accessibility": [ + "STAFF" + ] +} \ No newline at end of file diff --git a/locations/v1/04/11/index.json b/locations/v1/04/11/index.json new file mode 100644 index 00000000..1aa87752 --- /dev/null +++ b/locations/v1/04/11/index.json @@ -0,0 +1,20 @@ +{ + "floor": "04", + "id": "11", + "label": "04-11", + "title": "Lecturer's Room 5", + "contact": { + "tele": "", + "email": "alawatugoda@eng.pdn.ac.lk" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/11/index.json", + "descrription": "", + "tags": [ + "staff" + ], + "accessibility": [ + "STAFF" + ] +} \ No newline at end of file diff --git a/locations/v1/04/12/index.json b/locations/v1/04/12/index.json new file mode 100644 index 00000000..02dd0430 --- /dev/null +++ b/locations/v1/04/12/index.json @@ -0,0 +1,20 @@ +{ + "floor": "04", + "id": "12", + "label": "04-12", + "title": "Server room", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "https://ce.pdn.ac.lk/facilities/server-room", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/12/index.json", + "descrription": "This space for Department servers", + "tags": [ + "authorized" + ], + "accessibility": [ + "TECHNICAL_OFFICERS" + ] +} \ No newline at end of file diff --git a/locations/v1/04/13/index.json b/locations/v1/04/13/index.json new file mode 100644 index 00000000..f4aeb62a --- /dev/null +++ b/locations/v1/04/13/index.json @@ -0,0 +1,21 @@ +{ + "floor": "04", + "id": "13", + "label": "04-13", + "title": "Insructors' Room", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/13/index.json", + "descrription": "This contains a working space for two people and a storage", + "tags": [ + "staff" + ], + "accessibility": [ + "POSTGRADUATES", + "INSTRUCTORS" + ] +} \ No newline at end of file diff --git a/locations/v1/04/CR01/index.json b/locations/v1/04/CR01/index.json new file mode 100644 index 00000000..b6bc70d6 --- /dev/null +++ b/locations/v1/04/CR01/index.json @@ -0,0 +1,24 @@ +{ + "floor": "04", + "id": "CR01", + "label": "04-CR01", + "title": "Corridor 1", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/CR01/index.json", + "descrription": "This corridor can be used to reach lift,corridor2,instructor room,staircase,computer lab1 and washrooms", + "tags": [ + "public" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] +} \ No newline at end of file diff --git a/locations/v1/04/CR02/index.json b/locations/v1/04/CR02/index.json new file mode 100644 index 00000000..3e50368f --- /dev/null +++ b/locations/v1/04/CR02/index.json @@ -0,0 +1,24 @@ +{ + "floor": "04", + "id": "CR02", + "label": "04-CR02", + "title": "Corridor 2", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/CR02/index.json", + "descrription": "This corridor can be used to enter to the computer vision lab,main room and operators", + "tags": [ + "public" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] +} \ No newline at end of file diff --git a/locations/v1/04/ENTR/index.json b/locations/v1/04/ENTR/index.json new file mode 100644 index 00000000..421f89d8 --- /dev/null +++ b/locations/v1/04/ENTR/index.json @@ -0,0 +1,24 @@ +{ + "floor": "04", + "id": "ENTR", + "label": "04-ENTR", + "title": "Staircase", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/ENTR/index.json", + "descrription": "Entrance and the Exit points are in here", + "tags": [ + "public" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] +} \ No newline at end of file diff --git a/locations/v1/04/LIFT/index.json b/locations/v1/04/LIFT/index.json new file mode 100644 index 00000000..85aca40a --- /dev/null +++ b/locations/v1/04/LIFT/index.json @@ -0,0 +1,20 @@ +{ + "floor": "04", + "id": "LIFT", + "label": "04-LIFT", + "title": "Lift", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/LIFT/index.json", + "descrription": "Can be used to enter other floors", + "tags": [ + "public" + ], + "accessibility": [ + "NONE" + ] +} \ No newline at end of file diff --git a/locations/v1/04/OP/index.json b/locations/v1/04/OP/index.json new file mode 100644 index 00000000..602dc876 --- /dev/null +++ b/locations/v1/04/OP/index.json @@ -0,0 +1,20 @@ +{ + "floor": "04", + "id": "OP", + "label": "04-OP", + "title": "Operator-room", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/OP/index.json", + "descrription": "", + "tags": [ + "authorized" + ], + "accessibility": [ + "TECHNICAL_OFFICERS" + ] +} \ No newline at end of file diff --git a/locations/v1/04/index.json b/locations/v1/04/index.json new file mode 100644 index 00000000..47ea6049 --- /dev/null +++ b/locations/v1/04/index.json @@ -0,0 +1,414 @@ +{ + "title": "04", + "locations": [ + { + "floor": "04", + "id": "01", + "label": "04-01", + "title": "Incubation Centre 1", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/01/index.json", + "descrription": "", + "tags": [ + "" + ], + "accessibility": [] + }, + { + "floor": "04", + "id": "02", + "label": "04-02", + "title": "Incubation Centre 2", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/02/index.json", + "descrription": "", + "tags": [ + "" + ], + "accessibility": [] + }, + { + "floor": "04", + "id": "03", + "label": "04-03", + "title": "Incubation Centre 3", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/03/index.json", + "descrription": "", + "tags": [ + "" + ], + "accessibility": [] + }, + { + "floor": "04", + "id": "04", + "label": "04-04", + "title": "Incubation Centre 4", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/04/index.json", + "descrription": "", + "tags": [ + "" + ], + "accessibility": [] + }, + { + "floor": "04", + "id": "00", + "label": "04-00", + "title": "ESCAL Computer Vision Lab", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "4", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/00/index.json", + "descrription": "This is for computer vision related projects,work", + "tags": [ + "lab" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] + }, + { + "floor": "04", + "id": "05", + "label": "04-05", + "title": "Lecturer's Room 1", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/05/index.json", + "descrription": "", + "tags": [ + "staff" + ], + "accessibility": [ + "STAFF" + ] + }, + { + "floor": "04", + "id": "06", + "label": "04-06", + "title": "Lecturer's Room 2", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/06/index.json", + "descrription": "", + "tags": [ + "staff" + ], + "accessibility": [ + "STAFF" + ] + }, + { + "floor": "04", + "id": "08", + "label": "04-08", + "title": "Computer Laboratory 1", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "70", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/08/index.json", + "descrription": "This lab has teaching aids, facilities like Multimedia Projector", + "tags": [ + "lab" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] + }, + { + "floor": "04", + "id": "09", + "label": "04-09", + "title": "Lecturer's Room 3", + "contact": { + "tele": "", + "email": "dhammika@eng.pdn.ac.lk" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/09/index.json", + "descrription": "", + "tags": [ + "staff" + ], + "accessibility": [ + "STAFF" + ] + }, + { + "floor": "04", + "id": "10", + "label": "04-10", + "title": "Lecturer's Room 4", + "contact": { + "tele": "", + "email": "upuljm@eng.pdn.ac.lk" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/10/index.json", + "descrription": "", + "tags": [ + "staff" + ], + "accessibility": [ + "STAFF" + ] + }, + { + "floor": "04", + "id": "11", + "label": "04-11", + "title": "Lecturer's Room 5", + "contact": { + "tele": "", + "email": "alawatugoda@eng.pdn.ac.lk" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/11/index.json", + "descrription": "", + "tags": [ + "staff" + ], + "accessibility": [ + "STAFF" + ] + }, + { + "floor": "04", + "id": "12", + "label": "04-12", + "title": "Server room", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "https://ce.pdn.ac.lk/facilities/server-room", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/12/index.json", + "descrription": "This space for Department servers", + "tags": [ + "authorized" + ], + "accessibility": [ + "TECHNICAL_OFFICERS" + ] + }, + { + "floor": "04", + "id": "13", + "label": "04-13", + "title": "Insructors' Room", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/13/index.json", + "descrription": "This contains a working space for two people and a storage", + "tags": [ + "staff" + ], + "accessibility": [ + "POSTGRADUATES", + "INSTRUCTORS" + ] + }, + { + "floor": "04", + "id": "07L", + "label": "04-07L", + "title": "Ladies Washroom", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/07L/index.json", + "descrription": "These washromms are For the use of Ladies", + "tags": [ + "public" + ], + "accessibility": [] + }, + { + "floor": "04", + "id": "07G", + "label": "04-07G", + "title": "Gents Washroom", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/07G/index.json", + "descrription": "These washromms are For the use of Gents", + "tags": [ + "public" + ], + "accessibility": [] + }, + { + "floor": "04", + "id": "ENTR", + "label": "04-ENTR", + "title": "Staircase", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/ENTR/index.json", + "descrription": "Entrance and the Exit points are in here", + "tags": [ + "public" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] + }, + { + "floor": "04", + "id": "CR01", + "label": "04-CR01", + "title": "Corridor 1", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/CR01/index.json", + "descrription": "This corridor can be used to reach lift,corridor2,instructor room,staircase,computer lab1 and washrooms", + "tags": [ + "public" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] + }, + { + "floor": "04", + "id": "LIFT", + "label": "04-LIFT", + "title": "Lift", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/LIFT/index.json", + "descrription": "Can be used to enter other floors", + "tags": [ + "public" + ], + "accessibility": [ + "NONE" + ] + }, + { + "floor": "04", + "id": "OP", + "label": "04-OP", + "title": "Operator-room", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/OP/index.json", + "descrription": "", + "tags": [ + "authorized" + ], + "accessibility": [ + "TECHNICAL_OFFICERS" + ] + }, + { + "floor": "04", + "id": "CR02", + "label": "04-CR02", + "title": "Corridor 2", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/CR02/index.json", + "descrription": "This corridor can be used to enter to the computer vision lab,main room and operators", + "tags": [ + "public" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] + } + ] +} \ No newline at end of file diff --git a/locations/v1/G/01/index.json b/locations/v1/G/01/index.json new file mode 100644 index 00000000..d8a4fbb6 --- /dev/null +++ b/locations/v1/G/01/index.json @@ -0,0 +1,24 @@ +{ + "floor": "G", + "id": "01", + "label": "G-01", + "title": "Department Office", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "http://www.ce.pdn.ac.lk/", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/01/index.json", + "descrription": "", + "tags": [ + "public" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] +} \ No newline at end of file diff --git a/locations/v1/G/02/index.json b/locations/v1/G/02/index.json new file mode 100644 index 00000000..cdaba629 --- /dev/null +++ b/locations/v1/G/02/index.json @@ -0,0 +1,25 @@ +{ + "floor": "G", + "id": "02", + "label": "G-02", + "title": "HoD Office", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/02/index.json", + "descrription": "", + "tags": [ + "private", + " staff" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] +} \ No newline at end of file diff --git a/locations/v1/G/03/index.json b/locations/v1/G/03/index.json new file mode 100644 index 00000000..bca5c5f1 --- /dev/null +++ b/locations/v1/G/03/index.json @@ -0,0 +1,24 @@ +{ + "floor": "G", + "id": "03", + "label": "G-03", + "title": "Conference Room", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "15", + "url": "https://ce.pdn.ac.lk/facilities/conference-room/", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/03/index.json", + "descrription": "This is for official gatherings", + "tags": [ + "public" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] +} \ No newline at end of file diff --git a/locations/v1/G/04/index.json b/locations/v1/G/04/index.json new file mode 100644 index 00000000..4189c16d --- /dev/null +++ b/locations/v1/G/04/index.json @@ -0,0 +1,24 @@ +{ + "floor": "G", + "id": "04", + "label": "G-04", + "title": "Central Lobby", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/04/index.json", + "descrription": "This is a transit area", + "tags": [ + "public" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] +} \ No newline at end of file diff --git a/locations/v1/G/05/index.json b/locations/v1/G/05/index.json new file mode 100644 index 00000000..c53d2a8f --- /dev/null +++ b/locations/v1/G/05/index.json @@ -0,0 +1,20 @@ +{ + "floor": "G", + "id": "05", + "label": "G-05", + "title": "Filing Room & Storage", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/05/index.json", + "descrription": "It has a Storage area", + "tags": [ + "authorized" + ], + "accessibility": [ + "TECHNICAL_OFFICERS" + ] +} \ No newline at end of file diff --git a/locations/v1/G/06/index.json b/locations/v1/G/06/index.json new file mode 100644 index 00000000..ae899074 --- /dev/null +++ b/locations/v1/G/06/index.json @@ -0,0 +1,22 @@ +{ + "floor": "G", + "id": "06", + "label": "G-06", + "title": "Staff Common Room 1", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/06/index.json", + "descrription": "Currently used by TOs", + "tags": [ + "staff" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "INSTRUCTORS" + ] +} \ No newline at end of file diff --git a/locations/v1/G/07/index.json b/locations/v1/G/07/index.json new file mode 100644 index 00000000..9295c974 --- /dev/null +++ b/locations/v1/G/07/index.json @@ -0,0 +1,22 @@ +{ + "floor": "G", + "id": "07", + "label": "G-07", + "title": "Staff Common Room 2", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/07/index.json", + "descrription": "to be used for lunch, tea and other informal gatherings.", + "tags": [ + "staff" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "INSTRUCTORS" + ] +} \ No newline at end of file diff --git a/locations/v1/G/08/index.json b/locations/v1/G/08/index.json new file mode 100644 index 00000000..331de7cb --- /dev/null +++ b/locations/v1/G/08/index.json @@ -0,0 +1,24 @@ +{ + "floor": "G", + "id": "08", + "label": "G-08", + "title": "Open Lab 1", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "30-40", + "url": "https://ce.pdn.ac.lk/facilities/open-lab", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/08/index.json", + "descrription": "Whiteboards and facilities for using laptops", + "tags": [ + "lab" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] +} \ No newline at end of file diff --git a/locations/v1/G/09/index.json b/locations/v1/G/09/index.json new file mode 100644 index 00000000..7642a353 --- /dev/null +++ b/locations/v1/G/09/index.json @@ -0,0 +1,24 @@ +{ + "floor": "G", + "id": "09", + "label": "G-09", + "title": "Open Lab 2", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "5-10", + "url": "https://ce.pdn.ac.lk/facilities/open-lab", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/09/index.json", + "descrription": "Open lab with Sofa and some seating arrangements", + "tags": [ + "lab" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] +} \ No newline at end of file diff --git a/locations/v1/G/10G/index.json b/locations/v1/G/10G/index.json new file mode 100644 index 00000000..b7b2a934 --- /dev/null +++ b/locations/v1/G/10G/index.json @@ -0,0 +1,18 @@ +{ + "floor": "G", + "id": "10G", + "label": "G-10G", + "title": "Gents Washrooms", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/10G/index.json", + "descrription": "", + "tags": [ + "public" + ], + "accessibility": [] +} \ No newline at end of file diff --git a/locations/v1/G/10L/index.json b/locations/v1/G/10L/index.json new file mode 100644 index 00000000..d45bde66 --- /dev/null +++ b/locations/v1/G/10L/index.json @@ -0,0 +1,18 @@ +{ + "floor": "G", + "id": "10L", + "label": "G-10L", + "title": "Ladies Washrooms", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/10L/index.json", + "descrription": "", + "tags": [ + "public" + ], + "accessibility": [] +} \ No newline at end of file diff --git a/locations/v1/G/11/index.json b/locations/v1/G/11/index.json new file mode 100644 index 00000000..f5bb6ce5 --- /dev/null +++ b/locations/v1/G/11/index.json @@ -0,0 +1,24 @@ +{ + "floor": "G", + "id": "11", + "label": "G-11", + "title": "Open lab Entry Lobby", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/11/index.json", + "descrription": "Providing after hours access to G-08 and G-09", + "tags": [ + "public" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] +} \ No newline at end of file diff --git a/locations/v1/G/18/index.json b/locations/v1/G/18/index.json new file mode 100644 index 00000000..c0a50b50 --- /dev/null +++ b/locations/v1/G/18/index.json @@ -0,0 +1,24 @@ +{ + "floor": "G", + "id": "18", + "label": "G-18", + "title": "Entrance Lobby", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/18/index.json", + "descrription": "This is the entrance area", + "tags": [ + "public" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] +} \ No newline at end of file diff --git a/locations/v1/G/CR01/index.json b/locations/v1/G/CR01/index.json new file mode 100644 index 00000000..cbb9610b --- /dev/null +++ b/locations/v1/G/CR01/index.json @@ -0,0 +1,24 @@ +{ + "floor": "G", + "id": "CR01", + "label": "G-CR01", + "title": "Corridor", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/CR01/index.json", + "descrription": "This corridor connects central lobby,department office,conference room, operator room", + "tags": [ + "public" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] +} \ No newline at end of file diff --git a/locations/v1/G/LIFT/index.json b/locations/v1/G/LIFT/index.json new file mode 100644 index 00000000..2e1eea9d --- /dev/null +++ b/locations/v1/G/LIFT/index.json @@ -0,0 +1,20 @@ +{ + "floor": "G", + "id": "LIFT", + "label": "G-LIFT", + "title": "Lift", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/LIFT/index.json", + "descrription": "Can be used to enter other floors", + "tags": [ + "public" + ], + "accessibility": [ + "NONE" + ] +} \ No newline at end of file diff --git a/locations/v1/G/OP/index.json b/locations/v1/G/OP/index.json new file mode 100644 index 00000000..1f8a0b9d --- /dev/null +++ b/locations/v1/G/OP/index.json @@ -0,0 +1,20 @@ +{ + "floor": "G", + "id": "OP", + "label": "G-OP", + "title": "Operator-room", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/OP/index.json", + "descrription": "", + "tags": [ + "authorized" + ], + "accessibility": [ + "TECHNICAL_OFFICERS" + ] +} \ No newline at end of file diff --git a/locations/v1/G/OUTSIDE/index.json b/locations/v1/G/OUTSIDE/index.json new file mode 100644 index 00000000..a0074e56 --- /dev/null +++ b/locations/v1/G/OUTSIDE/index.json @@ -0,0 +1,24 @@ +{ + "floor": "G", + "id": "OUTSIDE", + "label": "G-OUTSIDE", + "title": "Garden", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/OUTSIDE/index.json", + "descrription": "", + "tags": [ + "public" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] +} \ No newline at end of file diff --git a/locations/v1/G/index.json b/locations/v1/G/index.json new file mode 100644 index 00000000..e2f7f166 --- /dev/null +++ b/locations/v1/G/index.json @@ -0,0 +1,470 @@ +{ + "title": "G", + "locations": [ + { + "floor": "G", + "id": "01", + "label": "G-01", + "title": "Department Office", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "http://www.ce.pdn.ac.lk/", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/01/index.json", + "descrription": "", + "tags": [ + "public" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] + }, + { + "floor": "G", + "id": "02", + "label": "G-02", + "title": "HoD Office", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/02/index.json", + "descrription": "", + "tags": [ + "private", + " staff" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] + }, + { + "floor": "G", + "id": "03", + "label": "G-03", + "title": "Conference Room", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "15", + "url": "https://ce.pdn.ac.lk/facilities/conference-room/", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/03/index.json", + "descrription": "This is for official gatherings", + "tags": [ + "public" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] + }, + { + "floor": "G", + "id": "04", + "label": "G-04", + "title": "Central Lobby", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/04/index.json", + "descrription": "This is a transit area", + "tags": [ + "public" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] + }, + { + "floor": "G", + "id": "05", + "label": "G-05", + "title": "Filing Room & Storage", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/05/index.json", + "descrription": "It has a Storage area", + "tags": [ + "authorized" + ], + "accessibility": [ + "TECHNICAL_OFFICERS" + ] + }, + { + "floor": "G", + "id": "06", + "label": "G-06", + "title": "Staff Common Room 1", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/06/index.json", + "descrription": "Currently used by TOs", + "tags": [ + "staff" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "INSTRUCTORS" + ] + }, + { + "floor": "G", + "id": "07", + "label": "G-07", + "title": "Staff Common Room 2", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/07/index.json", + "descrription": "to be used for lunch, tea and other informal gatherings.", + "tags": [ + "staff" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "INSTRUCTORS" + ] + }, + { + "floor": "G", + "id": "08", + "label": "G-08", + "title": "Open Lab 1", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "30-40", + "url": "https://ce.pdn.ac.lk/facilities/open-lab", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/08/index.json", + "descrription": "Whiteboards and facilities for using laptops", + "tags": [ + "lab" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] + }, + { + "floor": "G", + "id": "09", + "label": "G-09", + "title": "Open Lab 2", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "5-10", + "url": "https://ce.pdn.ac.lk/facilities/open-lab", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/09/index.json", + "descrription": "Open lab with Sofa and some seating arrangements", + "tags": [ + "lab" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] + }, + { + "floor": "G", + "id": "10G", + "label": "G-10G", + "title": "Gents Washrooms", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/10G/index.json", + "descrription": "", + "tags": [ + "public" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] + }, + { + "floor": "G", + "id": "10L", + "label": "G-10L", + "title": "Ladies Washrooms", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/10L/index.json", + "descrription": "", + "tags": [ + "public" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] + }, + { + "floor": "G", + "id": "11", + "label": "G-11", + "title": "Open lab Entry Lobby", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/11/index.json", + "descrription": "Providing after hours access to G-08 and G-09", + "tags": [ + "public" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] + }, + { + "floor": "G", + "id": "10G", + "label": "G-10G", + "title": "Gents Washrooms", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/10G/index.json", + "descrription": "", + "tags": [ + "public" + ], + "accessibility": [] + }, + { + "floor": "G", + "id": "10G", + "label": "G-10G", + "title": "Gents Washrooms", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/10G/index.json", + "descrription": "", + "tags": [ + "public" + ], + "accessibility": [] + }, + { + "floor": "G", + "id": "10L", + "label": "G-10L", + "title": "Ladies Washrooms", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/10L/index.json", + "descrription": "", + "tags": [ + "public" + ], + "accessibility": [] + }, + { + "floor": "G", + "id": "10L", + "label": "G-10L", + "title": "Ladies Washrooms", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/10L/index.json", + "descrription": "", + "tags": [ + "public" + ], + "accessibility": [] + }, + { + "floor": "G", + "id": "OUTSIDE", + "label": "G-OUTSIDE", + "title": "Garden", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/OUTSIDE/index.json", + "descrription": "", + "tags": [ + "public" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] + }, + { + "floor": "G", + "id": "CR01", + "label": "G-CR01", + "title": "Corridor", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/CR01/index.json", + "descrription": "This corridor connects central lobby,department office,conference room, operator room", + "tags": [ + "public" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] + }, + { + "floor": "G", + "id": "LIFT", + "label": "G-LIFT", + "title": "Lift", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/LIFT/index.json", + "descrription": "Can be used to enter other floors", + "tags": [ + "public" + ], + "accessibility": [ + "NONE" + ] + }, + { + "floor": "G", + "id": "OP", + "label": "G-OP", + "title": "Operator-room", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/OP/index.json", + "descrription": "", + "tags": [ + "authorized" + ], + "accessibility": [ + "TECHNICAL_OFFICERS" + ] + }, + { + "floor": "G", + "id": "18", + "label": "G-18", + "title": "Entrance Lobby", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/18/index.json", + "descrription": "This is the entrance area", + "tags": [ + "public" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] + } + ] +} \ No newline at end of file diff --git a/locations/v1/all/index.json b/locations/v1/all/index.json new file mode 100644 index 00000000..92099eab --- /dev/null +++ b/locations/v1/all/index.json @@ -0,0 +1,1800 @@ +{ + "G": { + "title": "G", + "locations": [ + { + "floor": "G", + "id": "01", + "label": "G-01", + "title": "Department Office", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "http://www.ce.pdn.ac.lk/", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/01/index.json", + "descrription": "", + "tags": [ + "public" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] + }, + { + "floor": "G", + "id": "02", + "label": "G-02", + "title": "HoD Office", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/02/index.json", + "descrription": "", + "tags": [ + "private", + " staff" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] + }, + { + "floor": "G", + "id": "03", + "label": "G-03", + "title": "Conference Room", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "15", + "url": "https://ce.pdn.ac.lk/facilities/conference-room/", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/03/index.json", + "descrription": "This is for official gatherings", + "tags": [ + "public" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] + }, + { + "floor": "G", + "id": "04", + "label": "G-04", + "title": "Central Lobby", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/04/index.json", + "descrription": "This is a transit area", + "tags": [ + "public" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] + }, + { + "floor": "G", + "id": "05", + "label": "G-05", + "title": "Filing Room & Storage", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/05/index.json", + "descrription": "It has a Storage area", + "tags": [ + "authorized" + ], + "accessibility": [ + "TECHNICAL_OFFICERS" + ] + }, + { + "floor": "G", + "id": "06", + "label": "G-06", + "title": "Staff Common Room 1", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/06/index.json", + "descrription": "Currently used by TOs", + "tags": [ + "staff" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "INSTRUCTORS" + ] + }, + { + "floor": "G", + "id": "07", + "label": "G-07", + "title": "Staff Common Room 2", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/07/index.json", + "descrription": "to be used for lunch, tea and other informal gatherings.", + "tags": [ + "staff" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "INSTRUCTORS" + ] + }, + { + "floor": "G", + "id": "08", + "label": "G-08", + "title": "Open Lab 1", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "30-40", + "url": "https://ce.pdn.ac.lk/facilities/open-lab", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/08/index.json", + "descrription": "Whiteboards and facilities for using laptops", + "tags": [ + "lab" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] + }, + { + "floor": "G", + "id": "09", + "label": "G-09", + "title": "Open Lab 2", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "5-10", + "url": "https://ce.pdn.ac.lk/facilities/open-lab", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/09/index.json", + "descrription": "Open lab with Sofa and some seating arrangements", + "tags": [ + "lab" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] + }, + { + "floor": "G", + "id": "10G", + "label": "G-10G", + "title": "Gents Washrooms", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/10G/index.json", + "descrription": "", + "tags": [ + "public" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] + }, + { + "floor": "G", + "id": "10L", + "label": "G-10L", + "title": "Ladies Washrooms", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/10L/index.json", + "descrription": "", + "tags": [ + "public" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] + }, + { + "floor": "G", + "id": "11", + "label": "G-11", + "title": "Open lab Entry Lobby", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/11/index.json", + "descrription": "Providing after hours access to G-08 and G-09", + "tags": [ + "public" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] + }, + { + "floor": "G", + "id": "10G", + "label": "G-10G", + "title": "Gents Washrooms", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/10G/index.json", + "descrription": "", + "tags": [ + "public" + ], + "accessibility": [] + }, + { + "floor": "G", + "id": "10G", + "label": "G-10G", + "title": "Gents Washrooms", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/10G/index.json", + "descrription": "", + "tags": [ + "public" + ], + "accessibility": [] + }, + { + "floor": "G", + "id": "10L", + "label": "G-10L", + "title": "Ladies Washrooms", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/10L/index.json", + "descrription": "", + "tags": [ + "public" + ], + "accessibility": [] + }, + { + "floor": "G", + "id": "10L", + "label": "G-10L", + "title": "Ladies Washrooms", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/10L/index.json", + "descrription": "", + "tags": [ + "public" + ], + "accessibility": [] + }, + { + "floor": "G", + "id": "OUTSIDE", + "label": "G-OUTSIDE", + "title": "Garden", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/OUTSIDE/index.json", + "descrription": "", + "tags": [ + "public" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] + }, + { + "floor": "G", + "id": "CR01", + "label": "G-CR01", + "title": "Corridor", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/CR01/index.json", + "descrription": "This corridor connects central lobby,department office,conference room, operator room", + "tags": [ + "public" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] + }, + { + "floor": "G", + "id": "LIFT", + "label": "G-LIFT", + "title": "Lift", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/LIFT/index.json", + "descrription": "Can be used to enter other floors", + "tags": [ + "public" + ], + "accessibility": [ + "NONE" + ] + }, + { + "floor": "G", + "id": "OP", + "label": "G-OP", + "title": "Operator-room", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/OP/index.json", + "descrription": "", + "tags": [ + "authorized" + ], + "accessibility": [ + "TECHNICAL_OFFICERS" + ] + }, + { + "floor": "G", + "id": "18", + "label": "G-18", + "title": "Entrance Lobby", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/18/index.json", + "descrription": "This is the entrance area", + "tags": [ + "public" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] + } + ] + }, + "01": { + "title": "01", + "locations": [ + { + "floor": "01", + "id": "01", + "label": "01-01", + "title": "Technical Officer's room", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/01/index.json", + "descrription": "This belongs to first Floor", + "tags": [ + "staff" + ], + "accessibility": [ + "TECHNICAL_OFFICERS" + ] + }, + { + "floor": "01", + "id": "02", + "label": "01-02", + "title": "Insructors' Room", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/02/index.json", + "descrription": "This contains a working space for four", + "tags": [ + "staff" + ], + "accessibility": [ + "POSTGRADUATES", + "INSTRUCTORS" + ] + }, + { + "floor": "01", + "id": "03", + "label": "01-03", + "title": "Lecturer's Room 1", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/03/index.json", + "descrription": "", + "tags": [ + "staff" + ], + "accessibility": [ + "STAFF" + ] + }, + { + "floor": "01", + "id": "04", + "label": "01-04", + "title": "Lecturer's Room 2", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/04/index.json", + "descrription": "", + "tags": [ + "staff" + ], + "accessibility": [ + "STAFF" + ] + }, + { + "floor": "01", + "id": "05", + "label": "01-05", + "title": "Lecturer's Room 3", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/05/index.json", + "descrription": "", + "tags": [ + "staff" + ], + "accessibility": [ + "STAFF" + ] + }, + { + "floor": "01", + "id": "06", + "label": "01-06", + "title": "Lecturer's Room 4", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/06/index.json", + "descrription": "", + "tags": [ + "staff" + ], + "accessibility": [ + "STAFF" + ] + }, + { + "floor": "01", + "id": "07", + "label": "01-07", + "title": "Lecturer's Room 5", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/07/index.json", + "descrription": "", + "tags": [ + "staff" + ], + "accessibility": [ + "STAFF" + ] + }, + { + "floor": "01", + "id": "08", + "label": "01-08", + "title": "Lecturer's Room 6", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/08/index.json", + "descrription": "", + "tags": [ + "staff" + ], + "accessibility": [ + "STAFF" + ] + }, + { + "floor": "01", + "id": "09", + "label": "01-09", + "title": "Network & Communication Lab", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "30", + "url": "https://ce.pdn.ac.lk/facilities/networking-lab", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/09/index.json", + "descrription": "This lab has Computers, Networking Devices etc.", + "tags": [ + "lab" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] + }, + { + "floor": "01", + "id": "CR01", + "label": "01-CR01", + "title": "Corridor-01", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/CR01/index.json", + "descrription": "This belongs to floor 1", + "tags": [ + "public" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] + }, + { + "floor": "01", + "id": "ENTR", + "label": "01-ENTR", + "title": "Main Room", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/ENTR/index.json", + "descrription": "Entrance and the Exit points are in here", + "tags": [ + "public" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] + }, + { + "floor": "01", + "id": "OP", + "label": "01-OP", + "title": "Operator-room", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/OP/index.json", + "descrription": "This belongs to Floor1", + "tags": [ + "authorized" + ], + "accessibility": [ + "TECHNICAL_OFFICERS" + ] + }, + { + "floor": "01", + "id": "LIFT", + "label": "01-LIFT", + "title": "Lift", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/LIFT/index.json", + "descrription": "This belongs to Floor1", + "tags": [ + "public" + ], + "accessibility": [ + "NONE" + ] + }, + { + "floor": "01", + "id": "00", + "label": "01-00", + "title": "Computer Laboratory 2", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "64", + "url": "https://ce.pdn.ac.lk/facilities/computer-lab2", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/00/index.json", + "descrription": "This lab contains 2 built in projectors and screens and 64 computers", + "tags": [ + "lab" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] + } + ] + }, + "02": { + "title": "02", + "locations": [ + { + "floor": "02", + "id": "01", + "label": "02-01", + "title": "Technical Offcer's room", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/01/index.json", + "descrription": "This room is used by Technical officer and assistant.Mr.Kelum is currently incharge in here", + "tags": [ + "staff" + ], + "accessibility": [ + "TECHNICAL_OFFICERS" + ] + }, + { + "floor": "02", + "id": "02", + "label": "02-02", + "title": "Insructors' Room", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/02/index.json", + "descrription": "This is the room for Instructors and Post Graduate students", + "tags": [ + "staff" + ], + "accessibility": [ + "POSTGRADUATES", + "INSTRUCTORS" + ] + }, + { + "floor": "02", + "id": "03", + "label": "02-03", + "title": "Industrial Automation Laboratory", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "6", + "url": "https://ce.pdn.ac.lk/facilities/industrial-automation-lab", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/03/index.json", + "descrription": "This lab is used for related lab activities", + "tags": [ + "lab" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] + }, + { + "floor": "02", + "id": "09", + "label": "02-09", + "title": "Discussion Room", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/09/index.json", + "descrription": "This room is used to have discussions of projects,activities etc", + "tags": [ + "public" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] + }, + { + "floor": "02", + "id": "05", + "label": "02-05", + "title": "Lecturer's Room 1", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/05/index.json", + "descrription": "https://people.ce.pdn.ac.lk/staff/academic/", + "tags": [ + "staff" + ], + "accessibility": [ + "STAFF" + ] + }, + { + "floor": "02", + "id": "06", + "label": "02-06", + "title": "Lecturer's Room 2", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/06/index.json", + "descrription": "https://people.ce.pdn.ac.lk/staff/academic/", + "tags": [ + "staff" + ], + "accessibility": [ + "STAFF" + ] + }, + { + "floor": "02", + "id": "07", + "label": "02-07", + "title": "Lecturer's Room 3", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/07/index.json", + "descrription": "https://people.ce.pdn.ac.lk/staff/academic/", + "tags": [ + "staff" + ], + "accessibility": [ + "STAFF" + ] + }, + { + "floor": "02", + "id": "08", + "label": "02-08", + "title": "Lecturer's Room 4", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/08/index.json", + "descrription": "https://people.ce.pdn.ac.lk/staff/academic/", + "tags": [ + "staff" + ], + "accessibility": [ + "STAFF" + ] + }, + { + "floor": "02", + "id": "ENTR", + "label": "02-ENTR", + "title": "Main Room", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/ENTR/index.json", + "descrription": "The lift or the staircases to enter other floors can be accessed from here", + "tags": [ + "public" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] + }, + { + "floor": "02", + "id": "LIFT", + "label": "02-LIFT", + "title": "Lift", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/LIFT/index.json", + "descrription": "Can be used to enter other floors", + "tags": [ + "public" + ], + "accessibility": [ + "NONE" + ] + }, + { + "floor": "02", + "id": "CR01", + "label": "02-CR01", + "title": "Corridor", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/CR01/index.json", + "descrription": "This corridor can be used to reach discussion room,Hardware & CI lab,TO room and Main room", + "tags": [ + "public" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] + }, + { + "floor": "02", + "id": "OP", + "label": "02-OP", + "title": "Operator-room", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/OP/index.json", + "descrription": "", + "tags": [ + "authorized" + ], + "accessibility": [ + "TECHNICAL_OFFICERS" + ] + }, + { + "floor": "02", + "id": "00", + "label": "02-00", + "title": "Hardware & Computer Interfacing Lab", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "60", + "url": "https://ce.pdn.ac.lk/facilities/hardware-and-interfacing-lab/", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/00/index.json", + "descrription": "This lab is used for Digital Design, Embedded Systems and other courses", + "tags": [ + "lab" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] + } + ] + }, + "03": { + "title": "03", + "locations": [ + { + "floor": "03", + "id": "01", + "label": "03-01", + "title": "Lecturer's Room 2", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/01/index.json", + "descrription": "", + "tags": [ + "staff" + ], + "accessibility": [ + "STAFF" + ] + }, + { + "floor": "03", + "id": "02", + "label": "03-02", + "title": "Lecturer's Room 3", + "contact": { + "tele": "", + "email": "sithuminie@eng.pdn.ac.lk" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/02/index.json", + "descrription": "", + "tags": [ + "staff" + ], + "accessibility": [ + "STAFF" + ] + }, + { + "floor": "03", + "id": "03", + "label": "03-03", + "title": "Lecturer's Room 4", + "contact": { + "tele": "", + "email": "mahanamaw@eng.pdn.ac.lk" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/03/index.json", + "descrription": "", + "tags": [ + "staff" + ], + "accessibility": [ + "STAFF" + ] + }, + { + "floor": "03", + "id": "04", + "label": "03-04", + "title": "Lecturer's Room 5", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/04/index.json", + "descrription": "", + "tags": [ + "staff" + ], + "accessibility": [ + "STAFF" + ] + }, + { + "floor": "03", + "id": "05", + "label": "03-05", + "title": "Lecturer's Room 6", + "contact": { + "tele": "", + "email": "nadeeshaa@eng.pdn.ac.lk" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/05/index.json", + "descrription": "", + "tags": [ + "staff" + ], + "accessibility": [ + "STAFF" + ] + }, + { + "floor": "03", + "id": "06", + "label": "03-06", + "title": "Insructors' Room", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/06/index.json", + "descrription": "This contains a working space for six people and a storage", + "tags": [ + "staff" + ], + "accessibility": [ + "POSTGRADUATES", + "INSTRUCTORS" + ] + }, + { + "floor": "03", + "id": "07", + "label": "03-07", + "title": "Technical Offcer's room", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/07/index.json", + "descrription": "This space is Additionally used as material storage", + "tags": [ + "staff" + ], + "accessibility": [ + "TECHNICAL_OFFICERS" + ] + }, + { + "floor": "03", + "id": "08", + "label": "03-08", + "title": "ESCAL Makerspace Lab", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "20", + "url": "https://ce.pdn.ac.lk/facilities/makerspace", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/08/index.json", + "descrription": "This lab has PLC Board, Industrial Conveyor Belt", + "tags": [ + "lab" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] + }, + { + "floor": "03", + "id": "09", + "label": "03-09", + "title": "ESCAL Makerspace-Machine Room", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "4", + "url": "https://ce.pdn.ac.lk/facilities/makerspace", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/09/index.json", + "descrription": "This is for MakerSpace Heavy Machinery Work", + "tags": [ + "lab" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] + }, + { + "floor": "03", + "id": "10", + "label": "03-10", + "title": "ESCAL Robotics Lab 1", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "12", + "url": "https://ce.pdn.ac.lk/facilities/robotics-lab", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/10/index.json", + "descrription": "This is for Robotics related works", + "tags": [ + "lab" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] + }, + { + "floor": "03", + "id": "CR01", + "label": "03-CR01", + "title": "Corridor", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/CR01/index.json", + "descrription": "This belongs to floor 3", + "tags": [ + "public" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] + }, + { + "floor": "03", + "id": "ENTR", + "label": "03-ENTR", + "title": "Main Room", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/ENTR/index.json", + "descrription": "Entrance and the Exit points are in here", + "tags": [ + "public" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] + }, + { + "floor": "03", + "id": "LIFT", + "label": "03-LIFT", + "title": "Lift", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/LIFT/index.json", + "descrription": "This belongs to Floor3", + "tags": [ + "public" + ], + "accessibility": [ + "NONE" + ] + }, + { + "floor": "03", + "id": "OP", + "label": "03-OP", + "title": "Operator-room", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/OP/index.json", + "descrription": "This belongs to third Floor", + "tags": [ + "authorized" + ], + "accessibility": [ + "TECHNICAL_OFFICERS" + ] + }, + { + "floor": "03", + "id": "00", + "label": "03-00", + "title": "Lecturer's Room 1", + "contact": { + "tele": "", + "email": "isurunawinne@eng.pdn.ac.lk" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/00/index.json", + "descrription": "", + "tags": [ + "staff" + ], + "accessibility": [ + "STAFF" + ] + } + ] + }, + "04": { + "title": "04", + "locations": [ + { + "floor": "04", + "id": "01", + "label": "04-01", + "title": "Incubation Centre 1", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/01/index.json", + "descrription": "", + "tags": [ + "" + ], + "accessibility": [] + }, + { + "floor": "04", + "id": "02", + "label": "04-02", + "title": "Incubation Centre 2", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/02/index.json", + "descrription": "", + "tags": [ + "" + ], + "accessibility": [] + }, + { + "floor": "04", + "id": "03", + "label": "04-03", + "title": "Incubation Centre 3", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/03/index.json", + "descrription": "", + "tags": [ + "" + ], + "accessibility": [] + }, + { + "floor": "04", + "id": "04", + "label": "04-04", + "title": "Incubation Centre 4", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/04/index.json", + "descrription": "", + "tags": [ + "" + ], + "accessibility": [] + }, + { + "floor": "04", + "id": "00", + "label": "04-00", + "title": "ESCAL Computer Vision Lab", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "4", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/00/index.json", + "descrription": "This is for computer vision related projects,work", + "tags": [ + "lab" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] + }, + { + "floor": "04", + "id": "05", + "label": "04-05", + "title": "Lecturer's Room 1", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/05/index.json", + "descrription": "", + "tags": [ + "staff" + ], + "accessibility": [ + "STAFF" + ] + }, + { + "floor": "04", + "id": "06", + "label": "04-06", + "title": "Lecturer's Room 2", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/06/index.json", + "descrription": "", + "tags": [ + "staff" + ], + "accessibility": [ + "STAFF" + ] + }, + { + "floor": "04", + "id": "08", + "label": "04-08", + "title": "Computer Laboratory 1", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "70", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/08/index.json", + "descrription": "This lab has teaching aids, facilities like Multimedia Projector", + "tags": [ + "lab" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] + }, + { + "floor": "04", + "id": "09", + "label": "04-09", + "title": "Lecturer's Room 3", + "contact": { + "tele": "", + "email": "dhammika@eng.pdn.ac.lk" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/09/index.json", + "descrription": "", + "tags": [ + "staff" + ], + "accessibility": [ + "STAFF" + ] + }, + { + "floor": "04", + "id": "10", + "label": "04-10", + "title": "Lecturer's Room 4", + "contact": { + "tele": "", + "email": "upuljm@eng.pdn.ac.lk" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/10/index.json", + "descrription": "", + "tags": [ + "staff" + ], + "accessibility": [ + "STAFF" + ] + }, + { + "floor": "04", + "id": "11", + "label": "04-11", + "title": "Lecturer's Room 5", + "contact": { + "tele": "", + "email": "alawatugoda@eng.pdn.ac.lk" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/11/index.json", + "descrription": "", + "tags": [ + "staff" + ], + "accessibility": [ + "STAFF" + ] + }, + { + "floor": "04", + "id": "12", + "label": "04-12", + "title": "Server room", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "https://ce.pdn.ac.lk/facilities/server-room", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/12/index.json", + "descrription": "This space for Department servers", + "tags": [ + "authorized" + ], + "accessibility": [ + "TECHNICAL_OFFICERS" + ] + }, + { + "floor": "04", + "id": "13", + "label": "04-13", + "title": "Insructors' Room", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/13/index.json", + "descrription": "This contains a working space for two people and a storage", + "tags": [ + "staff" + ], + "accessibility": [ + "POSTGRADUATES", + "INSTRUCTORS" + ] + }, + { + "floor": "04", + "id": "07L", + "label": "04-07L", + "title": "Ladies Washroom", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/07L/index.json", + "descrription": "These washromms are For the use of Ladies", + "tags": [ + "public" + ], + "accessibility": [] + }, + { + "floor": "04", + "id": "07G", + "label": "04-07G", + "title": "Gents Washroom", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/07G/index.json", + "descrription": "These washromms are For the use of Gents", + "tags": [ + "public" + ], + "accessibility": [] + }, + { + "floor": "04", + "id": "ENTR", + "label": "04-ENTR", + "title": "Staircase", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/ENTR/index.json", + "descrription": "Entrance and the Exit points are in here", + "tags": [ + "public" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] + }, + { + "floor": "04", + "id": "CR01", + "label": "04-CR01", + "title": "Corridor 1", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/CR01/index.json", + "descrription": "This corridor can be used to reach lift,corridor2,instructor room,staircase,computer lab1 and washrooms", + "tags": [ + "public" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] + }, + { + "floor": "04", + "id": "LIFT", + "label": "04-LIFT", + "title": "Lift", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/LIFT/index.json", + "descrription": "Can be used to enter other floors", + "tags": [ + "public" + ], + "accessibility": [ + "NONE" + ] + }, + { + "floor": "04", + "id": "OP", + "label": "04-OP", + "title": "Operator-room", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/OP/index.json", + "descrription": "", + "tags": [ + "authorized" + ], + "accessibility": [ + "TECHNICAL_OFFICERS" + ] + }, + { + "floor": "04", + "id": "CR02", + "label": "04-CR02", + "title": "Corridor 2", + "contact": { + "tele": "", + "email": "" + }, + "capacity": "", + "url": "", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/CR02/index.json", + "descrription": "This corridor can be used to enter to the computer vision lab,main room and operators", + "tags": [ + "public" + ], + "accessibility": [ + "TECHNICAL_OFFICERS", + "STAFF", + "POSTGRADUATES", + "UNDERGRADUATES", + "INSTRUCTORS" + ] + } + ] + } +} \ No newline at end of file diff --git a/python_scripts/locations.py b/python_scripts/locations.py new file mode 100644 index 00000000..59f25135 --- /dev/null +++ b/python_scripts/locations.py @@ -0,0 +1,146 @@ +# REQUIREMENTS ------------ +# pip install requests +# ------------------------- + +# This script will fetch data from the below Google Sheet +# https://docs.google.com/spreadsheets/d/1b90XI2rIsJJbEYPwvKo24xOvwkHdXG48Nl0vf8Otxmw/edit?usp=sharing + +# TODO: +# No validation done by assume everything is ok, +# But better to write validation logic too + +import requests +import json +import os +import shutil + +from utility import getStaff + +# Use SL timezone +os.environ['TZ'] = 'Asia/Colombo' + +# Where the API is available +apiBase = "https://api.ce.pdn.ac.lk" + +# Where this API locates +apiIndex = 'https://api.ce.pdn.ac.lk/locations/v1' + +# Where the staff data available +staffSource = "../people/v1/staff/all/index.json" + +# Gather Staff API data +staff_file = open(staffSource) +staff = json.load(staff_file) + +enumAccess = { + "S": ["STAFF"], + "I": ["INSTRUCTORS"], + "TO": ["TECHNICAL_OFFICERS"], + "UG": ["UNDERGRADUATES"], + "PG": ["POSTGRADUATES"], + "N": ["NONE"], + "ALL": ["STAFF", "INSTRUCTORS", "TECHNICAL_OFFICERS", "UNDERGRADUATES", "POSTGRADUATES"] +} + + +def del_existing_data(): + dir_path = "../locations/v1/" + try: + shutil.rmtree(dir_path) + except: + print("Error: Folder Not Found!") + + +def write_location(data): + filename = "../locations/v1/{0}/{1}/index.json".format( + data['floor'], data['id']) + # print(filename) + os.makedirs(os.path.dirname(filename), exist_ok=True) + with open(filename, "w") as f: + f.write(json.dumps(data, indent=4)) + + # Debug: + print(data['id']) + # print(' > ', data[''], ',', data[''], '\n') + + +del_existing_data() + +google_form_link = "https://docs.google.com/spreadsheets/d/e/2PACX-1vTr12i7soWZlL1lYDdUMCRs4JAC4W9pnUNuYsCJdyUVB4UPo_MJlFmPVKX2S2YX4d50-KlewwoddYZz/pub?gid=0&single=true&output=tsv" +loc_raw = requests.get(google_form_link, headers={ + 'Cache-Control': 'no-cache'}).text.split("\n") +locations = {} + +ID = 0 +CATEGORY = 1 +NAME = 2 +ACCESSIBILITY = 3 +TAGS = 4 +STAFF = 5 +CONTACT_TELE = 6 +CONTACT_EMAIL = 7 +CAPACITY = 8 +URL = 9 +DESCRIPTION = 10 +FEATURES = 11 + +FIELD_COUNT = 12 + +# Skip the header line +for line in loc_raw[1:]: + loc_raw_data = line.replace('\r', '').split("\t") + + if (len(loc_raw_data) != FIELD_COUNT or loc_raw_data[0] == ""): + continue + + floor_id = loc_raw_data[ID].split("-")[0] + room_id = loc_raw_data[ID].split("-")[1] + + tag_list = loc_raw_data[TAGS].split(",") + + access_list = [] + for access in loc_raw_data[ACCESSIBILITY].split(","): + if access in enumAccess: + access_list.extend(enumAccess[access]) + elif access != "": + print("{0}: Unsupported Tag !".format(access)) + + api_url = "{0}/{1}/{2}/index.json".format(apiIndex, floor_id, room_id) + + loc_data = { + "floor": floor_id, + "id": room_id, + "label": loc_raw_data[ID], + "title": loc_raw_data[NAME], + "contact": { + "tele": loc_raw_data[CONTACT_TELE], + "email": loc_raw_data[CONTACT_EMAIL], + }, + "capacity": loc_raw_data[CAPACITY], + "url": loc_raw_data[URL], + "api_url": api_url, + "descrription": loc_raw_data[DESCRIPTION], + "tags": tag_list, + "accessibility": list(set(access_list)), + } + + write_location(loc_data) + + if floor_id not in locations: + locations[floor_id] = {"title": floor_id, "locations": []} + + locations[floor_id]['locations'].append(loc_data) + + +# Write all locations +filename = "../locations/v1/all/index.json" +os.makedirs(os.path.dirname(filename), exist_ok=True) +with open(filename, "w") as f: + f.write(json.dumps(locations, indent=4)) + +# TODO: Write locations by floors +for floor in locations: + filename = "../locations/v1/{0}/index.json".format(floor) + os.makedirs(os.path.dirname(filename), exist_ok=True) + with open(filename, "w") as f: + f.write(json.dumps(locations[floor], indent=4)) From 6d0c2ea831e19402353c9d9295bc6ad40df4e9a9 Mon Sep 17 00:00:00 2001 From: Nuwan Jaliyagoda Date: Tue, 21 Mar 2023 21:53:41 +0530 Subject: [PATCH 2/4] Implemented sorted lists --- locations/v1/01/00/index.json | 8 +- locations/v1/01/02/index.json | 4 +- locations/v1/01/09/index.json | 8 +- locations/v1/01/CR01/index.json | 8 +- locations/v1/01/ENTR/index.json | 8 +- locations/v1/01/index.json | 36 ++-- locations/v1/02/00/index.json | 8 +- locations/v1/02/02/index.json | 4 +- locations/v1/02/03/index.json | 8 +- locations/v1/02/09/index.json | 8 +- locations/v1/02/CR01/index.json | 8 +- locations/v1/02/ENTR/index.json | 8 +- locations/v1/02/index.json | 44 ++-- locations/v1/03/06/index.json | 4 +- locations/v1/03/08/index.json | 8 +- locations/v1/03/09/index.json | 8 +- locations/v1/03/10/index.json | 8 +- locations/v1/03/CR01/index.json | 8 +- locations/v1/03/ENTR/index.json | 8 +- locations/v1/03/index.json | 44 ++-- locations/v1/04/00/index.json | 8 +- locations/v1/04/08/index.json | 8 +- locations/v1/04/13/index.json | 4 +- locations/v1/04/CR01/index.json | 8 +- locations/v1/04/CR02/index.json | 8 +- locations/v1/04/ENTR/index.json | 8 +- locations/v1/04/index.json | 44 ++-- locations/v1/G/01/index.json | 8 +- locations/v1/G/02/index.json | 12 +- locations/v1/G/03/index.json | 8 +- locations/v1/G/04/index.json | 8 +- locations/v1/G/06/index.json | 4 +- locations/v1/G/07/index.json | 4 +- locations/v1/G/08/index.json | 8 +- locations/v1/G/09/index.json | 8 +- locations/v1/G/10G/index.json | 8 +- locations/v1/G/10L/index.json | 8 +- locations/v1/G/11/index.json | 8 +- locations/v1/G/18/index.json | 8 +- locations/v1/G/CR01/index.json | 8 +- locations/v1/G/OUTSIDE/index.json | 8 +- locations/v1/G/index.json | 180 +++++----------- locations/v1/all/index.json | 348 ++++++++++++------------------ python_scripts/locations.py | 4 +- 44 files changed, 422 insertions(+), 554 deletions(-) diff --git a/locations/v1/01/00/index.json b/locations/v1/01/00/index.json index fce1bd27..f3f00580 100644 --- a/locations/v1/01/00/index.json +++ b/locations/v1/01/00/index.json @@ -15,10 +15,10 @@ "lab" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] } \ No newline at end of file diff --git a/locations/v1/01/02/index.json b/locations/v1/01/02/index.json index a058a61b..dae895d0 100644 --- a/locations/v1/01/02/index.json +++ b/locations/v1/01/02/index.json @@ -15,7 +15,7 @@ "staff" ], "accessibility": [ - "POSTGRADUATES", - "INSTRUCTORS" + "INSTRUCTORS", + "POSTGRADUATES" ] } \ No newline at end of file diff --git a/locations/v1/01/09/index.json b/locations/v1/01/09/index.json index b39cef0b..5e7d6d7a 100644 --- a/locations/v1/01/09/index.json +++ b/locations/v1/01/09/index.json @@ -15,10 +15,10 @@ "lab" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] } \ No newline at end of file diff --git a/locations/v1/01/CR01/index.json b/locations/v1/01/CR01/index.json index f1fa5de3..0af178cf 100644 --- a/locations/v1/01/CR01/index.json +++ b/locations/v1/01/CR01/index.json @@ -15,10 +15,10 @@ "public" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] } \ No newline at end of file diff --git a/locations/v1/01/ENTR/index.json b/locations/v1/01/ENTR/index.json index 247cdcc7..2ebd8a40 100644 --- a/locations/v1/01/ENTR/index.json +++ b/locations/v1/01/ENTR/index.json @@ -15,10 +15,10 @@ "public" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] } \ No newline at end of file diff --git a/locations/v1/01/index.json b/locations/v1/01/index.json index 48a802f7..b4975037 100644 --- a/locations/v1/01/index.json +++ b/locations/v1/01/index.json @@ -38,8 +38,8 @@ "staff" ], "accessibility": [ - "POSTGRADUATES", - "INSTRUCTORS" + "INSTRUCTORS", + "POSTGRADUATES" ] }, { @@ -179,11 +179,11 @@ "lab" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] }, { @@ -203,11 +203,11 @@ "public" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] }, { @@ -227,11 +227,11 @@ "public" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] }, { @@ -291,11 +291,11 @@ "lab" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] } ] diff --git a/locations/v1/02/00/index.json b/locations/v1/02/00/index.json index 018930ed..fe02cd55 100644 --- a/locations/v1/02/00/index.json +++ b/locations/v1/02/00/index.json @@ -15,10 +15,10 @@ "lab" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] } \ No newline at end of file diff --git a/locations/v1/02/02/index.json b/locations/v1/02/02/index.json index 9b3dc988..a0bd3a38 100644 --- a/locations/v1/02/02/index.json +++ b/locations/v1/02/02/index.json @@ -15,7 +15,7 @@ "staff" ], "accessibility": [ - "POSTGRADUATES", - "INSTRUCTORS" + "INSTRUCTORS", + "POSTGRADUATES" ] } \ No newline at end of file diff --git a/locations/v1/02/03/index.json b/locations/v1/02/03/index.json index 3f1dd49b..590391f9 100644 --- a/locations/v1/02/03/index.json +++ b/locations/v1/02/03/index.json @@ -15,10 +15,10 @@ "lab" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] } \ No newline at end of file diff --git a/locations/v1/02/09/index.json b/locations/v1/02/09/index.json index e7b5220b..c56fce1b 100644 --- a/locations/v1/02/09/index.json +++ b/locations/v1/02/09/index.json @@ -15,10 +15,10 @@ "public" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] } \ No newline at end of file diff --git a/locations/v1/02/CR01/index.json b/locations/v1/02/CR01/index.json index 665bcfc7..7a1c6aa2 100644 --- a/locations/v1/02/CR01/index.json +++ b/locations/v1/02/CR01/index.json @@ -15,10 +15,10 @@ "public" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] } \ No newline at end of file diff --git a/locations/v1/02/ENTR/index.json b/locations/v1/02/ENTR/index.json index 332ecc25..35aa44d3 100644 --- a/locations/v1/02/ENTR/index.json +++ b/locations/v1/02/ENTR/index.json @@ -15,10 +15,10 @@ "public" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] } \ No newline at end of file diff --git a/locations/v1/02/index.json b/locations/v1/02/index.json index d23901a2..5d10245d 100644 --- a/locations/v1/02/index.json +++ b/locations/v1/02/index.json @@ -38,8 +38,8 @@ "staff" ], "accessibility": [ - "POSTGRADUATES", - "INSTRUCTORS" + "INSTRUCTORS", + "POSTGRADUATES" ] }, { @@ -59,11 +59,11 @@ "lab" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] }, { @@ -83,11 +83,11 @@ "public" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] }, { @@ -187,11 +187,11 @@ "public" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] }, { @@ -231,11 +231,11 @@ "public" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] }, { @@ -275,11 +275,11 @@ "lab" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] } ] diff --git a/locations/v1/03/06/index.json b/locations/v1/03/06/index.json index aa9340c0..95e8fb70 100644 --- a/locations/v1/03/06/index.json +++ b/locations/v1/03/06/index.json @@ -15,7 +15,7 @@ "staff" ], "accessibility": [ - "POSTGRADUATES", - "INSTRUCTORS" + "INSTRUCTORS", + "POSTGRADUATES" ] } \ No newline at end of file diff --git a/locations/v1/03/08/index.json b/locations/v1/03/08/index.json index 3035d51e..9565b3c5 100644 --- a/locations/v1/03/08/index.json +++ b/locations/v1/03/08/index.json @@ -15,10 +15,10 @@ "lab" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] } \ No newline at end of file diff --git a/locations/v1/03/09/index.json b/locations/v1/03/09/index.json index 6743f05c..fcf0fdbe 100644 --- a/locations/v1/03/09/index.json +++ b/locations/v1/03/09/index.json @@ -15,10 +15,10 @@ "lab" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] } \ No newline at end of file diff --git a/locations/v1/03/10/index.json b/locations/v1/03/10/index.json index 29e6d075..07fe84bc 100644 --- a/locations/v1/03/10/index.json +++ b/locations/v1/03/10/index.json @@ -15,10 +15,10 @@ "lab" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] } \ No newline at end of file diff --git a/locations/v1/03/CR01/index.json b/locations/v1/03/CR01/index.json index b433f245..916b2488 100644 --- a/locations/v1/03/CR01/index.json +++ b/locations/v1/03/CR01/index.json @@ -15,10 +15,10 @@ "public" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] } \ No newline at end of file diff --git a/locations/v1/03/ENTR/index.json b/locations/v1/03/ENTR/index.json index 16bbce9b..b5aaf4d5 100644 --- a/locations/v1/03/ENTR/index.json +++ b/locations/v1/03/ENTR/index.json @@ -15,10 +15,10 @@ "public" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] } \ No newline at end of file diff --git a/locations/v1/03/index.json b/locations/v1/03/index.json index 4e5adb05..39df79ac 100644 --- a/locations/v1/03/index.json +++ b/locations/v1/03/index.json @@ -118,8 +118,8 @@ "staff" ], "accessibility": [ - "POSTGRADUATES", - "INSTRUCTORS" + "INSTRUCTORS", + "POSTGRADUATES" ] }, { @@ -159,11 +159,11 @@ "lab" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] }, { @@ -183,11 +183,11 @@ "lab" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] }, { @@ -207,11 +207,11 @@ "lab" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] }, { @@ -231,11 +231,11 @@ "public" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] }, { @@ -255,11 +255,11 @@ "public" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] }, { diff --git a/locations/v1/04/00/index.json b/locations/v1/04/00/index.json index 401bd1c1..93f437bc 100644 --- a/locations/v1/04/00/index.json +++ b/locations/v1/04/00/index.json @@ -15,10 +15,10 @@ "lab" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] } \ No newline at end of file diff --git a/locations/v1/04/08/index.json b/locations/v1/04/08/index.json index 55a814a1..b2ec1edb 100644 --- a/locations/v1/04/08/index.json +++ b/locations/v1/04/08/index.json @@ -15,10 +15,10 @@ "lab" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] } \ No newline at end of file diff --git a/locations/v1/04/13/index.json b/locations/v1/04/13/index.json index f4aeb62a..21794a23 100644 --- a/locations/v1/04/13/index.json +++ b/locations/v1/04/13/index.json @@ -15,7 +15,7 @@ "staff" ], "accessibility": [ - "POSTGRADUATES", - "INSTRUCTORS" + "INSTRUCTORS", + "POSTGRADUATES" ] } \ No newline at end of file diff --git a/locations/v1/04/CR01/index.json b/locations/v1/04/CR01/index.json index b6bc70d6..75121893 100644 --- a/locations/v1/04/CR01/index.json +++ b/locations/v1/04/CR01/index.json @@ -15,10 +15,10 @@ "public" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] } \ No newline at end of file diff --git a/locations/v1/04/CR02/index.json b/locations/v1/04/CR02/index.json index 3e50368f..ec8a643b 100644 --- a/locations/v1/04/CR02/index.json +++ b/locations/v1/04/CR02/index.json @@ -15,10 +15,10 @@ "public" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] } \ No newline at end of file diff --git a/locations/v1/04/ENTR/index.json b/locations/v1/04/ENTR/index.json index 421f89d8..320531a5 100644 --- a/locations/v1/04/ENTR/index.json +++ b/locations/v1/04/ENTR/index.json @@ -15,10 +15,10 @@ "public" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] } \ No newline at end of file diff --git a/locations/v1/04/index.json b/locations/v1/04/index.json index 47ea6049..08a4ee10 100644 --- a/locations/v1/04/index.json +++ b/locations/v1/04/index.json @@ -90,11 +90,11 @@ "lab" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] }, { @@ -154,11 +154,11 @@ "lab" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] }, { @@ -258,8 +258,8 @@ "staff" ], "accessibility": [ - "POSTGRADUATES", - "INSTRUCTORS" + "INSTRUCTORS", + "POSTGRADUATES" ] }, { @@ -315,11 +315,11 @@ "public" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] }, { @@ -339,11 +339,11 @@ "public" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] }, { @@ -403,11 +403,11 @@ "public" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] } ] diff --git a/locations/v1/G/01/index.json b/locations/v1/G/01/index.json index d8a4fbb6..f9713796 100644 --- a/locations/v1/G/01/index.json +++ b/locations/v1/G/01/index.json @@ -15,10 +15,10 @@ "public" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] } \ No newline at end of file diff --git a/locations/v1/G/02/index.json b/locations/v1/G/02/index.json index cdaba629..1cfcec51 100644 --- a/locations/v1/G/02/index.json +++ b/locations/v1/G/02/index.json @@ -12,14 +12,14 @@ "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/02/index.json", "descrription": "", "tags": [ - "private", - " staff" + " staff", + "private" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] } \ No newline at end of file diff --git a/locations/v1/G/03/index.json b/locations/v1/G/03/index.json index bca5c5f1..e5620d8c 100644 --- a/locations/v1/G/03/index.json +++ b/locations/v1/G/03/index.json @@ -15,10 +15,10 @@ "public" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] } \ No newline at end of file diff --git a/locations/v1/G/04/index.json b/locations/v1/G/04/index.json index 4189c16d..cb777ac5 100644 --- a/locations/v1/G/04/index.json +++ b/locations/v1/G/04/index.json @@ -15,10 +15,10 @@ "public" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] } \ No newline at end of file diff --git a/locations/v1/G/06/index.json b/locations/v1/G/06/index.json index ae899074..f9a22513 100644 --- a/locations/v1/G/06/index.json +++ b/locations/v1/G/06/index.json @@ -15,8 +15,8 @@ "staff" ], "accessibility": [ - "TECHNICAL_OFFICERS", + "INSTRUCTORS", "STAFF", - "INSTRUCTORS" + "TECHNICAL_OFFICERS" ] } \ No newline at end of file diff --git a/locations/v1/G/07/index.json b/locations/v1/G/07/index.json index 9295c974..f5f0eaca 100644 --- a/locations/v1/G/07/index.json +++ b/locations/v1/G/07/index.json @@ -15,8 +15,8 @@ "staff" ], "accessibility": [ - "TECHNICAL_OFFICERS", + "INSTRUCTORS", "STAFF", - "INSTRUCTORS" + "TECHNICAL_OFFICERS" ] } \ No newline at end of file diff --git a/locations/v1/G/08/index.json b/locations/v1/G/08/index.json index 331de7cb..73ac6b79 100644 --- a/locations/v1/G/08/index.json +++ b/locations/v1/G/08/index.json @@ -15,10 +15,10 @@ "lab" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] } \ No newline at end of file diff --git a/locations/v1/G/09/index.json b/locations/v1/G/09/index.json index 7642a353..9cbc082b 100644 --- a/locations/v1/G/09/index.json +++ b/locations/v1/G/09/index.json @@ -15,10 +15,10 @@ "lab" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] } \ No newline at end of file diff --git a/locations/v1/G/10G/index.json b/locations/v1/G/10G/index.json index b7b2a934..91a5bf5b 100644 --- a/locations/v1/G/10G/index.json +++ b/locations/v1/G/10G/index.json @@ -14,5 +14,11 @@ "tags": [ "public" ], - "accessibility": [] + "accessibility": [ + "INSTRUCTORS", + "POSTGRADUATES", + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" + ] } \ No newline at end of file diff --git a/locations/v1/G/10L/index.json b/locations/v1/G/10L/index.json index d45bde66..9f7aacd0 100644 --- a/locations/v1/G/10L/index.json +++ b/locations/v1/G/10L/index.json @@ -14,5 +14,11 @@ "tags": [ "public" ], - "accessibility": [] + "accessibility": [ + "INSTRUCTORS", + "POSTGRADUATES", + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" + ] } \ No newline at end of file diff --git a/locations/v1/G/11/index.json b/locations/v1/G/11/index.json index f5bb6ce5..8c97cbba 100644 --- a/locations/v1/G/11/index.json +++ b/locations/v1/G/11/index.json @@ -15,10 +15,10 @@ "public" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] } \ No newline at end of file diff --git a/locations/v1/G/18/index.json b/locations/v1/G/18/index.json index c0a50b50..8ccae65b 100644 --- a/locations/v1/G/18/index.json +++ b/locations/v1/G/18/index.json @@ -15,10 +15,10 @@ "public" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] } \ No newline at end of file diff --git a/locations/v1/G/CR01/index.json b/locations/v1/G/CR01/index.json index cbb9610b..f7c15ccd 100644 --- a/locations/v1/G/CR01/index.json +++ b/locations/v1/G/CR01/index.json @@ -15,10 +15,10 @@ "public" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] } \ No newline at end of file diff --git a/locations/v1/G/OUTSIDE/index.json b/locations/v1/G/OUTSIDE/index.json index a0074e56..be8da286 100644 --- a/locations/v1/G/OUTSIDE/index.json +++ b/locations/v1/G/OUTSIDE/index.json @@ -15,10 +15,10 @@ "public" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] } \ No newline at end of file diff --git a/locations/v1/G/index.json b/locations/v1/G/index.json index e2f7f166..a97e81d0 100644 --- a/locations/v1/G/index.json +++ b/locations/v1/G/index.json @@ -18,11 +18,11 @@ "public" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] }, { @@ -39,15 +39,15 @@ "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/02/index.json", "descrription": "", "tags": [ - "private", - " staff" + " staff", + "private" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] }, { @@ -67,11 +67,11 @@ "public" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] }, { @@ -91,11 +91,11 @@ "public" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] }, { @@ -135,9 +135,9 @@ "staff" ], "accessibility": [ - "TECHNICAL_OFFICERS", + "INSTRUCTORS", "STAFF", - "INSTRUCTORS" + "TECHNICAL_OFFICERS" ] }, { @@ -157,9 +157,9 @@ "staff" ], "accessibility": [ - "TECHNICAL_OFFICERS", + "INSTRUCTORS", "STAFF", - "INSTRUCTORS" + "TECHNICAL_OFFICERS" ] }, { @@ -179,11 +179,11 @@ "lab" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] }, { @@ -203,11 +203,11 @@ "lab" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] }, { @@ -227,11 +227,11 @@ "public" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] }, { @@ -251,11 +251,11 @@ "public" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] }, { @@ -275,85 +275,13 @@ "public" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] }, - { - "floor": "G", - "id": "10G", - "label": "G-10G", - "title": "Gents Washrooms", - "contact": { - "tele": "", - "email": "" - }, - "capacity": "", - "url": "", - "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/10G/index.json", - "descrription": "", - "tags": [ - "public" - ], - "accessibility": [] - }, - { - "floor": "G", - "id": "10G", - "label": "G-10G", - "title": "Gents Washrooms", - "contact": { - "tele": "", - "email": "" - }, - "capacity": "", - "url": "", - "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/10G/index.json", - "descrription": "", - "tags": [ - "public" - ], - "accessibility": [] - }, - { - "floor": "G", - "id": "10L", - "label": "G-10L", - "title": "Ladies Washrooms", - "contact": { - "tele": "", - "email": "" - }, - "capacity": "", - "url": "", - "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/10L/index.json", - "descrription": "", - "tags": [ - "public" - ], - "accessibility": [] - }, - { - "floor": "G", - "id": "10L", - "label": "G-10L", - "title": "Ladies Washrooms", - "contact": { - "tele": "", - "email": "" - }, - "capacity": "", - "url": "", - "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/10L/index.json", - "descrription": "", - "tags": [ - "public" - ], - "accessibility": [] - }, { "floor": "G", "id": "OUTSIDE", @@ -371,11 +299,11 @@ "public" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] }, { @@ -395,11 +323,11 @@ "public" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] }, { @@ -459,11 +387,11 @@ "public" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] } ] diff --git a/locations/v1/all/index.json b/locations/v1/all/index.json index 92099eab..3d930c79 100644 --- a/locations/v1/all/index.json +++ b/locations/v1/all/index.json @@ -19,11 +19,11 @@ "public" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] }, { @@ -40,15 +40,15 @@ "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/02/index.json", "descrription": "", "tags": [ - "private", - " staff" + " staff", + "private" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] }, { @@ -68,11 +68,11 @@ "public" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] }, { @@ -92,11 +92,11 @@ "public" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] }, { @@ -136,9 +136,9 @@ "staff" ], "accessibility": [ - "TECHNICAL_OFFICERS", + "INSTRUCTORS", "STAFF", - "INSTRUCTORS" + "TECHNICAL_OFFICERS" ] }, { @@ -158,9 +158,9 @@ "staff" ], "accessibility": [ - "TECHNICAL_OFFICERS", + "INSTRUCTORS", "STAFF", - "INSTRUCTORS" + "TECHNICAL_OFFICERS" ] }, { @@ -180,11 +180,11 @@ "lab" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] }, { @@ -204,11 +204,11 @@ "lab" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] }, { @@ -228,11 +228,11 @@ "public" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] }, { @@ -252,11 +252,11 @@ "public" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] }, { @@ -276,85 +276,13 @@ "public" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] }, - { - "floor": "G", - "id": "10G", - "label": "G-10G", - "title": "Gents Washrooms", - "contact": { - "tele": "", - "email": "" - }, - "capacity": "", - "url": "", - "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/10G/index.json", - "descrription": "", - "tags": [ - "public" - ], - "accessibility": [] - }, - { - "floor": "G", - "id": "10G", - "label": "G-10G", - "title": "Gents Washrooms", - "contact": { - "tele": "", - "email": "" - }, - "capacity": "", - "url": "", - "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/10G/index.json", - "descrription": "", - "tags": [ - "public" - ], - "accessibility": [] - }, - { - "floor": "G", - "id": "10L", - "label": "G-10L", - "title": "Ladies Washrooms", - "contact": { - "tele": "", - "email": "" - }, - "capacity": "", - "url": "", - "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/10L/index.json", - "descrription": "", - "tags": [ - "public" - ], - "accessibility": [] - }, - { - "floor": "G", - "id": "10L", - "label": "G-10L", - "title": "Ladies Washrooms", - "contact": { - "tele": "", - "email": "" - }, - "capacity": "", - "url": "", - "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/10L/index.json", - "descrription": "", - "tags": [ - "public" - ], - "accessibility": [] - }, { "floor": "G", "id": "OUTSIDE", @@ -372,11 +300,11 @@ "public" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] }, { @@ -396,11 +324,11 @@ "public" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] }, { @@ -460,11 +388,11 @@ "public" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] } ] @@ -509,8 +437,8 @@ "staff" ], "accessibility": [ - "POSTGRADUATES", - "INSTRUCTORS" + "INSTRUCTORS", + "POSTGRADUATES" ] }, { @@ -650,11 +578,11 @@ "lab" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] }, { @@ -674,11 +602,11 @@ "public" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] }, { @@ -698,11 +626,11 @@ "public" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] }, { @@ -762,11 +690,11 @@ "lab" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] } ] @@ -811,8 +739,8 @@ "staff" ], "accessibility": [ - "POSTGRADUATES", - "INSTRUCTORS" + "INSTRUCTORS", + "POSTGRADUATES" ] }, { @@ -832,11 +760,11 @@ "lab" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] }, { @@ -856,11 +784,11 @@ "public" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] }, { @@ -960,11 +888,11 @@ "public" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] }, { @@ -1004,11 +932,11 @@ "public" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] }, { @@ -1048,11 +976,11 @@ "lab" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] } ] @@ -1177,8 +1105,8 @@ "staff" ], "accessibility": [ - "POSTGRADUATES", - "INSTRUCTORS" + "INSTRUCTORS", + "POSTGRADUATES" ] }, { @@ -1218,11 +1146,11 @@ "lab" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] }, { @@ -1242,11 +1170,11 @@ "lab" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] }, { @@ -1266,11 +1194,11 @@ "lab" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] }, { @@ -1290,11 +1218,11 @@ "public" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] }, { @@ -1314,11 +1242,11 @@ "public" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] }, { @@ -1475,11 +1403,11 @@ "lab" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] }, { @@ -1539,11 +1467,11 @@ "lab" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] }, { @@ -1643,8 +1571,8 @@ "staff" ], "accessibility": [ - "POSTGRADUATES", - "INSTRUCTORS" + "INSTRUCTORS", + "POSTGRADUATES" ] }, { @@ -1700,11 +1628,11 @@ "public" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] }, { @@ -1724,11 +1652,11 @@ "public" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] }, { @@ -1788,11 +1716,11 @@ "public" ], "accessibility": [ - "TECHNICAL_OFFICERS", - "STAFF", + "INSTRUCTORS", "POSTGRADUATES", - "UNDERGRADUATES", - "INSTRUCTORS" + "STAFF", + "TECHNICAL_OFFICERS", + "UNDERGRADUATES" ] } ] diff --git a/python_scripts/locations.py b/python_scripts/locations.py index 59f25135..54cf2dd5 100644 --- a/python_scripts/locations.py +++ b/python_scripts/locations.py @@ -120,8 +120,8 @@ def write_location(data): "url": loc_raw_data[URL], "api_url": api_url, "descrription": loc_raw_data[DESCRIPTION], - "tags": tag_list, - "accessibility": list(set(access_list)), + "tags": sorted(tag_list), + "accessibility": sorted(list(set(access_list))), } write_location(loc_data) From f828b16329625d525e546321de03e9ca5b8072d6 Mon Sep 17 00:00:00 2001 From: Nuwan Jaliyagoda Date: Tue, 21 Mar 2023 22:03:51 +0530 Subject: [PATCH 3/4] API index --- locations/v1/index.json | 27 ++++++++++++ pages/home.html | 85 +++++++++++++++++++++++++++---------- python_scripts/locations.py | 14 +++++- 3 files changed, 102 insertions(+), 24 deletions(-) create mode 100644 locations/v1/index.json diff --git a/locations/v1/index.json b/locations/v1/index.json new file mode 100644 index 00000000..c3c93a20 --- /dev/null +++ b/locations/v1/index.json @@ -0,0 +1,27 @@ +{ + "G": { + "floor": "G", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/index.json", + "location_count": 17 + }, + "01": { + "floor": "01", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/index.json", + "location_count": 14 + }, + "02": { + "floor": "02", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/index.json", + "location_count": 13 + }, + "03": { + "floor": "03", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/index.json", + "location_count": 15 + }, + "04": { + "floor": "04", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/index.json", + "location_count": 20 + } +} \ No newline at end of file diff --git a/pages/home.html b/pages/home.html index 2e8cd1d1..e3288ff8 100644 --- a/pages/home.html +++ b/pages/home.html @@ -13,7 +13,8 @@   @@ -25,9 +26,12 @@

Open API Portal - Department of Computer Engineerin
-

This is an open-source API portal for the Department of Computer Engineering, University of Peradeniya.

+

This is an open-source API portal for the Department of Computer Engineering, University of + Peradeniya.

-

If you are interested in developing apps/websites related to the department's activities, you’re in the right place. You can find the information easily from the APIs here, and focus on making awesome services, apps, websites, etc...

+

If you are interested in developing apps/websites related to the department's activities, you’re + in the right place. You can find the information easily from the APIs here, and focus on making + awesome services, apps, websites, etc...

@@ -41,11 +45,14 @@

Students Data API v1

- Information about the Department Students from the batch, E12 onwards can be accessed via this API. + Information about the Department Students from the batch, E12 onwards can be + accessed via this API.

- API Index - API Documentation + API + Index + API + Documentation
@@ -57,10 +64,12 @@
Projects Data API v1

- Information about the student projects under a few different categories can be found from this API. + Information about the student projects under a few different categories can be found + from this API.

- API Index - API Documentation + API Index + API + Documentation
@@ -72,10 +81,13 @@
Staff Data API v1

- Public information about the Department Staff, their contact, and research interests can be accessed from this API. + Public information about the Department Staff, their contact, and research interests can + be accessed from this API.

- API Index - API Documentation + API + Index + API + Documentation
@@ -87,9 +99,11 @@
Publication API v1

- Information about the Research Publications affiliated to the Department of Computer Engineering can be accessed from this API. + Information about the Research Publications affiliated to the Department of Computer + Engineering can be accessed from this API.

- API Index + API + Index API Documentation
@@ -104,7 +118,7 @@
Course API

Under Development

- API Index + API Index API Documentation @@ -119,7 +133,23 @@
Timetable API

Under Development

- API Index + API Index + API Documentation + + + + +
+
+
+
Location API
+
+
+

+ Under Development +

+ API + Index API Documentation
@@ -129,17 +159,26 @@
Timetable API

- This is a static website, which is nightly-build using GitHub Actions and hosted in the GitHub Pages. The data will be automatically collected form the department websites, including projects.ce.pdn.ac.lk and people.ce.pdn.ac.lk - - View more about the Workflows + This is a static website, which is nightly-build using GitHub Actions and hosted in the GitHub Pages. The data will be automatically collected form + the department websites, including projects.ce.pdn.ac.lk and people.ce.pdn.ac.lk + + View more about the + Workflows

-

If you are interested in contributing to this Open API portal, you can find the GitHub repository from here, and contact one of the developer for the information

+

If you are interested in contributing to this Open API portal, you can find the GitHub + repository from here, and contact one of + the developer for the information

- Web Plan Diagram + Web Plan Diagram
- The purposed architecture of the data exchanges of the websites belong to Department of Computer Engineering, University of Peradeniya + The purposed architecture of the data exchanges of the websites belong to Department of Computer + Engineering, University of Peradeniya
@@ -150,4 +189,4 @@
Timetable API
-{% include footer.html %} +{% include footer.html %} \ No newline at end of file diff --git a/python_scripts/locations.py b/python_scripts/locations.py index 54cf2dd5..4b1f201e 100644 --- a/python_scripts/locations.py +++ b/python_scripts/locations.py @@ -131,6 +131,18 @@ def write_location(data): locations[floor_id]['locations'].append(loc_data) +# Write index file +location_index = {} +for floor in locations: + location_index[floor] = { + "floor": floor, + "api_url": "{0}/{1}/index.json".format(apiIndex, floor), + "location_count": len(locations[floor]['locations']) + } +filename = "../locations/v1/index.json" +os.makedirs(os.path.dirname(filename), exist_ok=True) +with open(filename, "w") as f: + f.write(json.dumps(location_index, indent=4)) # Write all locations filename = "../locations/v1/all/index.json" @@ -138,7 +150,7 @@ def write_location(data): with open(filename, "w") as f: f.write(json.dumps(locations, indent=4)) -# TODO: Write locations by floors +# Write locations by floors for floor in locations: filename = "../locations/v1/{0}/index.json".format(floor) os.makedirs(os.path.dirname(filename), exist_ok=True) From cbdcdc7036e90af79134920cb5ca38a0e94227a9 Mon Sep 17 00:00:00 2001 From: Nuwan Jaliyagoda Date: Tue, 21 Mar 2023 22:10:57 +0530 Subject: [PATCH 4/4] Added features --- locations/v1/01/00/index.json | 3 +- locations/v1/01/01/index.json | 3 +- locations/v1/01/02/index.json | 3 +- locations/v1/01/03/index.json | 3 +- locations/v1/01/04/index.json | 3 +- locations/v1/01/05/index.json | 3 +- locations/v1/01/06/index.json | 3 +- locations/v1/01/07/index.json | 3 +- locations/v1/01/08/index.json | 3 +- locations/v1/01/09/index.json | 3 +- locations/v1/01/CR01/index.json | 3 +- locations/v1/01/ENTR/index.json | 3 +- locations/v1/01/LIFT/index.json | 3 +- locations/v1/01/OP/index.json | 3 +- locations/v1/01/index.json | 42 ++++-- locations/v1/02/00/index.json | 3 +- locations/v1/02/01/index.json | 3 +- locations/v1/02/02/index.json | 3 +- locations/v1/02/03/index.json | 3 +- locations/v1/02/05/index.json | 3 +- locations/v1/02/06/index.json | 3 +- locations/v1/02/07/index.json | 3 +- locations/v1/02/08/index.json | 3 +- locations/v1/02/09/index.json | 3 +- locations/v1/02/CR01/index.json | 3 +- locations/v1/02/ENTR/index.json | 3 +- locations/v1/02/LIFT/index.json | 3 +- locations/v1/02/OP/index.json | 3 +- locations/v1/02/index.json | 39 +++-- locations/v1/03/00/index.json | 3 +- locations/v1/03/01/index.json | 3 +- locations/v1/03/02/index.json | 3 +- locations/v1/03/03/index.json | 3 +- locations/v1/03/04/index.json | 3 +- locations/v1/03/05/index.json | 3 +- locations/v1/03/06/index.json | 3 +- locations/v1/03/07/index.json | 3 +- locations/v1/03/08/index.json | 3 +- locations/v1/03/09/index.json | 3 +- locations/v1/03/10/index.json | 3 +- locations/v1/03/CR01/index.json | 3 +- locations/v1/03/ENTR/index.json | 3 +- locations/v1/03/LIFT/index.json | 3 +- locations/v1/03/OP/index.json | 3 +- locations/v1/03/index.json | 45 ++++-- locations/v1/04/00/index.json | 3 +- locations/v1/04/01/index.json | 3 +- locations/v1/04/02/index.json | 3 +- locations/v1/04/03/index.json | 3 +- locations/v1/04/04/index.json | 3 +- locations/v1/04/05/index.json | 3 +- locations/v1/04/06/index.json | 3 +- locations/v1/04/07G/index.json | 3 +- locations/v1/04/07L/index.json | 3 +- locations/v1/04/08/index.json | 3 +- locations/v1/04/09/index.json | 3 +- locations/v1/04/10/index.json | 3 +- locations/v1/04/11/index.json | 3 +- locations/v1/04/12/index.json | 3 +- locations/v1/04/13/index.json | 3 +- locations/v1/04/CR01/index.json | 3 +- locations/v1/04/CR02/index.json | 3 +- locations/v1/04/ENTR/index.json | 3 +- locations/v1/04/LIFT/index.json | 3 +- locations/v1/04/OP/index.json | 3 +- locations/v1/04/index.json | 60 +++++--- locations/v1/G/01/index.json | 3 +- locations/v1/G/02/index.json | 3 +- locations/v1/G/03/index.json | 3 +- locations/v1/G/04/index.json | 3 +- locations/v1/G/05/index.json | 3 +- locations/v1/G/06/index.json | 3 +- locations/v1/G/07/index.json | 3 +- locations/v1/G/08/index.json | 3 +- locations/v1/G/09/index.json | 3 +- locations/v1/G/10G/index.json | 3 +- locations/v1/G/10L/index.json | 3 +- locations/v1/G/11/index.json | 3 +- locations/v1/G/18/index.json | 3 +- locations/v1/G/CR01/index.json | 3 +- locations/v1/G/LIFT/index.json | 3 +- locations/v1/G/OP/index.json | 3 +- locations/v1/G/OUTSIDE/index.json | 3 +- locations/v1/G/index.json | 51 ++++--- locations/v1/all/index.json | 237 ++++++++++++++++++++---------- locations/v1/index.json | 5 + python_scripts/locations.py | 11 +- 87 files changed, 489 insertions(+), 238 deletions(-) diff --git a/locations/v1/01/00/index.json b/locations/v1/01/00/index.json index f3f00580..e8a90e88 100644 --- a/locations/v1/01/00/index.json +++ b/locations/v1/01/00/index.json @@ -10,7 +10,8 @@ "capacity": "64", "url": "https://ce.pdn.ac.lk/facilities/computer-lab2", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/00/index.json", - "descrription": "This lab contains 2 built in projectors and screens and 64 computers", + "description": "This lab contains 2 built in projectors and screens and 64 computers", + "features": "Can be used for lab activities", "tags": [ "lab" ], diff --git a/locations/v1/01/01/index.json b/locations/v1/01/01/index.json index 4a0d2b9c..33f7ed0d 100644 --- a/locations/v1/01/01/index.json +++ b/locations/v1/01/01/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/01/index.json", - "descrription": "This belongs to first Floor", + "description": "This belongs to first Floor", + "features": "This room is used by Technical officer and assistant", "tags": [ "staff" ], diff --git a/locations/v1/01/02/index.json b/locations/v1/01/02/index.json index dae895d0..0382619a 100644 --- a/locations/v1/01/02/index.json +++ b/locations/v1/01/02/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/02/index.json", - "descrription": "This contains a working space for four", + "description": "This contains a working space for four", + "features": "This is the room for Instructors and Past Graduate students", "tags": [ "staff" ], diff --git a/locations/v1/01/03/index.json b/locations/v1/01/03/index.json index 16694973..e97bf50e 100644 --- a/locations/v1/01/03/index.json +++ b/locations/v1/01/03/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/03/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "staff" ], diff --git a/locations/v1/01/04/index.json b/locations/v1/01/04/index.json index 9895d801..021cd5f8 100644 --- a/locations/v1/01/04/index.json +++ b/locations/v1/01/04/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/04/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "staff" ], diff --git a/locations/v1/01/05/index.json b/locations/v1/01/05/index.json index 1bd3851b..43e5be48 100644 --- a/locations/v1/01/05/index.json +++ b/locations/v1/01/05/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/05/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "staff" ], diff --git a/locations/v1/01/06/index.json b/locations/v1/01/06/index.json index 20db3a5e..09093c93 100644 --- a/locations/v1/01/06/index.json +++ b/locations/v1/01/06/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/06/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "staff" ], diff --git a/locations/v1/01/07/index.json b/locations/v1/01/07/index.json index 07038423..a87361d6 100644 --- a/locations/v1/01/07/index.json +++ b/locations/v1/01/07/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/07/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "staff" ], diff --git a/locations/v1/01/08/index.json b/locations/v1/01/08/index.json index 1db8856d..94b1241e 100644 --- a/locations/v1/01/08/index.json +++ b/locations/v1/01/08/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/08/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "staff" ], diff --git a/locations/v1/01/09/index.json b/locations/v1/01/09/index.json index 5e7d6d7a..13b48592 100644 --- a/locations/v1/01/09/index.json +++ b/locations/v1/01/09/index.json @@ -10,7 +10,8 @@ "capacity": "30", "url": "https://ce.pdn.ac.lk/facilities/networking-lab", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/09/index.json", - "descrription": "This lab has Computers, Networking Devices etc.", + "description": "This lab has Computers, Networking Devices etc.", + "features": "This lab is used for Networking related courses", "tags": [ "lab" ], diff --git a/locations/v1/01/CR01/index.json b/locations/v1/01/CR01/index.json index 0af178cf..abb9e823 100644 --- a/locations/v1/01/CR01/index.json +++ b/locations/v1/01/CR01/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/CR01/index.json", - "descrription": "This belongs to floor 1", + "description": "This belongs to floor 1", + "features": "This corridor can be used to reach Lecturers' Room 1, 2, Instructors' Room and the Main room", "tags": [ "public" ], diff --git a/locations/v1/01/ENTR/index.json b/locations/v1/01/ENTR/index.json index 2ebd8a40..f85dc493 100644 --- a/locations/v1/01/ENTR/index.json +++ b/locations/v1/01/ENTR/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/ENTR/index.json", - "descrription": "Entrance and the Exit points are in here", + "description": "Entrance and the Exit points are in here", + "features": "The lift or the staircases to enter other floors can be accessed from here", "tags": [ "public" ], diff --git a/locations/v1/01/LIFT/index.json b/locations/v1/01/LIFT/index.json index df37c79a..15909b28 100644 --- a/locations/v1/01/LIFT/index.json +++ b/locations/v1/01/LIFT/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/LIFT/index.json", - "descrription": "This belongs to Floor1", + "description": "This belongs to Floor1", + "features": "Can be used to enter other floors", "tags": [ "public" ], diff --git a/locations/v1/01/OP/index.json b/locations/v1/01/OP/index.json index 7e8d454e..1b39fde7 100644 --- a/locations/v1/01/OP/index.json +++ b/locations/v1/01/OP/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/OP/index.json", - "descrription": "This belongs to Floor1", + "description": "This belongs to Floor1", + "features": "", "tags": [ "authorized" ], diff --git a/locations/v1/01/index.json b/locations/v1/01/index.json index b4975037..87c620f2 100644 --- a/locations/v1/01/index.json +++ b/locations/v1/01/index.json @@ -13,7 +13,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/01/index.json", - "descrription": "This belongs to first Floor", + "description": "This belongs to first Floor", + "features": "This room is used by Technical officer and assistant", "tags": [ "staff" ], @@ -33,7 +34,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/02/index.json", - "descrription": "This contains a working space for four", + "description": "This contains a working space for four", + "features": "This is the room for Instructors and Past Graduate students", "tags": [ "staff" ], @@ -54,7 +56,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/03/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "staff" ], @@ -74,7 +77,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/04/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "staff" ], @@ -94,7 +98,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/05/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "staff" ], @@ -114,7 +119,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/06/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "staff" ], @@ -134,7 +140,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/07/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "staff" ], @@ -154,7 +161,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/08/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "staff" ], @@ -174,7 +182,8 @@ "capacity": "30", "url": "https://ce.pdn.ac.lk/facilities/networking-lab", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/09/index.json", - "descrription": "This lab has Computers, Networking Devices etc.", + "description": "This lab has Computers, Networking Devices etc.", + "features": "This lab is used for Networking related courses", "tags": [ "lab" ], @@ -198,7 +207,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/CR01/index.json", - "descrription": "This belongs to floor 1", + "description": "This belongs to floor 1", + "features": "This corridor can be used to reach Lecturers' Room 1, 2, Instructors' Room and the Main room", "tags": [ "public" ], @@ -222,7 +232,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/ENTR/index.json", - "descrription": "Entrance and the Exit points are in here", + "description": "Entrance and the Exit points are in here", + "features": "The lift or the staircases to enter other floors can be accessed from here", "tags": [ "public" ], @@ -246,7 +257,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/OP/index.json", - "descrription": "This belongs to Floor1", + "description": "This belongs to Floor1", + "features": "", "tags": [ "authorized" ], @@ -266,7 +278,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/LIFT/index.json", - "descrription": "This belongs to Floor1", + "description": "This belongs to Floor1", + "features": "Can be used to enter other floors", "tags": [ "public" ], @@ -286,7 +299,8 @@ "capacity": "64", "url": "https://ce.pdn.ac.lk/facilities/computer-lab2", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/00/index.json", - "descrription": "This lab contains 2 built in projectors and screens and 64 computers", + "description": "This lab contains 2 built in projectors and screens and 64 computers", + "features": "Can be used for lab activities", "tags": [ "lab" ], diff --git a/locations/v1/02/00/index.json b/locations/v1/02/00/index.json index fe02cd55..4bf1f066 100644 --- a/locations/v1/02/00/index.json +++ b/locations/v1/02/00/index.json @@ -10,7 +10,8 @@ "capacity": "60", "url": "https://ce.pdn.ac.lk/facilities/hardware-and-interfacing-lab/", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/00/index.json", - "descrription": "This lab is used for Digital Design, Embedded Systems and other courses", + "description": "This lab is used for Digital Design, Embedded Systems and other courses", + "features": "This lab contains 30 Computers, Oscilloscopes, Power Supplies, Signal Generators", "tags": [ "lab" ], diff --git a/locations/v1/02/01/index.json b/locations/v1/02/01/index.json index bbf1386d..fdbcdd24 100644 --- a/locations/v1/02/01/index.json +++ b/locations/v1/02/01/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/01/index.json", - "descrription": "This room is used by Technical officer and assistant.Mr.Kelum is currently incharge in here", + "description": "This room is used by Technical officer and assistant.Mr.Kelum is currently incharge in here", + "features": "This room has a Hardware component storage", "tags": [ "staff" ], diff --git a/locations/v1/02/02/index.json b/locations/v1/02/02/index.json index a0bd3a38..68b6345c 100644 --- a/locations/v1/02/02/index.json +++ b/locations/v1/02/02/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/02/index.json", - "descrription": "This is the room for Instructors and Post Graduate students", + "description": "This is the room for Instructors and Post Graduate students", + "features": "This room has working space for four", "tags": [ "staff" ], diff --git a/locations/v1/02/03/index.json b/locations/v1/02/03/index.json index 590391f9..d1b3a4c0 100644 --- a/locations/v1/02/03/index.json +++ b/locations/v1/02/03/index.json @@ -10,7 +10,8 @@ "capacity": "6", "url": "https://ce.pdn.ac.lk/facilities/industrial-automation-lab", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/03/index.json", - "descrription": "This lab is used for related lab activities", + "description": "This lab is used for related lab activities", + "features": "This lab has PLC Boards, Industrial Conveyor Belts", "tags": [ "lab" ], diff --git a/locations/v1/02/05/index.json b/locations/v1/02/05/index.json index 2ed4e460..4f30ead6 100644 --- a/locations/v1/02/05/index.json +++ b/locations/v1/02/05/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/05/index.json", - "descrription": "https://people.ce.pdn.ac.lk/staff/academic/", + "description": "https://people.ce.pdn.ac.lk/staff/academic/", + "features": "", "tags": [ "staff" ], diff --git a/locations/v1/02/06/index.json b/locations/v1/02/06/index.json index 4bd6eab4..033a3c8e 100644 --- a/locations/v1/02/06/index.json +++ b/locations/v1/02/06/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/06/index.json", - "descrription": "https://people.ce.pdn.ac.lk/staff/academic/", + "description": "https://people.ce.pdn.ac.lk/staff/academic/", + "features": "", "tags": [ "staff" ], diff --git a/locations/v1/02/07/index.json b/locations/v1/02/07/index.json index b6d7b0a4..4210258d 100644 --- a/locations/v1/02/07/index.json +++ b/locations/v1/02/07/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/07/index.json", - "descrription": "https://people.ce.pdn.ac.lk/staff/academic/", + "description": "https://people.ce.pdn.ac.lk/staff/academic/", + "features": "", "tags": [ "staff" ], diff --git a/locations/v1/02/08/index.json b/locations/v1/02/08/index.json index b00259ac..c47b16f2 100644 --- a/locations/v1/02/08/index.json +++ b/locations/v1/02/08/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/08/index.json", - "descrription": "https://people.ce.pdn.ac.lk/staff/academic/", + "description": "https://people.ce.pdn.ac.lk/staff/academic/", + "features": "", "tags": [ "staff" ], diff --git a/locations/v1/02/09/index.json b/locations/v1/02/09/index.json index c56fce1b..3baed343 100644 --- a/locations/v1/02/09/index.json +++ b/locations/v1/02/09/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/09/index.json", - "descrription": "This room is used to have discussions of projects,activities etc", + "description": "This room is used to have discussions of projects,activities etc", + "features": "This has a space for 30 students and White Boards and study tables are availbale", "tags": [ "public" ], diff --git a/locations/v1/02/CR01/index.json b/locations/v1/02/CR01/index.json index 7a1c6aa2..db3ab40e 100644 --- a/locations/v1/02/CR01/index.json +++ b/locations/v1/02/CR01/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/CR01/index.json", - "descrription": "This corridor can be used to reach discussion room,Hardware & CI lab,TO room and Main room", + "description": "This corridor can be used to reach discussion room,Hardware & CI lab,TO room and Main room", + "features": "This belongs to floor 2", "tags": [ "public" ], diff --git a/locations/v1/02/ENTR/index.json b/locations/v1/02/ENTR/index.json index 35aa44d3..b88cf387 100644 --- a/locations/v1/02/ENTR/index.json +++ b/locations/v1/02/ENTR/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/ENTR/index.json", - "descrription": "The lift or the staircases to enter other floors can be accessed from here", + "description": "The lift or the staircases to enter other floors can be accessed from here", + "features": "Entrance and the Exit points are in here", "tags": [ "public" ], diff --git a/locations/v1/02/LIFT/index.json b/locations/v1/02/LIFT/index.json index eab87363..fc2dd287 100644 --- a/locations/v1/02/LIFT/index.json +++ b/locations/v1/02/LIFT/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/LIFT/index.json", - "descrription": "Can be used to enter other floors", + "description": "Can be used to enter other floors", + "features": "This belongs to Floor2", "tags": [ "public" ], diff --git a/locations/v1/02/OP/index.json b/locations/v1/02/OP/index.json index 5d789ebf..df237d06 100644 --- a/locations/v1/02/OP/index.json +++ b/locations/v1/02/OP/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/OP/index.json", - "descrription": "", + "description": "", + "features": "This belongs to second Floor", "tags": [ "authorized" ], diff --git a/locations/v1/02/index.json b/locations/v1/02/index.json index 5d10245d..3bf07722 100644 --- a/locations/v1/02/index.json +++ b/locations/v1/02/index.json @@ -13,7 +13,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/01/index.json", - "descrription": "This room is used by Technical officer and assistant.Mr.Kelum is currently incharge in here", + "description": "This room is used by Technical officer and assistant.Mr.Kelum is currently incharge in here", + "features": "This room has a Hardware component storage", "tags": [ "staff" ], @@ -33,7 +34,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/02/index.json", - "descrription": "This is the room for Instructors and Post Graduate students", + "description": "This is the room for Instructors and Post Graduate students", + "features": "This room has working space for four", "tags": [ "staff" ], @@ -54,7 +56,8 @@ "capacity": "6", "url": "https://ce.pdn.ac.lk/facilities/industrial-automation-lab", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/03/index.json", - "descrription": "This lab is used for related lab activities", + "description": "This lab is used for related lab activities", + "features": "This lab has PLC Boards, Industrial Conveyor Belts", "tags": [ "lab" ], @@ -78,7 +81,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/09/index.json", - "descrription": "This room is used to have discussions of projects,activities etc", + "description": "This room is used to have discussions of projects,activities etc", + "features": "This has a space for 30 students and White Boards and study tables are availbale", "tags": [ "public" ], @@ -102,7 +106,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/05/index.json", - "descrription": "https://people.ce.pdn.ac.lk/staff/academic/", + "description": "https://people.ce.pdn.ac.lk/staff/academic/", + "features": "", "tags": [ "staff" ], @@ -122,7 +127,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/06/index.json", - "descrription": "https://people.ce.pdn.ac.lk/staff/academic/", + "description": "https://people.ce.pdn.ac.lk/staff/academic/", + "features": "", "tags": [ "staff" ], @@ -142,7 +148,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/07/index.json", - "descrription": "https://people.ce.pdn.ac.lk/staff/academic/", + "description": "https://people.ce.pdn.ac.lk/staff/academic/", + "features": "", "tags": [ "staff" ], @@ -162,7 +169,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/08/index.json", - "descrription": "https://people.ce.pdn.ac.lk/staff/academic/", + "description": "https://people.ce.pdn.ac.lk/staff/academic/", + "features": "", "tags": [ "staff" ], @@ -182,7 +190,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/ENTR/index.json", - "descrription": "The lift or the staircases to enter other floors can be accessed from here", + "description": "The lift or the staircases to enter other floors can be accessed from here", + "features": "Entrance and the Exit points are in here", "tags": [ "public" ], @@ -206,7 +215,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/LIFT/index.json", - "descrription": "Can be used to enter other floors", + "description": "Can be used to enter other floors", + "features": "This belongs to Floor2", "tags": [ "public" ], @@ -226,7 +236,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/CR01/index.json", - "descrription": "This corridor can be used to reach discussion room,Hardware & CI lab,TO room and Main room", + "description": "This corridor can be used to reach discussion room,Hardware & CI lab,TO room and Main room", + "features": "This belongs to floor 2", "tags": [ "public" ], @@ -250,7 +261,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/OP/index.json", - "descrription": "", + "description": "", + "features": "This belongs to second Floor", "tags": [ "authorized" ], @@ -270,7 +282,8 @@ "capacity": "60", "url": "https://ce.pdn.ac.lk/facilities/hardware-and-interfacing-lab/", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/00/index.json", - "descrription": "This lab is used for Digital Design, Embedded Systems and other courses", + "description": "This lab is used for Digital Design, Embedded Systems and other courses", + "features": "This lab contains 30 Computers, Oscilloscopes, Power Supplies, Signal Generators", "tags": [ "lab" ], diff --git a/locations/v1/03/00/index.json b/locations/v1/03/00/index.json index 351c7807..1a9a1bf3 100644 --- a/locations/v1/03/00/index.json +++ b/locations/v1/03/00/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/00/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "staff" ], diff --git a/locations/v1/03/01/index.json b/locations/v1/03/01/index.json index 60e3b0bb..7f531679 100644 --- a/locations/v1/03/01/index.json +++ b/locations/v1/03/01/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/01/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "staff" ], diff --git a/locations/v1/03/02/index.json b/locations/v1/03/02/index.json index f2cc6c54..679786de 100644 --- a/locations/v1/03/02/index.json +++ b/locations/v1/03/02/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/02/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "staff" ], diff --git a/locations/v1/03/03/index.json b/locations/v1/03/03/index.json index 8eb73671..278d2f28 100644 --- a/locations/v1/03/03/index.json +++ b/locations/v1/03/03/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/03/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "staff" ], diff --git a/locations/v1/03/04/index.json b/locations/v1/03/04/index.json index ad92150b..f312a162 100644 --- a/locations/v1/03/04/index.json +++ b/locations/v1/03/04/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/04/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "staff" ], diff --git a/locations/v1/03/05/index.json b/locations/v1/03/05/index.json index 9ccd7172..ed60677f 100644 --- a/locations/v1/03/05/index.json +++ b/locations/v1/03/05/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/05/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "staff" ], diff --git a/locations/v1/03/06/index.json b/locations/v1/03/06/index.json index 95e8fb70..d0887b44 100644 --- a/locations/v1/03/06/index.json +++ b/locations/v1/03/06/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/06/index.json", - "descrription": "This contains a working space for six people and a storage", + "description": "This contains a working space for six people and a storage", + "features": "This is the room for Instructors and Post Graduate students", "tags": [ "staff" ], diff --git a/locations/v1/03/07/index.json b/locations/v1/03/07/index.json index 5cad2964..47466836 100644 --- a/locations/v1/03/07/index.json +++ b/locations/v1/03/07/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/07/index.json", - "descrription": "This space is Additionally used as material storage", + "description": "This space is Additionally used as material storage", + "features": "This room is used by Technical officer and assistant.Mr. Wasundara is currently incharge in here", "tags": [ "staff" ], diff --git a/locations/v1/03/08/index.json b/locations/v1/03/08/index.json index 9565b3c5..246e81c9 100644 --- a/locations/v1/03/08/index.json +++ b/locations/v1/03/08/index.json @@ -10,7 +10,8 @@ "capacity": "20", "url": "https://ce.pdn.ac.lk/facilities/makerspace", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/08/index.json", - "descrription": "This lab has PLC Board, Industrial Conveyor Belt", + "description": "This lab has PLC Board, Industrial Conveyor Belt", + "features": "This lab has 5 Working Stations with Fabrication facilities", "tags": [ "lab" ], diff --git a/locations/v1/03/09/index.json b/locations/v1/03/09/index.json index fcf0fdbe..fdee0ba5 100644 --- a/locations/v1/03/09/index.json +++ b/locations/v1/03/09/index.json @@ -10,7 +10,8 @@ "capacity": "4", "url": "https://ce.pdn.ac.lk/facilities/makerspace", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/09/index.json", - "descrription": "This is for MakerSpace Heavy Machinery Work", + "description": "This is for MakerSpace Heavy Machinery Work", + "features": "This is for MakerSpace Heavy Machinery Work", "tags": [ "lab" ], diff --git a/locations/v1/03/10/index.json b/locations/v1/03/10/index.json index 07fe84bc..5b2cf171 100644 --- a/locations/v1/03/10/index.json +++ b/locations/v1/03/10/index.json @@ -10,7 +10,8 @@ "capacity": "12", "url": "https://ce.pdn.ac.lk/facilities/robotics-lab", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/10/index.json", - "descrription": "This is for Robotics related works", + "description": "This is for Robotics related works", + "features": "This is for Robotics related works", "tags": [ "lab" ], diff --git a/locations/v1/03/CR01/index.json b/locations/v1/03/CR01/index.json index 916b2488..f69ac170 100644 --- a/locations/v1/03/CR01/index.json +++ b/locations/v1/03/CR01/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/CR01/index.json", - "descrription": "This belongs to floor 3", + "description": "This belongs to floor 3", + "features": "This corridor can be used to reach all 6 lecturer's rooms, instructor room,operator rooma and main room", "tags": [ "public" ], diff --git a/locations/v1/03/ENTR/index.json b/locations/v1/03/ENTR/index.json index b5aaf4d5..437f5805 100644 --- a/locations/v1/03/ENTR/index.json +++ b/locations/v1/03/ENTR/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/ENTR/index.json", - "descrription": "Entrance and the Exit points are in here", + "description": "Entrance and the Exit points are in here", + "features": "The lift or the staircases to enter other floors can be accessed from here", "tags": [ "public" ], diff --git a/locations/v1/03/LIFT/index.json b/locations/v1/03/LIFT/index.json index f35567eb..46784e9d 100644 --- a/locations/v1/03/LIFT/index.json +++ b/locations/v1/03/LIFT/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/LIFT/index.json", - "descrription": "This belongs to Floor3", + "description": "This belongs to Floor3", + "features": "Can be used to enter other floors", "tags": [ "public" ], diff --git a/locations/v1/03/OP/index.json b/locations/v1/03/OP/index.json index 66f19ebd..3044032d 100644 --- a/locations/v1/03/OP/index.json +++ b/locations/v1/03/OP/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/OP/index.json", - "descrription": "This belongs to third Floor", + "description": "This belongs to third Floor", + "features": "", "tags": [ "authorized" ], diff --git a/locations/v1/03/index.json b/locations/v1/03/index.json index 39df79ac..9cfe3512 100644 --- a/locations/v1/03/index.json +++ b/locations/v1/03/index.json @@ -13,7 +13,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/01/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "staff" ], @@ -33,7 +34,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/02/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "staff" ], @@ -53,7 +55,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/03/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "staff" ], @@ -73,7 +76,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/04/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "staff" ], @@ -93,7 +97,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/05/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "staff" ], @@ -113,7 +118,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/06/index.json", - "descrription": "This contains a working space for six people and a storage", + "description": "This contains a working space for six people and a storage", + "features": "This is the room for Instructors and Post Graduate students", "tags": [ "staff" ], @@ -134,7 +140,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/07/index.json", - "descrription": "This space is Additionally used as material storage", + "description": "This space is Additionally used as material storage", + "features": "This room is used by Technical officer and assistant.Mr. Wasundara is currently incharge in here", "tags": [ "staff" ], @@ -154,7 +161,8 @@ "capacity": "20", "url": "https://ce.pdn.ac.lk/facilities/makerspace", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/08/index.json", - "descrription": "This lab has PLC Board, Industrial Conveyor Belt", + "description": "This lab has PLC Board, Industrial Conveyor Belt", + "features": "This lab has 5 Working Stations with Fabrication facilities", "tags": [ "lab" ], @@ -178,7 +186,8 @@ "capacity": "4", "url": "https://ce.pdn.ac.lk/facilities/makerspace", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/09/index.json", - "descrription": "This is for MakerSpace Heavy Machinery Work", + "description": "This is for MakerSpace Heavy Machinery Work", + "features": "This is for MakerSpace Heavy Machinery Work", "tags": [ "lab" ], @@ -202,7 +211,8 @@ "capacity": "12", "url": "https://ce.pdn.ac.lk/facilities/robotics-lab", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/10/index.json", - "descrription": "This is for Robotics related works", + "description": "This is for Robotics related works", + "features": "This is for Robotics related works", "tags": [ "lab" ], @@ -226,7 +236,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/CR01/index.json", - "descrription": "This belongs to floor 3", + "description": "This belongs to floor 3", + "features": "This corridor can be used to reach all 6 lecturer's rooms, instructor room,operator rooma and main room", "tags": [ "public" ], @@ -250,7 +261,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/ENTR/index.json", - "descrription": "Entrance and the Exit points are in here", + "description": "Entrance and the Exit points are in here", + "features": "The lift or the staircases to enter other floors can be accessed from here", "tags": [ "public" ], @@ -274,7 +286,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/LIFT/index.json", - "descrription": "This belongs to Floor3", + "description": "This belongs to Floor3", + "features": "Can be used to enter other floors", "tags": [ "public" ], @@ -294,7 +307,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/OP/index.json", - "descrription": "This belongs to third Floor", + "description": "This belongs to third Floor", + "features": "", "tags": [ "authorized" ], @@ -314,7 +328,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/00/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "staff" ], diff --git a/locations/v1/04/00/index.json b/locations/v1/04/00/index.json index 93f437bc..59c38a38 100644 --- a/locations/v1/04/00/index.json +++ b/locations/v1/04/00/index.json @@ -10,7 +10,8 @@ "capacity": "4", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/00/index.json", - "descrription": "This is for computer vision related projects,work", + "description": "This is for computer vision related projects,work", + "features": "This is for computer vision related projects,work", "tags": [ "lab" ], diff --git a/locations/v1/04/01/index.json b/locations/v1/04/01/index.json index 2c9c14cf..ab63b2f9 100644 --- a/locations/v1/04/01/index.json +++ b/locations/v1/04/01/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/01/index.json", - "descrription": "", + "description": "", + "features": "These space is to be used as the Incubation Centre for start-ups, Industry-Funded Laboratories (such as the Cambio Lab)", "tags": [ "" ], diff --git a/locations/v1/04/02/index.json b/locations/v1/04/02/index.json index 45f4d1e1..5f29b1d7 100644 --- a/locations/v1/04/02/index.json +++ b/locations/v1/04/02/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/02/index.json", - "descrription": "", + "description": "", + "features": "These space is to be used as the Incubation Centre for start-ups, Industry-Funded Laboratories (such as the Cambio Lab)", "tags": [ "" ], diff --git a/locations/v1/04/03/index.json b/locations/v1/04/03/index.json index 86c866b0..e814ac9a 100644 --- a/locations/v1/04/03/index.json +++ b/locations/v1/04/03/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/03/index.json", - "descrription": "", + "description": "", + "features": "These space is to be used as the Incubation Centre for start-ups, Industry-Funded Laboratories (such as the Cambio Lab)", "tags": [ "" ], diff --git a/locations/v1/04/04/index.json b/locations/v1/04/04/index.json index 33ecce1a..b50fd334 100644 --- a/locations/v1/04/04/index.json +++ b/locations/v1/04/04/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/04/index.json", - "descrription": "", + "description": "", + "features": "These space is to be used as the Incubation Centre for start-ups, Industry-Funded Laboratories (such as the Cambio Lab)", "tags": [ "" ], diff --git a/locations/v1/04/05/index.json b/locations/v1/04/05/index.json index 4d3eeb31..27f431bc 100644 --- a/locations/v1/04/05/index.json +++ b/locations/v1/04/05/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/05/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "staff" ], diff --git a/locations/v1/04/06/index.json b/locations/v1/04/06/index.json index 67c244a5..4b651ccb 100644 --- a/locations/v1/04/06/index.json +++ b/locations/v1/04/06/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/06/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "staff" ], diff --git a/locations/v1/04/07G/index.json b/locations/v1/04/07G/index.json index 31d8e378..11c06681 100644 --- a/locations/v1/04/07G/index.json +++ b/locations/v1/04/07G/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/07G/index.json", - "descrription": "These washromms are For the use of Gents", + "description": "These washromms are For the use of Gents", + "features": "", "tags": [ "public" ], diff --git a/locations/v1/04/07L/index.json b/locations/v1/04/07L/index.json index d4c47e0b..8cf1821b 100644 --- a/locations/v1/04/07L/index.json +++ b/locations/v1/04/07L/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/07L/index.json", - "descrription": "These washromms are For the use of Ladies", + "description": "These washromms are For the use of Ladies", + "features": "", "tags": [ "public" ], diff --git a/locations/v1/04/08/index.json b/locations/v1/04/08/index.json index b2ec1edb..c70ee75d 100644 --- a/locations/v1/04/08/index.json +++ b/locations/v1/04/08/index.json @@ -10,7 +10,8 @@ "capacity": "70", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/08/index.json", - "descrription": "This lab has teaching aids, facilities like Multimedia Projector", + "description": "This lab has teaching aids, facilities like Multimedia Projector", + "features": "This is the main computer laboratory of the department", "tags": [ "lab" ], diff --git a/locations/v1/04/09/index.json b/locations/v1/04/09/index.json index 11c179d2..a95fb9c0 100644 --- a/locations/v1/04/09/index.json +++ b/locations/v1/04/09/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/09/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "staff" ], diff --git a/locations/v1/04/10/index.json b/locations/v1/04/10/index.json index 52217263..8d629b99 100644 --- a/locations/v1/04/10/index.json +++ b/locations/v1/04/10/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/10/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "staff" ], diff --git a/locations/v1/04/11/index.json b/locations/v1/04/11/index.json index 1aa87752..5a576a2b 100644 --- a/locations/v1/04/11/index.json +++ b/locations/v1/04/11/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/11/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "staff" ], diff --git a/locations/v1/04/12/index.json b/locations/v1/04/12/index.json index 02dd0430..fb53572c 100644 --- a/locations/v1/04/12/index.json +++ b/locations/v1/04/12/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "https://ce.pdn.ac.lk/facilities/server-room", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/12/index.json", - "descrription": "This space for Department servers", + "description": "This space for Department servers", + "features": "", "tags": [ "authorized" ], diff --git a/locations/v1/04/13/index.json b/locations/v1/04/13/index.json index 21794a23..7a2ae13d 100644 --- a/locations/v1/04/13/index.json +++ b/locations/v1/04/13/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/13/index.json", - "descrription": "This contains a working space for two people and a storage", + "description": "This contains a working space for two people and a storage", + "features": "This is the room for Instructors and Past Graduate students", "tags": [ "staff" ], diff --git a/locations/v1/04/CR01/index.json b/locations/v1/04/CR01/index.json index 75121893..e73d55e9 100644 --- a/locations/v1/04/CR01/index.json +++ b/locations/v1/04/CR01/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/CR01/index.json", - "descrription": "This corridor can be used to reach lift,corridor2,instructor room,staircase,computer lab1 and washrooms", + "description": "This corridor can be used to reach lift,corridor2,instructor room,staircase,computer lab1 and washrooms", + "features": "", "tags": [ "public" ], diff --git a/locations/v1/04/CR02/index.json b/locations/v1/04/CR02/index.json index ec8a643b..f3d3c036 100644 --- a/locations/v1/04/CR02/index.json +++ b/locations/v1/04/CR02/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/CR02/index.json", - "descrription": "This corridor can be used to enter to the computer vision lab,main room and operators", + "description": "This corridor can be used to enter to the computer vision lab,main room and operators", + "features": "", "tags": [ "public" ], diff --git a/locations/v1/04/ENTR/index.json b/locations/v1/04/ENTR/index.json index 320531a5..243c2cba 100644 --- a/locations/v1/04/ENTR/index.json +++ b/locations/v1/04/ENTR/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/ENTR/index.json", - "descrription": "Entrance and the Exit points are in here", + "description": "Entrance and the Exit points are in here", + "features": "The lift or the staircases to enter other lower floors can be accessed from here", "tags": [ "public" ], diff --git a/locations/v1/04/LIFT/index.json b/locations/v1/04/LIFT/index.json index 85aca40a..cf421603 100644 --- a/locations/v1/04/LIFT/index.json +++ b/locations/v1/04/LIFT/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/LIFT/index.json", - "descrription": "Can be used to enter other floors", + "description": "Can be used to enter other floors", + "features": "", "tags": [ "public" ], diff --git a/locations/v1/04/OP/index.json b/locations/v1/04/OP/index.json index 602dc876..ccbabf4c 100644 --- a/locations/v1/04/OP/index.json +++ b/locations/v1/04/OP/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/OP/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "authorized" ], diff --git a/locations/v1/04/index.json b/locations/v1/04/index.json index 08a4ee10..636fe17b 100644 --- a/locations/v1/04/index.json +++ b/locations/v1/04/index.json @@ -13,7 +13,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/01/index.json", - "descrription": "", + "description": "", + "features": "These space is to be used as the Incubation Centre for start-ups, Industry-Funded Laboratories (such as the Cambio Lab)", "tags": [ "" ], @@ -31,7 +32,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/02/index.json", - "descrription": "", + "description": "", + "features": "These space is to be used as the Incubation Centre for start-ups, Industry-Funded Laboratories (such as the Cambio Lab)", "tags": [ "" ], @@ -49,7 +51,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/03/index.json", - "descrription": "", + "description": "", + "features": "These space is to be used as the Incubation Centre for start-ups, Industry-Funded Laboratories (such as the Cambio Lab)", "tags": [ "" ], @@ -67,7 +70,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/04/index.json", - "descrription": "", + "description": "", + "features": "These space is to be used as the Incubation Centre for start-ups, Industry-Funded Laboratories (such as the Cambio Lab)", "tags": [ "" ], @@ -85,7 +89,8 @@ "capacity": "4", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/00/index.json", - "descrription": "This is for computer vision related projects,work", + "description": "This is for computer vision related projects,work", + "features": "This is for computer vision related projects,work", "tags": [ "lab" ], @@ -109,7 +114,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/05/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "staff" ], @@ -129,7 +135,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/06/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "staff" ], @@ -149,7 +156,8 @@ "capacity": "70", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/08/index.json", - "descrription": "This lab has teaching aids, facilities like Multimedia Projector", + "description": "This lab has teaching aids, facilities like Multimedia Projector", + "features": "This is the main computer laboratory of the department", "tags": [ "lab" ], @@ -173,7 +181,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/09/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "staff" ], @@ -193,7 +202,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/10/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "staff" ], @@ -213,7 +223,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/11/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "staff" ], @@ -233,7 +244,8 @@ "capacity": "", "url": "https://ce.pdn.ac.lk/facilities/server-room", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/12/index.json", - "descrription": "This space for Department servers", + "description": "This space for Department servers", + "features": "", "tags": [ "authorized" ], @@ -253,7 +265,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/13/index.json", - "descrription": "This contains a working space for two people and a storage", + "description": "This contains a working space for two people and a storage", + "features": "This is the room for Instructors and Past Graduate students", "tags": [ "staff" ], @@ -274,7 +287,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/07L/index.json", - "descrription": "These washromms are For the use of Ladies", + "description": "These washromms are For the use of Ladies", + "features": "", "tags": [ "public" ], @@ -292,7 +306,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/07G/index.json", - "descrription": "These washromms are For the use of Gents", + "description": "These washromms are For the use of Gents", + "features": "", "tags": [ "public" ], @@ -310,7 +325,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/ENTR/index.json", - "descrription": "Entrance and the Exit points are in here", + "description": "Entrance and the Exit points are in here", + "features": "The lift or the staircases to enter other lower floors can be accessed from here", "tags": [ "public" ], @@ -334,7 +350,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/CR01/index.json", - "descrription": "This corridor can be used to reach lift,corridor2,instructor room,staircase,computer lab1 and washrooms", + "description": "This corridor can be used to reach lift,corridor2,instructor room,staircase,computer lab1 and washrooms", + "features": "", "tags": [ "public" ], @@ -358,7 +375,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/LIFT/index.json", - "descrription": "Can be used to enter other floors", + "description": "Can be used to enter other floors", + "features": "", "tags": [ "public" ], @@ -378,7 +396,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/OP/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "authorized" ], @@ -398,7 +417,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/CR02/index.json", - "descrription": "This corridor can be used to enter to the computer vision lab,main room and operators", + "description": "This corridor can be used to enter to the computer vision lab,main room and operators", + "features": "", "tags": [ "public" ], diff --git a/locations/v1/G/01/index.json b/locations/v1/G/01/index.json index f9713796..21b7fe79 100644 --- a/locations/v1/G/01/index.json +++ b/locations/v1/G/01/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "http://www.ce.pdn.ac.lk/", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/01/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "public" ], diff --git a/locations/v1/G/02/index.json b/locations/v1/G/02/index.json index 1cfcec51..a8fb83ad 100644 --- a/locations/v1/G/02/index.json +++ b/locations/v1/G/02/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/02/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ " staff", "private" diff --git a/locations/v1/G/03/index.json b/locations/v1/G/03/index.json index e5620d8c..57d30979 100644 --- a/locations/v1/G/03/index.json +++ b/locations/v1/G/03/index.json @@ -10,7 +10,8 @@ "capacity": "15", "url": "https://ce.pdn.ac.lk/facilities/conference-room/", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/03/index.json", - "descrription": "This is for official gatherings", + "description": "This is for official gatherings", + "features": "This conference room has facilities like Smart Display,Conference Camera, Conference Mic", "tags": [ "public" ], diff --git a/locations/v1/G/04/index.json b/locations/v1/G/04/index.json index cb777ac5..259e16ca 100644 --- a/locations/v1/G/04/index.json +++ b/locations/v1/G/04/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/04/index.json", - "descrription": "This is a transit area", + "description": "This is a transit area", + "features": "This space consists of a library and a museaum", "tags": [ "public" ], diff --git a/locations/v1/G/05/index.json b/locations/v1/G/05/index.json index c53d2a8f..80a7ff03 100644 --- a/locations/v1/G/05/index.json +++ b/locations/v1/G/05/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/05/index.json", - "descrription": "It has a Storage area", + "description": "It has a Storage area", + "features": "", "tags": [ "authorized" ], diff --git a/locations/v1/G/06/index.json b/locations/v1/G/06/index.json index f9a22513..3e6e4144 100644 --- a/locations/v1/G/06/index.json +++ b/locations/v1/G/06/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/06/index.json", - "descrription": "Currently used by TOs", + "description": "Currently used by TOs", + "features": "It has facilities for staff gatherings", "tags": [ "staff" ], diff --git a/locations/v1/G/07/index.json b/locations/v1/G/07/index.json index f5f0eaca..b5052450 100644 --- a/locations/v1/G/07/index.json +++ b/locations/v1/G/07/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/07/index.json", - "descrription": "to be used for lunch, tea and other informal gatherings.", + "description": "to be used for lunch, tea and other informal gatherings.", + "features": "It has facilities for gatherings", "tags": [ "staff" ], diff --git a/locations/v1/G/08/index.json b/locations/v1/G/08/index.json index 73ac6b79..2420764a 100644 --- a/locations/v1/G/08/index.json +++ b/locations/v1/G/08/index.json @@ -10,7 +10,8 @@ "capacity": "30-40", "url": "https://ce.pdn.ac.lk/facilities/open-lab", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/08/index.json", - "descrription": "Whiteboards and facilities for using laptops", + "description": "Whiteboards and facilities for using laptops", + "features": "This is used by students for group-work, 'tech-talks', etc..After Hours access through G11", "tags": [ "lab" ], diff --git a/locations/v1/G/09/index.json b/locations/v1/G/09/index.json index 9cbc082b..01e4eec4 100644 --- a/locations/v1/G/09/index.json +++ b/locations/v1/G/09/index.json @@ -10,7 +10,8 @@ "capacity": "5-10", "url": "https://ce.pdn.ac.lk/facilities/open-lab", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/09/index.json", - "descrription": "Open lab with Sofa and some seating arrangements", + "description": "Open lab with Sofa and some seating arrangements", + "features": "This is used by students for group-work, 'tech-talks', etc..After Hours access through G11", "tags": [ "lab" ], diff --git a/locations/v1/G/10G/index.json b/locations/v1/G/10G/index.json index 91a5bf5b..a5d69e9b 100644 --- a/locations/v1/G/10G/index.json +++ b/locations/v1/G/10G/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/10G/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "public" ], diff --git a/locations/v1/G/10L/index.json b/locations/v1/G/10L/index.json index 9f7aacd0..349365db 100644 --- a/locations/v1/G/10L/index.json +++ b/locations/v1/G/10L/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/10L/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "public" ], diff --git a/locations/v1/G/11/index.json b/locations/v1/G/11/index.json index 8c97cbba..997b23bb 100644 --- a/locations/v1/G/11/index.json +++ b/locations/v1/G/11/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/11/index.json", - "descrription": "Providing after hours access to G-08 and G-09", + "description": "Providing after hours access to G-08 and G-09", + "features": "This space is used for activities in ACES", "tags": [ "public" ], diff --git a/locations/v1/G/18/index.json b/locations/v1/G/18/index.json index 8ccae65b..e1620227 100644 --- a/locations/v1/G/18/index.json +++ b/locations/v1/G/18/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/18/index.json", - "descrription": "This is the entrance area", + "description": "This is the entrance area", + "features": "Seating arrangements are in this entrance area", "tags": [ "public" ], diff --git a/locations/v1/G/CR01/index.json b/locations/v1/G/CR01/index.json index f7c15ccd..9a89626b 100644 --- a/locations/v1/G/CR01/index.json +++ b/locations/v1/G/CR01/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/CR01/index.json", - "descrription": "This corridor connects central lobby,department office,conference room, operator room", + "description": "This corridor connects central lobby,department office,conference room, operator room", + "features": "", "tags": [ "public" ], diff --git a/locations/v1/G/LIFT/index.json b/locations/v1/G/LIFT/index.json index 2e1eea9d..6719b736 100644 --- a/locations/v1/G/LIFT/index.json +++ b/locations/v1/G/LIFT/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/LIFT/index.json", - "descrription": "Can be used to enter other floors", + "description": "Can be used to enter other floors", + "features": "", "tags": [ "public" ], diff --git a/locations/v1/G/OP/index.json b/locations/v1/G/OP/index.json index 1f8a0b9d..66c3018f 100644 --- a/locations/v1/G/OP/index.json +++ b/locations/v1/G/OP/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/OP/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "authorized" ], diff --git a/locations/v1/G/OUTSIDE/index.json b/locations/v1/G/OUTSIDE/index.json index be8da286..af5217bb 100644 --- a/locations/v1/G/OUTSIDE/index.json +++ b/locations/v1/G/OUTSIDE/index.json @@ -10,7 +10,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/OUTSIDE/index.json", - "descrription": "", + "description": "", + "features": "This is the outside area of the Dept", "tags": [ "public" ], diff --git a/locations/v1/G/index.json b/locations/v1/G/index.json index a97e81d0..d56961b4 100644 --- a/locations/v1/G/index.json +++ b/locations/v1/G/index.json @@ -13,7 +13,8 @@ "capacity": "", "url": "http://www.ce.pdn.ac.lk/", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/01/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "public" ], @@ -37,7 +38,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/02/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ " staff", "private" @@ -62,7 +64,8 @@ "capacity": "15", "url": "https://ce.pdn.ac.lk/facilities/conference-room/", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/03/index.json", - "descrription": "This is for official gatherings", + "description": "This is for official gatherings", + "features": "This conference room has facilities like Smart Display,Conference Camera, Conference Mic", "tags": [ "public" ], @@ -86,7 +89,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/04/index.json", - "descrription": "This is a transit area", + "description": "This is a transit area", + "features": "This space consists of a library and a museaum", "tags": [ "public" ], @@ -110,7 +114,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/05/index.json", - "descrription": "It has a Storage area", + "description": "It has a Storage area", + "features": "", "tags": [ "authorized" ], @@ -130,7 +135,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/06/index.json", - "descrription": "Currently used by TOs", + "description": "Currently used by TOs", + "features": "It has facilities for staff gatherings", "tags": [ "staff" ], @@ -152,7 +158,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/07/index.json", - "descrription": "to be used for lunch, tea and other informal gatherings.", + "description": "to be used for lunch, tea and other informal gatherings.", + "features": "It has facilities for gatherings", "tags": [ "staff" ], @@ -174,7 +181,8 @@ "capacity": "30-40", "url": "https://ce.pdn.ac.lk/facilities/open-lab", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/08/index.json", - "descrription": "Whiteboards and facilities for using laptops", + "description": "Whiteboards and facilities for using laptops", + "features": "This is used by students for group-work, 'tech-talks', etc..After Hours access through G11", "tags": [ "lab" ], @@ -198,7 +206,8 @@ "capacity": "5-10", "url": "https://ce.pdn.ac.lk/facilities/open-lab", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/09/index.json", - "descrription": "Open lab with Sofa and some seating arrangements", + "description": "Open lab with Sofa and some seating arrangements", + "features": "This is used by students for group-work, 'tech-talks', etc..After Hours access through G11", "tags": [ "lab" ], @@ -222,7 +231,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/10G/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "public" ], @@ -246,7 +256,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/10L/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "public" ], @@ -270,7 +281,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/11/index.json", - "descrription": "Providing after hours access to G-08 and G-09", + "description": "Providing after hours access to G-08 and G-09", + "features": "This space is used for activities in ACES", "tags": [ "public" ], @@ -294,7 +306,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/OUTSIDE/index.json", - "descrription": "", + "description": "", + "features": "This is the outside area of the Dept", "tags": [ "public" ], @@ -318,7 +331,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/CR01/index.json", - "descrription": "This corridor connects central lobby,department office,conference room, operator room", + "description": "This corridor connects central lobby,department office,conference room, operator room", + "features": "", "tags": [ "public" ], @@ -342,7 +356,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/LIFT/index.json", - "descrription": "Can be used to enter other floors", + "description": "Can be used to enter other floors", + "features": "", "tags": [ "public" ], @@ -362,7 +377,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/OP/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "authorized" ], @@ -382,7 +398,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/18/index.json", - "descrription": "This is the entrance area", + "description": "This is the entrance area", + "features": "Seating arrangements are in this entrance area", "tags": [ "public" ], diff --git a/locations/v1/all/index.json b/locations/v1/all/index.json index 3d930c79..76a07dd0 100644 --- a/locations/v1/all/index.json +++ b/locations/v1/all/index.json @@ -14,7 +14,8 @@ "capacity": "", "url": "http://www.ce.pdn.ac.lk/", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/01/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "public" ], @@ -38,7 +39,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/02/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ " staff", "private" @@ -63,7 +65,8 @@ "capacity": "15", "url": "https://ce.pdn.ac.lk/facilities/conference-room/", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/03/index.json", - "descrription": "This is for official gatherings", + "description": "This is for official gatherings", + "features": "This conference room has facilities like Smart Display,Conference Camera, Conference Mic", "tags": [ "public" ], @@ -87,7 +90,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/04/index.json", - "descrription": "This is a transit area", + "description": "This is a transit area", + "features": "This space consists of a library and a museaum", "tags": [ "public" ], @@ -111,7 +115,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/05/index.json", - "descrription": "It has a Storage area", + "description": "It has a Storage area", + "features": "", "tags": [ "authorized" ], @@ -131,7 +136,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/06/index.json", - "descrription": "Currently used by TOs", + "description": "Currently used by TOs", + "features": "It has facilities for staff gatherings", "tags": [ "staff" ], @@ -153,7 +159,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/07/index.json", - "descrription": "to be used for lunch, tea and other informal gatherings.", + "description": "to be used for lunch, tea and other informal gatherings.", + "features": "It has facilities for gatherings", "tags": [ "staff" ], @@ -175,7 +182,8 @@ "capacity": "30-40", "url": "https://ce.pdn.ac.lk/facilities/open-lab", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/08/index.json", - "descrription": "Whiteboards and facilities for using laptops", + "description": "Whiteboards and facilities for using laptops", + "features": "This is used by students for group-work, 'tech-talks', etc..After Hours access through G11", "tags": [ "lab" ], @@ -199,7 +207,8 @@ "capacity": "5-10", "url": "https://ce.pdn.ac.lk/facilities/open-lab", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/09/index.json", - "descrription": "Open lab with Sofa and some seating arrangements", + "description": "Open lab with Sofa and some seating arrangements", + "features": "This is used by students for group-work, 'tech-talks', etc..After Hours access through G11", "tags": [ "lab" ], @@ -223,7 +232,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/10G/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "public" ], @@ -247,7 +257,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/10L/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "public" ], @@ -271,7 +282,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/11/index.json", - "descrription": "Providing after hours access to G-08 and G-09", + "description": "Providing after hours access to G-08 and G-09", + "features": "This space is used for activities in ACES", "tags": [ "public" ], @@ -295,7 +307,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/OUTSIDE/index.json", - "descrription": "", + "description": "", + "features": "This is the outside area of the Dept", "tags": [ "public" ], @@ -319,7 +332,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/CR01/index.json", - "descrription": "This corridor connects central lobby,department office,conference room, operator room", + "description": "This corridor connects central lobby,department office,conference room, operator room", + "features": "", "tags": [ "public" ], @@ -343,7 +357,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/LIFT/index.json", - "descrription": "Can be used to enter other floors", + "description": "Can be used to enter other floors", + "features": "", "tags": [ "public" ], @@ -363,7 +378,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/OP/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "authorized" ], @@ -383,7 +399,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/G/18/index.json", - "descrription": "This is the entrance area", + "description": "This is the entrance area", + "features": "Seating arrangements are in this entrance area", "tags": [ "public" ], @@ -412,7 +429,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/01/index.json", - "descrription": "This belongs to first Floor", + "description": "This belongs to first Floor", + "features": "This room is used by Technical officer and assistant", "tags": [ "staff" ], @@ -432,7 +450,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/02/index.json", - "descrription": "This contains a working space for four", + "description": "This contains a working space for four", + "features": "This is the room for Instructors and Past Graduate students", "tags": [ "staff" ], @@ -453,7 +472,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/03/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "staff" ], @@ -473,7 +493,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/04/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "staff" ], @@ -493,7 +514,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/05/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "staff" ], @@ -513,7 +535,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/06/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "staff" ], @@ -533,7 +556,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/07/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "staff" ], @@ -553,7 +577,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/08/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "staff" ], @@ -573,7 +598,8 @@ "capacity": "30", "url": "https://ce.pdn.ac.lk/facilities/networking-lab", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/09/index.json", - "descrription": "This lab has Computers, Networking Devices etc.", + "description": "This lab has Computers, Networking Devices etc.", + "features": "This lab is used for Networking related courses", "tags": [ "lab" ], @@ -597,7 +623,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/CR01/index.json", - "descrription": "This belongs to floor 1", + "description": "This belongs to floor 1", + "features": "This corridor can be used to reach Lecturers' Room 1, 2, Instructors' Room and the Main room", "tags": [ "public" ], @@ -621,7 +648,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/ENTR/index.json", - "descrription": "Entrance and the Exit points are in here", + "description": "Entrance and the Exit points are in here", + "features": "The lift or the staircases to enter other floors can be accessed from here", "tags": [ "public" ], @@ -645,7 +673,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/OP/index.json", - "descrription": "This belongs to Floor1", + "description": "This belongs to Floor1", + "features": "", "tags": [ "authorized" ], @@ -665,7 +694,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/LIFT/index.json", - "descrription": "This belongs to Floor1", + "description": "This belongs to Floor1", + "features": "Can be used to enter other floors", "tags": [ "public" ], @@ -685,7 +715,8 @@ "capacity": "64", "url": "https://ce.pdn.ac.lk/facilities/computer-lab2", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/01/00/index.json", - "descrription": "This lab contains 2 built in projectors and screens and 64 computers", + "description": "This lab contains 2 built in projectors and screens and 64 computers", + "features": "Can be used for lab activities", "tags": [ "lab" ], @@ -714,7 +745,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/01/index.json", - "descrription": "This room is used by Technical officer and assistant.Mr.Kelum is currently incharge in here", + "description": "This room is used by Technical officer and assistant.Mr.Kelum is currently incharge in here", + "features": "This room has a Hardware component storage", "tags": [ "staff" ], @@ -734,7 +766,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/02/index.json", - "descrription": "This is the room for Instructors and Post Graduate students", + "description": "This is the room for Instructors and Post Graduate students", + "features": "This room has working space for four", "tags": [ "staff" ], @@ -755,7 +788,8 @@ "capacity": "6", "url": "https://ce.pdn.ac.lk/facilities/industrial-automation-lab", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/03/index.json", - "descrription": "This lab is used for related lab activities", + "description": "This lab is used for related lab activities", + "features": "This lab has PLC Boards, Industrial Conveyor Belts", "tags": [ "lab" ], @@ -779,7 +813,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/09/index.json", - "descrription": "This room is used to have discussions of projects,activities etc", + "description": "This room is used to have discussions of projects,activities etc", + "features": "This has a space for 30 students and White Boards and study tables are availbale", "tags": [ "public" ], @@ -803,7 +838,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/05/index.json", - "descrription": "https://people.ce.pdn.ac.lk/staff/academic/", + "description": "https://people.ce.pdn.ac.lk/staff/academic/", + "features": "", "tags": [ "staff" ], @@ -823,7 +859,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/06/index.json", - "descrription": "https://people.ce.pdn.ac.lk/staff/academic/", + "description": "https://people.ce.pdn.ac.lk/staff/academic/", + "features": "", "tags": [ "staff" ], @@ -843,7 +880,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/07/index.json", - "descrription": "https://people.ce.pdn.ac.lk/staff/academic/", + "description": "https://people.ce.pdn.ac.lk/staff/academic/", + "features": "", "tags": [ "staff" ], @@ -863,7 +901,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/08/index.json", - "descrription": "https://people.ce.pdn.ac.lk/staff/academic/", + "description": "https://people.ce.pdn.ac.lk/staff/academic/", + "features": "", "tags": [ "staff" ], @@ -883,7 +922,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/ENTR/index.json", - "descrription": "The lift or the staircases to enter other floors can be accessed from here", + "description": "The lift or the staircases to enter other floors can be accessed from here", + "features": "Entrance and the Exit points are in here", "tags": [ "public" ], @@ -907,7 +947,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/LIFT/index.json", - "descrription": "Can be used to enter other floors", + "description": "Can be used to enter other floors", + "features": "This belongs to Floor2", "tags": [ "public" ], @@ -927,7 +968,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/CR01/index.json", - "descrription": "This corridor can be used to reach discussion room,Hardware & CI lab,TO room and Main room", + "description": "This corridor can be used to reach discussion room,Hardware & CI lab,TO room and Main room", + "features": "This belongs to floor 2", "tags": [ "public" ], @@ -951,7 +993,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/OP/index.json", - "descrription": "", + "description": "", + "features": "This belongs to second Floor", "tags": [ "authorized" ], @@ -971,7 +1014,8 @@ "capacity": "60", "url": "https://ce.pdn.ac.lk/facilities/hardware-and-interfacing-lab/", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/02/00/index.json", - "descrription": "This lab is used for Digital Design, Embedded Systems and other courses", + "description": "This lab is used for Digital Design, Embedded Systems and other courses", + "features": "This lab contains 30 Computers, Oscilloscopes, Power Supplies, Signal Generators", "tags": [ "lab" ], @@ -1000,7 +1044,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/01/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "staff" ], @@ -1020,7 +1065,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/02/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "staff" ], @@ -1040,7 +1086,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/03/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "staff" ], @@ -1060,7 +1107,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/04/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "staff" ], @@ -1080,7 +1128,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/05/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "staff" ], @@ -1100,7 +1149,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/06/index.json", - "descrription": "This contains a working space for six people and a storage", + "description": "This contains a working space for six people and a storage", + "features": "This is the room for Instructors and Post Graduate students", "tags": [ "staff" ], @@ -1121,7 +1171,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/07/index.json", - "descrription": "This space is Additionally used as material storage", + "description": "This space is Additionally used as material storage", + "features": "This room is used by Technical officer and assistant.Mr. Wasundara is currently incharge in here", "tags": [ "staff" ], @@ -1141,7 +1192,8 @@ "capacity": "20", "url": "https://ce.pdn.ac.lk/facilities/makerspace", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/08/index.json", - "descrription": "This lab has PLC Board, Industrial Conveyor Belt", + "description": "This lab has PLC Board, Industrial Conveyor Belt", + "features": "This lab has 5 Working Stations with Fabrication facilities", "tags": [ "lab" ], @@ -1165,7 +1217,8 @@ "capacity": "4", "url": "https://ce.pdn.ac.lk/facilities/makerspace", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/09/index.json", - "descrription": "This is for MakerSpace Heavy Machinery Work", + "description": "This is for MakerSpace Heavy Machinery Work", + "features": "This is for MakerSpace Heavy Machinery Work", "tags": [ "lab" ], @@ -1189,7 +1242,8 @@ "capacity": "12", "url": "https://ce.pdn.ac.lk/facilities/robotics-lab", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/10/index.json", - "descrription": "This is for Robotics related works", + "description": "This is for Robotics related works", + "features": "This is for Robotics related works", "tags": [ "lab" ], @@ -1213,7 +1267,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/CR01/index.json", - "descrription": "This belongs to floor 3", + "description": "This belongs to floor 3", + "features": "This corridor can be used to reach all 6 lecturer's rooms, instructor room,operator rooma and main room", "tags": [ "public" ], @@ -1237,7 +1292,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/ENTR/index.json", - "descrription": "Entrance and the Exit points are in here", + "description": "Entrance and the Exit points are in here", + "features": "The lift or the staircases to enter other floors can be accessed from here", "tags": [ "public" ], @@ -1261,7 +1317,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/LIFT/index.json", - "descrription": "This belongs to Floor3", + "description": "This belongs to Floor3", + "features": "Can be used to enter other floors", "tags": [ "public" ], @@ -1281,7 +1338,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/OP/index.json", - "descrription": "This belongs to third Floor", + "description": "This belongs to third Floor", + "features": "", "tags": [ "authorized" ], @@ -1301,7 +1359,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/03/00/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "staff" ], @@ -1326,7 +1385,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/01/index.json", - "descrription": "", + "description": "", + "features": "These space is to be used as the Incubation Centre for start-ups, Industry-Funded Laboratories (such as the Cambio Lab)", "tags": [ "" ], @@ -1344,7 +1404,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/02/index.json", - "descrription": "", + "description": "", + "features": "These space is to be used as the Incubation Centre for start-ups, Industry-Funded Laboratories (such as the Cambio Lab)", "tags": [ "" ], @@ -1362,7 +1423,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/03/index.json", - "descrription": "", + "description": "", + "features": "These space is to be used as the Incubation Centre for start-ups, Industry-Funded Laboratories (such as the Cambio Lab)", "tags": [ "" ], @@ -1380,7 +1442,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/04/index.json", - "descrription": "", + "description": "", + "features": "These space is to be used as the Incubation Centre for start-ups, Industry-Funded Laboratories (such as the Cambio Lab)", "tags": [ "" ], @@ -1398,7 +1461,8 @@ "capacity": "4", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/00/index.json", - "descrription": "This is for computer vision related projects,work", + "description": "This is for computer vision related projects,work", + "features": "This is for computer vision related projects,work", "tags": [ "lab" ], @@ -1422,7 +1486,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/05/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "staff" ], @@ -1442,7 +1507,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/06/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "staff" ], @@ -1462,7 +1528,8 @@ "capacity": "70", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/08/index.json", - "descrription": "This lab has teaching aids, facilities like Multimedia Projector", + "description": "This lab has teaching aids, facilities like Multimedia Projector", + "features": "This is the main computer laboratory of the department", "tags": [ "lab" ], @@ -1486,7 +1553,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/09/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "staff" ], @@ -1506,7 +1574,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/10/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "staff" ], @@ -1526,7 +1595,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/11/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "staff" ], @@ -1546,7 +1616,8 @@ "capacity": "", "url": "https://ce.pdn.ac.lk/facilities/server-room", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/12/index.json", - "descrription": "This space for Department servers", + "description": "This space for Department servers", + "features": "", "tags": [ "authorized" ], @@ -1566,7 +1637,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/13/index.json", - "descrription": "This contains a working space for two people and a storage", + "description": "This contains a working space for two people and a storage", + "features": "This is the room for Instructors and Past Graduate students", "tags": [ "staff" ], @@ -1587,7 +1659,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/07L/index.json", - "descrription": "These washromms are For the use of Ladies", + "description": "These washromms are For the use of Ladies", + "features": "", "tags": [ "public" ], @@ -1605,7 +1678,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/07G/index.json", - "descrription": "These washromms are For the use of Gents", + "description": "These washromms are For the use of Gents", + "features": "", "tags": [ "public" ], @@ -1623,7 +1697,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/ENTR/index.json", - "descrription": "Entrance and the Exit points are in here", + "description": "Entrance and the Exit points are in here", + "features": "The lift or the staircases to enter other lower floors can be accessed from here", "tags": [ "public" ], @@ -1647,7 +1722,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/CR01/index.json", - "descrription": "This corridor can be used to reach lift,corridor2,instructor room,staircase,computer lab1 and washrooms", + "description": "This corridor can be used to reach lift,corridor2,instructor room,staircase,computer lab1 and washrooms", + "features": "", "tags": [ "public" ], @@ -1671,7 +1747,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/LIFT/index.json", - "descrription": "Can be used to enter other floors", + "description": "Can be used to enter other floors", + "features": "", "tags": [ "public" ], @@ -1691,7 +1768,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/OP/index.json", - "descrription": "", + "description": "", + "features": "", "tags": [ "authorized" ], @@ -1711,7 +1789,8 @@ "capacity": "", "url": "", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/CR02/index.json", - "descrription": "This corridor can be used to enter to the computer vision lab,main room and operators", + "description": "This corridor can be used to enter to the computer vision lab,main room and operators", + "features": "", "tags": [ "public" ], diff --git a/locations/v1/index.json b/locations/v1/index.json index c3c93a20..f5b89cb2 100644 --- a/locations/v1/index.json +++ b/locations/v1/index.json @@ -23,5 +23,10 @@ "floor": "04", "api_url": "https://api.ce.pdn.ac.lk/locations/v1/04/index.json", "location_count": 20 + }, + "all": { + "floor": "N/A", + "api_url": "https://api.ce.pdn.ac.lk/locations/v1/all/index.json", + "location_count": 79 } } \ No newline at end of file diff --git a/python_scripts/locations.py b/python_scripts/locations.py index 4b1f201e..d5ca4797 100644 --- a/python_scripts/locations.py +++ b/python_scripts/locations.py @@ -119,7 +119,8 @@ def write_location(data): "capacity": loc_raw_data[CAPACITY], "url": loc_raw_data[URL], "api_url": api_url, - "descrription": loc_raw_data[DESCRIPTION], + "description": loc_raw_data[DESCRIPTION], + "features": loc_raw_data[FEATURES], "tags": sorted(tag_list), "accessibility": sorted(list(set(access_list))), } @@ -133,12 +134,20 @@ def write_location(data): # Write index file location_index = {} +location_total = 0 for floor in locations: + location_total = location_total + len(locations[floor]['locations']) location_index[floor] = { "floor": floor, "api_url": "{0}/{1}/index.json".format(apiIndex, floor), "location_count": len(locations[floor]['locations']) } +location_index["all"] = { + "floor": "N/A", + "api_url": "{0}/all/index.json".format(apiIndex), + "location_count": location_total +} + filename = "../locations/v1/index.json" os.makedirs(os.path.dirname(filename), exist_ok=True) with open(filename, "w") as f: