You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a podcast listener, I would like to know which MIT Department (or DLC - Lab/Center/Institute), if any, produces each podcast.
Ditto for other learning resources where applicable.
Description/Context
Create a new LearningResourceDLC class with fields like name and maybe dlc_id, url - similar to LearningResourceDepartment. Add to LearningResource class as a nullable field (dlc?) via foreign key.
Assign department and/or DLC (if any) as part of the ETL process - extract from the catalog API response if present.
Acceptance Criteria
The yaml files for podcasts have fields for offered_by, department, and dlc where applicable
LearningResources will have a non-null department and DLC where applicable
Plan/Design
Create a new LearningResourceDLC class with fields like name and maybe dlc_id, url - similar to LearningResourceDepartment. Add to LearningResource class as a nullable field (dlc?) via foreign key.
Assign department and/or DLC where applicable as part of the ETL process - extract from the catalog API response if present.
Update the podcast yaml files to include fields for offered_by, department, and dlc where applicable
Out of scope (issue per app): update each online app's catalog API response to include these field where applicable, otherwise they will be assumed to be null.
The text was updated successfully, but these errors were encountered:
User Story
As a podcast listener, I would like to know which MIT Department (or DLC - Lab/Center/Institute), if any, produces each podcast.
Ditto for other learning resources where applicable.
Description/Context
LearningResourceDLC
class with fields likename
and maybedlc_id
,url
- similar toLearningResourceDepartment
. Add toLearningResource
class as a nullable field (dlc
?) via foreign key.Acceptance Criteria
offered_by
,department
, anddlc
where applicablePlan/Design
LearningResourceDLC
class with fields likename
and maybedlc_id
,url
- similar toLearningResourceDepartment
. Add toLearningResource
class as a nullable field (dlc
?) via foreign key.offered_by
,department
, anddlc
where applicableThe text was updated successfully, but these errors were encountered: