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

Open Issues Need Help

View All on GitHub
Software Development Object-Oriented Programming

AI Summary: Integrate a local WAMPServer SQL database with a Java application (using NetBeans and Maven) to enable CRUD operations. This involves configuring the database connection, implementing data access objects (UserDAO), and adding a test function to verify the connection. Documentation on WAMPServer setup and Maven integration with SQL needs to be added to the project's README.

Complexity: 4/5
enhancement help wanted
Software Development Object-Oriented Programming

AI Summary: Create test functions for the UserDAO (Data Access Object) to reduce technical debt and improve the reliability of the UM Library Management System. This involves writing automated tests to verify the correct functionality of database interactions within the UserDAO.

Complexity: 4/5
documentation help wanted
Software Development Object-Oriented Programming

AI Summary: Improve the security of a University library management system by preventing SQL injection vulnerabilities in the UserDAO code where the application interacts with the SQL database. This involves reviewing and modifying the existing code to ensure it safely handles user inputs and prevents malicious SQL code from being executed.

Complexity: 4/5
documentation help wanted