pythonph / pyconapac-2025

https://pycon-apac.python.ph
MIT License
5 stars 9 forks source link

Add Scheduling to the Promotional Banner #11

Open zorexsalvo opened 1 week ago

zorexsalvo commented 1 week ago

Implement a scheduling feature for the promotional banner on the website. This will allow the banner to automatically update based on the event timeline or promotional content schedule.

image

vamc-k commented 4 days ago

@zorexsalvo Few points to confirm regarding this issue.

zorexsalvo commented 4 days ago

Hi @vamc-k good points!

Now that I think about it, I believe it’s best not to support multiple promo banners (supporting multiple will just add complexity to the site and theres not enough use case to utilize it). We just need to ensure that the current banner does not display after the given deadline.

vamc-k commented 4 days ago

Hi @vamc-k good points!

Now that I think about it, I believe it’s best not to support multiple promo banners (supporting multiple will just add complexity to the site and theres not enough use case to utilize it). We just need to ensure that the current banner does not display after the given deadline.

Got it. I'll make changes and create PR for the same.