Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion learning_resources/etl/xpro.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"Simplilearn": PlatformType.simplilearn.name,
"Susskind": PlatformType.susskind.name,
"WHU": PlatformType.whu.name,
"MIT xPRO": PlatformType.xpro.name,
"xPRO": PlatformType.xpro.name,
}


Expand Down
14 changes: 7 additions & 7 deletions test_json/xpro_courses.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"readable_id": "course-v1:xPRO+SysEngxB1",
"courseruns": [],
"next_run_id": null,
"platform": "MIT xPRO",
"platform": "xPRO",
"topics": [{ "name": "Business:Leadership & Organizations" }],
"format": "Online"
},
Expand All @@ -18,7 +18,7 @@
"description": "<p>Course 3 of 4 that comprises the Architecture and Systems Engineering Professional Certificate Program. This course may be taken individually, without enrolling in the professional certificate program.</p>",
"thumbnail_url": "/static/images/mit-dome.png",
"readable_id": "course-v1:xPRO+SysEngxB3",
"platform": "MIT xPRO",
"platform": "xPRO",
"courseruns": [
{
"title": "SEED Model-Based Systems Engineering: Documentation and Analysis - Fall 2020",
Expand Down Expand Up @@ -46,7 +46,7 @@
"thumbnail_url": "/static/images/mit-dome.png",
"readable_id": "course-v1:xPRO+SysEngxB2",
"url": "https://xpro.mit.edu/courses/course-v1:xPRO+SysEngxB2",
"platform": "MIT xPRO",
"platform": "xPRO",
"courseruns": [
{
"title": "SEED Models in Engineering - Spring 2020",
Expand Down Expand Up @@ -76,7 +76,7 @@
"courseruns": [],
"next_run_id": null,
"topics": [{ "name": "Business:Leadership & Organizations" }],
"platform": "MIT xPRO",
"platform": "xPRO",
"format": "Online"
},
{
Expand All @@ -85,7 +85,7 @@
"description": "<p>An introductory course to Digital Learning</p>",
"thumbnail_url": "/static/images/mit-dome.png",
"readable_id": "course-v1:xPRO+DgtlLearn1",
"platform": "MIT xPRO",
"platform": "xPRO",
"format": "Online",
"courseruns": [
{
Expand Down Expand Up @@ -138,7 +138,7 @@
"next_run_id": null,
"topics": [{ "name": "Business:Leadership & Organizations" }],
"format": "Online",
"platform": "MIT xPRO"
"platform": "xPRO"
},
{
"id": 32,
Expand All @@ -150,6 +150,6 @@
"next_run_id": null,
"topics": [{ "name": "Business:Leadership & Organizations" }],
"format": "Online",
"platform": "MIT xPRO"
"platform": "xPRO"
}
]
56 changes: 40 additions & 16 deletions test_json/xpro_programs.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,15 @@
"end_date": "2019-12-01T00:00:00Z",
"enrollment_start": "2019-08-01T00:00:00Z",
"topics": [
{ "name": "Business:Leadership & Organizations" },
{ "name": "Planning" }
{
"name": "Business:Leadership & Organizations"
},
{
"name": "Planning"
}
],
"format": "Online",
"platform": "MIT xPRO",
"platform": "xPRO",
"courses": [
{
"id": 18,
Expand All @@ -25,8 +29,12 @@
"readable_id": "course-v1:xPRO+SysEngxB1",
"courseruns": [],
"next_run_id": null,
"topics": [{ "name": "Business:Leadership & Organizations" }],
"platform": "MIT xPRO",
"topics": [
{
"name": "Business:Leadership & Organizations"
}
],
"platform": "xPRO",
"format": "Online"
},
{
Expand All @@ -36,7 +44,7 @@
"thumbnail_url": "/static/images/mit-dome.png",
"readable_id": "course-v1:xPRO+SysEngxB3",
"topics": [],
"platform": "MIT xPRO",
"platform": "xPRO",
"format": "Online",
"courseruns": [
{
Expand All @@ -62,8 +70,12 @@
"description": "<p>Course 2 of 4 that comprises the Architecture and Systems Engineering Professional Certificate Program. This course may be taken individually, without enrolling in the professional certificate program.</p>",
"thumbnail_url": "/static/images/mit-dome.png",
"readable_id": "course-v1:xPRO+SysEngxB2",
"topics": [{ "name": "Business:Leadership & Organizations" }],
"platform": "MIT xPRO",
"topics": [
{
"name": "Business:Leadership & Organizations"
}
],
"platform": "xPRO",
"format": "Online",
"courseruns": [
{
Expand Down Expand Up @@ -92,7 +104,7 @@
"courseruns": [],
"next_run_id": null,
"topics": [],
"platform": "MIT xPRO"
"platform": "xPRO"
}
]
},
Expand All @@ -107,18 +119,26 @@
"start_date": "2019-09-10T00:00:00Z",
"end_date": "2019-12-10T00:00:00Z",
"enrollment_start": null,
"topics": [{ "name": "Business:Leadership & Organizations" }],
"topics": [
{
"name": "Business:Leadership & Organizations"
}
],
"format": "In person",
"platform": "MIT xPRO",
"platform": "xPRO",
"courses": [
{
"id": 30,
"title": "SEED Digital Learning 100",
"description": "<p>An introductory course to Digital Learning</p>",
"thumbnail_url": "/static/images/mit-dome.png",
"readable_id": "course-v1:xPRO+DgtlLearn1",
"topics": [{ "name": "Business:Leadership & Organizations" }],
"platform": "MIT xPRO",
"topics": [
{
"name": "Business:Leadership & Organizations"
}
],
"platform": "xPRO",
"courseruns": [
{
"title": "SEED Digital Learning 100 - August 2020",
Expand Down Expand Up @@ -167,8 +187,12 @@
"readable_id": "course-v1:xPRO+DgtlLearn2",
"courseruns": [],
"next_run_id": null,
"topics": [{ "name": "Business:Leadership & Organizations" }],
"platform": "MIT xPRO"
"topics": [
{
"name": "Business:Leadership & Organizations"
}
],
"platform": "xPRO"
},
{
"id": 32,
Expand All @@ -179,7 +203,7 @@
"courseruns": [],
"next_run_id": null,
"topics": [],
"platform": "MIT xPRO"
"platform": "xPRO"
}
]
}
Expand Down