MarcoReidelbach / MaRDMO-Export-Plugin

Export Plugin for RDMO
Apache License 2.0
2 stars 1 forks source link

Workflow Search #8

Closed MarcoReidelbach closed 8 months ago

MarcoReidelbach commented 9 months ago

Re-do Workflow search code

MarcoReidelbach commented 9 months ago

Again dynamic option sets would be a good Idea.

MarcoReidelbach commented 8 months ago

Changed the Workflow Search Section in MaRDMO Questionnaire from 2 to 6 questions, such that there are 2 questions to search by research objective, research discipline and math model, methods, software input/output. First question is always yes/no if user selects no specification question will not be show. If User selects yes, keywords have to be provided for research objective search, for research discipline and the other stuff used by the workflow an optionset provider was added such that the user can select the appropriate components directly from the MaRDI portal.

The corresponding code section was written more concise, now allowing also combined workflow searches were all three aspects are specified. If users want to search but do not specify anything they will just get some workflows available.

For successful searches workflow labels are returned and (as before) a link to the corresponding wiki page is provided. Added was a link to the KG entry.

A small bug required case-sensitive searches before, this is now fixed.