Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make venues hierarchical #945

Open
1 task done
carstingaxion opened this issue Oct 12, 2024 · 2 comments
Open
1 task done

Make venues hierarchical #945

carstingaxion opened this issue Oct 12, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@carstingaxion
Copy link
Collaborator

Is your enhancement related to a problem? Please describe.

Currently, GatherPress allows to save non hierarchical venues, which is ok and not a problem, but it could be improved.

Designs

Let’s consider making the venue post type and its shadow taxonomy hierarchical, to allow for parent child relations between venues.

This could be useful for people who make events at very large venues, where it could be helpful to have sub-venues, like a university campus.

Also for people (like me, this is my special need) that want to query for events not only by venue, but also by city, state or country, an hierarchy would be amazing.

Describe alternatives you've considered

The GatherPress team discussed some alternatives / ways to go, during the weekly GatherPress huddle number …

Code of Conduct

  • I agree to follow this project's Code of Conduct
@carstingaxion carstingaxion added the enhancement New feature or request label Oct 12, 2024
@shawfactor
Copy link

I’d definitely find this useful for my sites. Might be technical downsides though as I’ve noticed other event plugins don’t do this

@GatherPress GatherPress deleted a comment Oct 25, 2024
@audunmb
Copy link

audunmb commented Jan 10, 2025

I would use this. Most venues have several rooms, and adding a new venue for each room on the same address is not ideal. The same with an university campus or similar which have several buildings with different addresses and lots of rooms in each.

The wider geography (city, state, etc) does not need to be part of the same hierarchy, as that already is mapped with the address. Filtering by geography would be nice, but you won't need a hierarchy for venues for that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants
@carstingaxion @shawfactor @audunmb and others