Open Issues Need Help
View All on GitHub bouts UI should show most recent at top 14 days ago
good first issue
Add Creative Commons license to Learn page or footer about 1 month ago
good first issue type: improvement needs: discussion needs: design input
Add text to map toggle button about 1 month ago
good first issue type: improvement
Add organizational logo for hosts and funders of each hydrophone/feed about 1 month ago
good first issue type: improvement needs: design input
Add loading spinner for bout export about 1 year ago
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
Hide /seed route in production about 1 year ago
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