Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assign a LearningResourceDepartment, LearningResourceDLC to resources when appropriate #95

Open
2 tasks
mbertrand opened this issue Sep 20, 2023 · 1 comment

Comments

@mbertrand
Copy link
Member

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

  • 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.
@mbertrand
Copy link
Member Author

@pdpinch @Ferdi regarding this:

The yaml files for podcasts have fields for offered_by, department, and dlc where applicable

How to determine which podcast is offered by which department/DLC, is there a central source for this info?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant