Open Issues Need Help
View All on GitHubAI Summary: Implement functionality to allow users to click a country in the countries list, which then zooms/focuses the map view on that selected country. This requires integrating the list and map components, likely involving state management to track the selected country and map manipulation using a mapping library's API.
AI Summary: Enhance the referrer display in the Databuddy analytics dashboard to make each referrer item clickable, linking to the corresponding domain. Ideally, a tooltip should also be added to show additional information like the referrer's name and domain upon hover.
AI Summary: Refactor and standardize the query builders in `apps/api/builders`, removing unused builders and improving the `summary.ts` builder to consistently handle filters while maintaining type safety. This involves unifying the approach to query construction and adding filter functionality to the `summary.ts` builder without overwriting existing filters.