Display topics with minimum view count

Hi all,

I’m looking to create a list of topics within a specific category that have at least X number of views, date descending, and wanted to see if you all had any suggestions on what would be the best way. It would be preferable if this were automatic - once a topic reaches X views, it gets added to this list.

I’ve considered issuing a custom badge - but those can’t be assigned to topics (afaik.)

Could I assign these topics a tag in the rails console somehow? Then I’d be able to use the tag page for this. Of course, I’d have to get that on some kind of scheduling to run at least daily.

Is there a URL filter pattern that can achieve this? Is there much flexibility with the ‘views’ parameter? I’ve only gotten it to work with ‘order’.