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

Open Issues Need Help

View All on GitHub
Application Development Chat Application

AI Summary: Debug and fix a bug in a real-time chat application where the typing indicator isn't displaying on the UI. This involves inspecting the frontend React code, specifically the components handling Socket.IO events related to typing, and ensuring that the received typing events are correctly updating the UI to display the 'typing' indicator. The backend Socket.IO implementation may also need to be checked to ensure typing events are being emitted correctly.

Complexity: 3/5
bug help wanted good first issue
Application Development Chat Application

AI Summary: The task requires modifying the real-time chat application's logic to update the 'seen' status of messages only when the recipient actively opens the chat window, instead of upon their mere online presence. This involves adjusting the Socket.IO event handling and potentially adding a mechanism to track active chat windows.

Complexity: 3/5
bug enhancement help wanted good first issue