RESQUE-Framework / website

The Research Quality Evaluation Scheme
https://resque-framework.github.io/website/
MIT License
2 stars 3 forks source link

mode=print: add filter as option #83

Open nicebread opened 4 months ago

nicebread commented 4 months ago

Print mode, but only select indicators.

For example, show all open data indicators from publications:

https://nicebread.github.io/RESQUE/web/?mode=print&filter=P_OpenData

alpkaanaksu commented 4 months ago

I think you mean P_Data_Open (this is the hierachical prefix for all open data items)

mode=print&details=false&filter=P_Data_Open gives us:

Screenshot 2024-03-10 at 17 29 42
alpkaanaksu commented 4 months ago

How I implemented it: filter is a comma separated list. It shows all indicators with IDs, that start with one of the filter IDs.

filter=P_Data_Open,P_Preregistration gives us everything that starts with P_Data_Open or P_Preregistration

nicebread commented 4 months ago

The result looks great!

Just one thing: I still first have to select a in the left sidebar (if I was at the meta-tab, and use the link, nothing is shown). My goal is to insert these exported/printable indicators into the RESQUE website - how can I do this?