Open Issues Need Help
View All on GitHubAI Summary: This issue proposes the creation of a GitHub Actions workflow to automate the release process. The workflow should trigger on tagged releases (specifically those starting with 'v') and will be responsible for running checks and drafting release notes.
AI Summary: This issue requests the creation of a new documentation page. The page should provide a step-by-step guide with screenshots, demonstrating how to perform a first deployment and make a first workflow call.
AI Summary: This issue proposes adding functionality to save and restore dashboard filters, specifically time windows and route filters, using local storage. This enhancement aims to improve user experience by allowing users to persist their preferred dashboard views across sessions. The implementation should also include corresponding tests.
AI Summary: This issue requests the implementation of new routes for a HubSpot connector, specifically for contact and deal actions. The implementation should include robust error handling with normalization and ensure the operations are safe to retry.
AI Summary: This issue proposes the implementation of new API routes for a Notion connector. These routes will enable reading and writing to Notion databases, requiring token authentication and payload validation. Fixture tests will also need to be created to ensure functionality.
AI Summary: This issue requests the implementation of two key Stripe connector actions: `payment_intent_create` and `customer_upsert`. The implementation should be production-ready, including fixture tests, configuration validation, and documentation.