Social media platform for FER's students and mentors. It enables students and mentors to share their passions and by doing so discover and connect with people of same intrest.

5 Open Issues Need Help Last updated: Aug 1, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Set up a development environment for a Spring Boot application that automatically restarts the application upon code changes. This involves creating a script (e.g., a shell script or batch file) to run the application using a tool like Spring Boot DevTools, which provides hot-reloading capabilities.

Complexity: 2/5
help wanted invalid

Social media platform for FER's students and mentors. It enables students and mentors to share their passions and by doing so discover and connect with people of same intrest.

Java

AI Summary: Consolidate redundant test configuration annotations in the test files of a social media platform for FER students and mentors. This will improve code readability and maintainability.

Complexity: 2/5
help wanted invalid

Social media platform for FER's students and mentors. It enables students and mentors to share their passions and by doing so discover and connect with people of same intrest.

Java

AI Summary: Configure the logging level for Hibernate in the social media application to suppress the logging of insert statements for user creation and other entities. This will prevent unnecessary log entries and improve log readability.

Complexity: 3/5
bug help wanted

Social media platform for FER's students and mentors. It enables students and mentors to share their passions and by doing so discover and connect with people of same intrest.

Java

AI Summary: Implement an abstraction layer in the API to handle versioning (e.g., /api/v1) and other potential endpoint prefixes, preventing developers from needing to explicitly specify them in each controller. This will improve code maintainability and reduce errors.

Complexity: 3/5
help wanted invalid

Social media platform for FER's students and mentors. It enables students and mentors to share their passions and by doing so discover and connect with people of same intrest.

Java

AI Summary: Configure the social media platform for production deployment, including implementing necessary security measures and performance optimizations. This involves setting up appropriate application properties to ensure stability, scalability, and security in a production environment.

Complexity: 4/5
bug help wanted

Social media platform for FER's students and mentors. It enables students and mentors to share their passions and by doing so discover and connect with people of same intrest.

Java