TriplyDB / Yasgui

Yet Another Sparql GUI
https://yasgui.triply.cc
MIT License
178 stars 54 forks source link

YasR plugin "score" / "ranking" so that it is displayed in priority #237

Open tfrancart opened 2 months ago

tfrancart commented 2 months ago

In addition to the canHandleResults function that determines if a plugin can display the results, I would like that plugins have a score or ranking associated to them, so that a plugin can be switched on directly in priority. The typical use-case is the following : I have the Table and a Map plugin. Whenever the Map says it can handle the results, I would like that it is activated directly. But I would like to keep the visual order of the plugins as it is, that is the Table first and then the Map second.

Can I achieve this ?