Closed michaelbrooks closed 9 years ago
Some code for the view:
examples = task.get_examples()
frequency = task.get_frequency()
code_info = {}
for code,count in frequency.iteritems():
code_info[code] = {
'count': count,
'examples': examples[code],
}
context['code_info'] = code_info
Finished parts one and two in #102
This should show the results of the task, while the task detail page is kind of a basic summary of the task itself. Some information it would be nice to show on this page: