2 Open Issues Need Help Last updated: Jul 1, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The task requires adding detailed explanations to the README file regarding the `db.properties` file, including its location and providing a SQL dump file for the database schema. This will improve the project's documentation and make it easier for others to set up and run the application.

Complexity: 2/5
help wanted

AI Summary: Enhance the existing JSP-based bulletin board system to include an administrator user role with elevated privileges. This involves adding a new user role (e.g., ADMIN, MANAGER) to the `tbl_member` table, modifying the authentication and authorization logic to grant administrators full access to all posts and potentially implementing role-based access control (RBAC) to allow for granular permission management per category.

Complexity: 3/5
good first issue