CardView icon indicating copy to clipboard operation
CardView copied to clipboard

Places improvement

Open patlx opened this issue 2 years ago • 2 comments

I really like places view with all events from included places displayed. One thing that would be cool will be to display only events which are in the time period of that inclusion: if a place includes another from one date to another, only event in that period should be displayed

patlx avatar May 26 '22 14:05 patlx

Sounds like a Filter gramplet functionality. Wonder if that interacts with the Places Cardview yet?

emyoulation avatar May 26 '22 15:05 emyoulation

I really like places view with all events from included places displayed.

I did set maximum sizes on number of objects in a group, so you may only see the first x number found as result. This is likely to happen with places when you move up the hierarchy.

In template editor, in groups, if you go to Event tab you'll see it is set to 300 default for example. I forget where I set max for them.

Because the timeline can get big but it can be useful I do want to maybe offer some way for user to bound it by setting optional start and end dates quickly when in the view.

One thing that would be cool will be to display only events which are in the time period of that inclusion: if a place includes another from one date to another, only event in that period should be displayed

Good idea.

Sounds like a Filter gramplet functionality. Wonder if that interacts with the Places Cardview yet?

No, as the card views each focus on a singular object and not a list filters are not really applicable.

cdhorn avatar May 26 '22 17:05 cdhorn