Open willkg opened 10 years ago
A better idea might be to have the command run and toss the data in a couple of models so we can run a cron job once a week, update the data, and then show the report on the site.
If we maintained historical data, then we can see improvement over time which would be great. Something like:
Transcriptions:
4/1 4/8 4/15 4/21
PyCon 2014 0% 0% 8% 15%
Then maybe you click on PyCon 2014 and get the video-by-video summary of transcribed and translated.
This has the interesting effect that conferences can compare themselves against one another and previous years. Does this comparison urge people proud of their conferences to do better?
I'm game for making that a future iteration.
We've enabled Amara for all the videos on pyvideo. That's great.
However, I want to be able to generate a report for a given conference that tells me the following:
Why? Because transcription and translation can only be done in one of three ways:
In order to do number 3, I really need to be able to see where things are at.
I think there's an Amara API for determining this. There are a couple of things I don't know.
This issue covers figuring all that out and implementing at least a Django management command that generates a report for a specified category.