3 Open Issues Need Help Last updated: Aug 1, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement keyboard navigation in a Streamlit application to improve accessibility. This involves adding tabindex attributes to interactive elements, handling keyboard events (Enter, Space, arrow keys potentially), ensuring clear focus styles, and thorough testing without mouse interaction. Optional: document keyboard shortcuts.

Complexity: 4/5
enhancement help wanted good first issue GSSOC'25 accessibility frontend

AI Summary: Add a `verbose` parameter to the `AdvancedEmotionDetector` class to control console logging. This involves wrapping existing `print()` statements with conditional logic based on the `verbose` parameter's value, defaulting to `True` for backward compatibility.

Complexity: 2/5
enhancement good first issue Easy GSSOC'25

AI Summary: Implement a message in a React component (`BlogList.jsx`) to display when no blogs are available. The message should be centered, mobile-responsive, and visually consistent with the existing app design. Optionally, include a 'Write Your First Blog' CTA button linking to the blog creation page.

Complexity: 2/5
enhancement good first issue Easy GSSOC'25