Open Issues Need Help
View All on GitHubAI Summary: Implement a feature allowing users to leave group chats within the PesuPal application. This involves modifying the backend (likely Spring Boot with Spring Data JPA and potentially Spring Security) to handle the removal of a user from a group chat's participant list and updating the frontend (React with Redux) to reflect this change in the UI, ensuring data consistency and a smooth user experience.
[Development : In-Progress] A powerful platform with features like Feeds, Chat, and Team management, streamlining collaboration, communication, and project tracking in real-time for organizations.
AI Summary: Refactor the PesuPal application by moving the ConfirmationPopup component from individual components to a common container (CommonContainer). This will involve updating the component's usage to leverage Redux for enabling/disabling the popup.
[Development : In-Progress] A powerful platform with features like Feeds, Chat, and Team management, streamlining collaboration, communication, and project tracking in real-time for organizations.
AI Summary: The task is to implement the functionality to delete group chats within the PesuPal application. This involves adding a delete button or option to the group chat interface and updating the backend to handle the deletion process, including removing associated messages and updating user data.
[Development : In-Progress] A powerful platform with features like Feeds, Chat, and Team management, streamlining collaboration, communication, and project tracking in real-time for organizations.
AI Summary: Organize the files within the PesuPal repository to improve structure and maintainability. This involves moving files into appropriate directories based on their functionality (e.g., separating frontend, backend, and database-related files). The goal is to reduce bloat and improve the overall organization of the project.
[Development : In-Progress] A powerful platform with features like Feeds, Chat, and Team management, streamlining collaboration, communication, and project tracking in real-time for organizations.