Also, use name, title and path properties appropriately so it is useful:
use name for display
use title for hover info
use path to linkify
Acceptance criteria
[x] properties are used as above ^
Tasks
[x] refactor showcase.html template as per description of this issue
EXTRA
[x] refactor listify snippet, which is used for rendering sources property, to don't be a link if path property is not provided. Otherwise, it is linked to the showcase page itself, see http://datahub.io/core/finance-vix
Currently:
instead, we have to expect
licenses
to be an array of objects only as per specs - https://specs.frictionlessdata.io/data-package/#licensesAlso, use
name
,title
andpath
properties appropriately so it is useful:name
for displaytitle
for hover infopath
to linkifyAcceptance criteria
Tasks
showcase.html
template as per description of this issueEXTRA
listify
snippet, which is used for renderingsources
property, to don't be a link ifpath
property is not provided. Otherwise, it is linked to the showcase page itself, see http://datahub.io/core/finance-vix