1 Open Issue Need Help Last updated: Jul 11, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The HackGreenville website uses the Eventbrite API to display events. Eventbrite has made API changes that require updating the website's code. Specifically, the `order_by` parameter is no longer supported, requiring the website to handle sorting client-side. The task involves removing the obsolete `order_by` parameter from the API request and potentially adjusting date filtering to accommodate the new default behavior of returning events from 24 hours prior. Testing will be needed to ensure the changes don't break functionality.

Complexity: 3/5
good first issue

HackGreenville's Website

PHP