testingconferences.github.io icon indicating copy to clipboard operation
testingconferences.github.io copied to clipboard

Add filtering for events

Open ckenst opened this issue 10 years ago • 5 comments

Add filtering for:

  1. Continent
  2. Country

ckenst avatar Nov 01 '15 22:11 ckenst

+1

Zeff avatar Jun 08 '16 15:06 Zeff

An example https://www.gotodevops.org/

ckenst avatar Jan 25 '19 02:01 ckenst

I could see a design where below the current Navigation (Current, Past, News) we have a set of fields with checkboxes that would filter for price and location of events.

ckenst avatar Jan 29 '19 18:01 ckenst

Was just looking at creating a page just for open CFPs, but that could also be a filter. Open registrations is another. For CFPs I was just going to filter based on status matching /CFP is open/i which looks pretty standard, but registrations is harder since it's sometimes listed different ways, e.g. "early bird".

For country & continent, would you require a new field in the yml or try to get it from the existing location field?

gpaciga avatar Oct 16 '19 17:10 gpaciga

  1. I think trying to match for CFPs using a regular expression would be a good first start. Slightly more complex for regular registrations like you said but if we could get it to work it would be really valuable.
  2. Country is usually listed in "location". In terms of sorting, I would go with one or the other for continent or country.

ckenst avatar Oct 16 '19 17:10 ckenst