Live-listening web app -- http://live.orcasound.net :star:

2 Open Issues Need Help Last updated: Jun 30, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement a loading spinner and disable the 'export bout' button in the `BoutExport.tsx` component while the JSON and Python script generation is in progress. This will improve user experience by providing visual feedback during the export process.

Complexity: 2/5
good first issue javascript

Live-listening web app -- http://live.orcasound.net :star:

TypeScript

AI Summary: The task involves preventing access to the `/seed` route in the production environment of the Orcasound live-listening web application. This requires modifying the frontend code to conditionally render the `/seed` page based on the environment (production vs. development). The backend functionality is already protected by an environment variable, so only the frontend needs adjustment.

Complexity: 2/5
good first issue javascript

Live-listening web app -- http://live.orcasound.net :star:

TypeScript