1 | | * On dataset view page, add star rating after each resource view url. Probably similar to current format label after url. |
2 | | * Add star rating to resource view page, along with a way of displaying the reason for the rating and tips to improve. Should be unobtrusive. |
3 | | * Fix the table at http://thedatahub.org/qa/dataset/broken_resource_links - URLs should be truncated to a fixed not-too-long length and the other fields line up (eg by using a table) |
| 1 | Tasks: |
| 2 | * ~~On dataset view page, add star rating after each resource view url. Probably similar to current format label after url.~~ |
| 3 | * ~~Add star rating to resource view page, along with a way of displaying the reason for the rating and tips to improve. Should be unobtrusive.~~ |
| 4 | * ~~Fix the table at http://thedatahub.org/qa/dataset/broken_resource_links - URLs should be truncated to a fixed not-too-long length and the other fields line up (eg by using a table)~ |
| 5 | * Handle 404s by showing that 'we think this resource is 404ing'. |
| 6 | * Handle the absence of QA data on a resource (currently nothing is displayed. Maybe that's fine. |
| 7 | * Do we need to integrate the 'reason for rating' string into the UI? |
| 8 | |
| 9 | Next Steps: |
| 10 | * Deploy CKAN and then CKANEXT-QA onto thedatahub.org to try out the code changes with real data. |