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

Remove Upcoming Events/Past Events view in SingleEventsManyGroups configuration #51

Open
chrisreddington opened this issue Dec 19, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers
Projects

Comments

@chrisreddington
Copy link
Owner

In the configuration of SingleEvents ManyGroups (e.g. A conference that has many groups), then the conferences pages still show the Upcoming Events and Past Events tab.

In the ideal world, we could associate activities with those events instead, but need to determine how much work there'd be to make this work.

In theory, the rough pseudo code would look something like -

If isset group_configuration && isset event_configuration
if group_configuration == multi && event_configuration == single
query for pages where page_type is activity and groups property contains this group
iterate through those under a "Related Sessions" tab
// no need for any past events, as we're talking single event configuration
end

@chrisreddington chrisreddington added enhancement New feature or request good first issue Good for newcomers labels Dec 19, 2020
@chrisreddington chrisreddington added this to In progress in Roadmap Dec 20, 2020
@chrisreddington chrisreddington moved this from In progress to On Deck in Roadmap Dec 20, 2020
@chrisreddington chrisreddington moved this from On Deck to In progress in Roadmap Dec 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
Roadmap
In progress
Development

No branches or pull requests

1 participant