Open Issues Need Help
View All on GitHub Eventbrite: Remove order_by from API Request and Consider any Other Tweaks about 2 months ago
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