ontoportal-lirmm / bioportal_web_ui

A Rails application for ontologies portal.
http://agroportal.lirmm.fr/
Other
5 stars 5 forks source link

Add a sub filter modified/created under the Date view. #400

Open jonquet opened 9 months ago

jonquet commented 9 months ago

In some cases eg. AGROVOC there are too much modified and created concepts in each release so the Date view is not relevant anymore.

This issue is a suggestion to add a filtering "Modified concepts only" and "Created concepts only" which by default (nothing selected) will show both as it is right now.

Capture d’écran 2023-12-06 à 10 28 22

I ma thinking a filter similar to the ones we have in the other views.

syphax-bouazzouni commented 9 months ago

Adding filters like "Modified concepts only" and "Created concepts only", will not reduce their number and we will still have a lot. A solution is to have a sector of month/year to display, but hard to implement because will need to fetch all the concepts to know all possible dates to select.

jonquet commented 9 months ago

I don't understand why a more fine grained filtering will not reduce the number? The number of concept/classe created shall necessarily be different from the number of modified. Worst case scenario developers systematically include a modified date when they create and when displaying the "modified" we will get them all.