Open Issues Need Help
View All on GitHubAI Summary: Implement a new feature in the Open ClubManager dashboard to display a list of members celebrating their birthdays within the next one to three weeks. This involves querying the database for relevant member data, formatting it appropriately, and integrating it into the existing dashboard UI.
AI Summary: Implement a feature in the Open ClubManager application that allows administrators to select and delete multiple users simultaneously. This involves adding a user interface element (e.g., checkboxes) to select multiple users and a button to trigger the deletion, along with backend logic to handle the bulk deletion operation.
AI Summary: Implement a new dashboard statistic in the Open ClubManager application to display the number of members who canceled their memberships during the current year. This will involve querying the database for members with a cancellation date within the current year and displaying the count on the dashboard. The goal is to facilitate the identification of members to potentially delete from the system.
AI Summary: Improve the layout of a table in a React application. This involves adding left padding to the first column header, increasing the spacing between the header and the first row, and alternating row colors for better readability.
AI Summary: Improve the styling of the dark mode in the Open ClubManager application. This involves selecting and implementing more visually appealing dark mode colors throughout the application's user interface.
AI Summary: Debug and fix a bug in the Open ClubManager application where importing entities (Roles, Groups, Sections) from an Excel file is not working correctly. This involves investigating the import functionality, identifying the root cause of the failure, and implementing a solution to ensure successful import of these entities.