Open Source Club manager application for small clubs

6 Open Issues Need Help Last updated: Jul 10, 2025

Open Issues Need Help

View All on GitHub

AI 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.

Complexity: 3/5
good first issue feature Ready to pick

Open Source Club manager application for small clubs

TypeScript

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.

Complexity: 3/5
good first issue feature Ready to pick

Open Source Club manager application for small clubs

TypeScript

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.

Complexity: 3/5
good first issue feature Ready to pick

Open Source Club manager application for small clubs

TypeScript

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.

Complexity: 2/5
good first issue chore Ready to pick

Open Source Club manager application for small clubs

TypeScript
[Chore] Improve Dark mode about 2 months ago

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.

Complexity: 3/5
good first issue chore Ready to pick

Open Source Club manager application for small clubs

TypeScript

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.

Complexity: 4/5
bug good first issue chore Ready to pick

Open Source Club manager application for small clubs

TypeScript