Closed mindylou closed 6 years ago
I think this looks good. I'm assuming this will be easy to add fields to each thing. Could you add a model for a "Download"? Like an episode may have a download? Which could contain the actual binary podcast and progress information, etc. Take a look at this article (https://benscheirman.com/2016/09/designing-a-robust-large-file-download-system/) and what do you think of it? Specifically the DownloadInfo part.
ER Diagram:
Required Fields: Series: author, id, title Episode: dateCreated, id, title Topic: id, title
All the data types for each field are in the XML. Closes #432