Replies: 2 comments
-
This is a subset of https://www.notion.so/egghead/p-egghead-next-course-authoring-63f9a16cc73f4963b5c951a0bf6994f5 and "zoomed in" to the Upload Component |
Beta Was this translation helpful? Give feedback.
0 replies
-
Here's a miro with some additional info: https://miro.com/app/board/o9J_lTD_OV0=/?invite_link_id=412985250270 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The bulk video uploader #916 currently uploads videos to s3 and returns a video URL. Our next step is to create a list when videos are uploaded in preparation for the final submission where lessons get created. The items in this list will have editable fields for the title and summary. The rest of the data can be filled in on Sanity.
I think Sanity-first is the way to go for lesson data. Lesson resources with the lesson id, external type, slug, summary, and title could be generated in Sanity when lessons are created. Then we wouldn’t have to do any client-side searching for instructors and tags when creating lessons
Beta Was this translation helpful? Give feedback.
All reactions