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

Open Issues Need Help

View All on GitHub

AI Summary: Improve the documentation and perform a general clean-up of the Astronautics Club website project. This includes clarifying existing documentation, potentially adding more detailed explanations for various aspects like the API endpoints and Makefile commands, and addressing any inconsistencies or outdated information. The clean-up may involve refactoring code for better readability and maintainability, though the specifics aren't detailed in the issue.

Complexity: 3/5
enhancement good first issue

AI Summary: Implement functionality allowing administrators to edit and modify existing blog posts on the Astronautics Club website. This will likely involve adding admin authentication and authorization, creating an admin interface for editing blog posts (potentially using existing Next.js API endpoints or creating new ones), and ensuring data persistence within the existing Dockerized environment.

Complexity: 3/5
enhancement good first issue

AI Summary: Implement a new feature requiring administrator approval for new blog posts on the Astronautics Club website. This involves modifying the existing Next.js application's backend API to handle submission, approval workflows, and potentially adding an admin dashboard for managing approvals. The frontend will also need updates to reflect the new approval process, potentially showing a status indicator for submitted posts.

Complexity: 4/5
enhancement good first issue

AI Summary: Implement a functionality on the Astronautics Club website's admin dashboard to remove members. This involves hiding member entries, rather than deleting them from the database, to maintain profile visibility in existing blog posts. The implementation should integrate with the existing Next.js application and its API.

Complexity: 4/5
enhancement good first issue