Main components:
- Query Builder
User story:
As a Query Builder user, when following a sharable link to a visual query, I want to see it with Property and Value labels in order to help me understand the query more easily.
Problem:
When following a sharable link to a visual query, it displays with Property id's (P##) and value id's (Q##) instead of their resp, labels (see screenshot).
Screenshots:
Steps to reproduce:
- Create a visual query and run the query
- Click on the 'Get a sharable link' button
- Paste this link on a new window
BDD:
GIVEN a sharable link to a visual query
WHEN the link is followed
THEN the visual query displays with Property and Value labels
Acceptance criteria:
- Following a sharable link the visual query displays with Property and Value labels (like 'instance of' and 'war' in the example given).