ivelascog / TimeSearcherPlus

MIT License
2 stars 1 forks source link

Option for selecting only timelines that fall completely in the timeBox #16

Closed john-guerra closed 7 months ago

john-guerra commented 8 months ago

With dense data and with wide timeBoxes it makes sense to select only the timelines that fall in the box, for example on this image I would have expected to select only the top timelines

image
ivelascog commented 8 months ago

For this function I need more information about requirements.

ivelascog commented 8 months ago

Partially implemented support for the 2nd option of the previous comment in commit 650555f It would be necessary to decide how to change the behavior of the TimeBox. I propose a right button that allows to select this behavior as well as "And" or "OR".

@john-guerra

ivelascog commented 8 months ago

Right now the functionality should be working properly. However, it is necessary to determine a way to switch between "intersection" and "containment" mode (at the moment this is done with a context menu, right click) and possibly a way to visually differentiate the TimeBoxes in each of the modes. Also, it is necessary to take into account that we will have the same problem for the difference between "And" and "or" behaviors.

Please review @john-guerra

ivelascog commented 7 months ago

The interface part of this issue is being addressed in #28