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

Frontpage: Limit display of events based on the public ticket availability #5110

Closed
2 of 3 tasks

Comments

@mariobehling
Copy link
Member

mariobehling commented Sep 21, 2020

Do not show ticket on start page if an event does not have a public ticket available and does not show a public ticket because it:

  • does not have any available ticket on the start page and restricts remaining tickets with “access code”
  • limit sales time of ticket and no longer has a ticket on the public page
  • limits the number of tickets and therefore no longer has a ticket on the public page

A possibility that was discussed to implement this was:

  • using a cron job that caches the result and updates the start page regularly
  • possibly add an option to switch off the cache to test the system

Please also do the following:

Related to:
#4963
#4994

@mariobehling mariobehling changed the title Start page: Limit display of events based on the public ticket availability Frontpage: Limit display of events based on the public ticket availability Sep 21, 2020
@thrishik7
Copy link

@mariobehling Can I work on this?

@maze-runnar
Copy link
Contributor

Do not show ticket on start page if an event does not have a public ticket available.

@iamareebjamal is it not to show an event on start page if an event does not have a public ticket?

@iamareebjamal
Copy link
Member

Yes

@maze-runnar
Copy link
Contributor

maze-runnar commented Nov 12, 2020

limit sales time of ticket and no longer has a ticket on the public page.

@iamareebjamal it means that if the sales time of the ticket is passed then event should not show on the start page?

@iamareebjamal
Copy link
Member

Yes

@maze-runnar
Copy link
Contributor

limits the number of tickets and therefore no longer has a ticket on the public page

what it exactly means?

@iamareebjamal
Copy link
Member

If there are 10 tickets and all of them are sold

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment