radgrad / radgrad2

Source code for RadGrad, Version 2
https://radgrad.org
9 stars 5 forks source link

Create RadGradVideos Collection #281

Open gcalica opened 4 years ago

gcalica commented 4 years ago

Please do work for this task in a branch called issue-281.

With the re-design of RadGrad2, we introduce the concept of showing RadGrad videos (videos uploaded on the Philip Johnson YouTube channel currently) to the bottom of the Student Home Page (where we show 3 videos) and also to its own page under the Community -> RadGrad Videos page that shows all of the uploaded RadGrad videos

Currently, how we get these videos is that we simply map over the youtube video IDs stored in radgrad-videos.ts. In other words, we have to update this file manually to make sure we have all the updated RadGrad videos.

There should be a way for the RadGrad administrator to add, update, and delete RadGrad videos from the RadGrad web app itself. This includes making a collection to store these videos along with the UI and page. And refactor current codebase that makes usage of radgrad-videos.ts to instead use this collection. This collection should include, but not limited to,

philipmjohnson commented 3 years ago

It is not clear that we will be providing these videos in RadGrad2, thus I am removing this issue from the project board for now.