We should capture:
description (A string)
duration (which is an integer in seconds)
and
upload_date (which is in the format YYYYMMDD)
We will need to update the database as well to hold this data.
We will NOT retroactively add this data to the DB, if it is not available, just don't show it anywhere.
For now, let's display these on the Videos page, under the title.
We will change that column name to "Video information"
And underneath it will show:
Title (in bold)
Duration: 22m55s
Date Posted: MM/DD/YYYY
It would also be nice to show the duration in the popover on the Downloads page like:
UnspeakablePlays - 24 Embarrassing Ways To Die In Minecraft (22m55s)
We should capture: description (A string) duration (which is an integer in seconds) and upload_date (which is in the format YYYYMMDD)
We will need to update the database as well to hold this data.
We will NOT retroactively add this data to the DB, if it is not available, just don't show it anywhere.
For now, let's display these on the Videos page, under the title. We will change that column name to "Video information" And underneath it will show: Title (in bold) Duration: 22m55s Date Posted: MM/DD/YYYY
It would also be nice to show the duration in the popover on the Downloads page like: UnspeakablePlays - 24 Embarrassing Ways To Die In Minecraft (22m55s)