| abian created this task. abian added projects: Wikidata Query UI, Wikidata. Restricted Application added a subscriber: Aklapper. |
TASK DESCRIPTION
As a user of the Wikidata Query UI I want to find the basic elements of a SELECT query already filled in when loading https://query.wikidata.org in order to save some time.
Problem: The code box is blank each time that https://query.wikidata.org is loaded.
Example: The prefilled query could be similar to the following fragment (just a suggestion).
SELECT DISTINCT ?item ?itemLabel WHERE {
?item wdt:P31 wd:Q5.
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
ORDER BY DESC(?itemLabel)
LIMIT 100Screenshots/mockups:
BDD
GIVEN
AND
WHEN
AND
THEN
ANDAcceptance criteria:
- There is a prefilled SELECT query that contains at least SELECT DISTINCT and WHERE.
- The prefilled query makes sense for any installation of the UI, or there is a prefilled query for the Wikidata Query Service and a more general prefilled query for the rest of installations.
- All the elements of the prefilled query are clearly useful for most use cases and information needs (i.e., almost nothing will be removed from the prefilled query).
Open questions:
TASK DETAIL
EMAIL PREFERENCES
To: abian
Cc: Aklapper, abian, Nandana, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, Salgo60, _jensen, D3r1ck01, Jonas, Xmlizer, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Lydia_Pintscher, Mbch331
Cc: Aklapper, abian, Nandana, Lahi, Gq86, Lucas_Werkmeister_WMDE, GoranSMilovanovic, QZanden, EBjune, merbst, LawExplorer, Salgo60, _jensen, D3r1ck01, Jonas, Xmlizer, jkroll, Smalyshev, Wikidata-bugs, Jdouglas, aude, Tobias1984, Manybubbles, Lydia_Pintscher, Mbch331
_______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
