7 Open Issues Need Help Last updated: Jul 23, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Debug and fix a visual issue in the Next.js application's signup form where the username and email input fields do not display the typed text correctly. This likely involves inspecting the CSS styles applied to these input fields and adjusting them to ensure proper text visibility.

Complexity: 2/5
bug good first issue GSSOC2025 ui-ux

AI Summary: Debug and fix a Firebase Firestore connection issue in a Next.js application that occurs after user login. The error message indicates an offline connection, requiring investigation into the application's offline handling and Firebase integration to ensure proper data retrieval when online.

Complexity: 4/5
bug enhancement help wanted good first issue GSSOC2025 dependencies firebase

AI Summary: Create a CONTRIBUTING.md file for the Fail U Forward project, outlining the contribution workflow for new contributors, including steps like forking, cloning, setting up the environment, creating branches, and opening pull requests. The file should be clear and beginner-friendly.

Complexity: 2/5
documentation good first issue GSSOC2025 Level 1

AI Summary: Develop an interactive feed for the Fail U Forward platform displaying recent failure posts from the user's network and their own posts. The feed should handle empty states gracefully and include basic interaction features such as liking, commenting, and sharing. This involves frontend development using Next.js and TypeScript, integrating with the existing Firebase backend.

Complexity: 4/5
enhancement good first issue GSSOC2025 Level 2 ui-ux

AI Summary: Improve the signup page UI of the Fail U Forward project by adding icons to input fields, adjusting spacing for better layout, and styling the "Have an account? Log In" text as a link. This involves front-end UI adjustments using Next.js and TypeScript.

Complexity: 2/5
enhancement good first issue GSSOC25 GSSOC2025 ui-ux frontend

AI Summary: Debug and fix a 'Failed to get document because the client is offline' error occurring on the login page of the Fail U Forward application. This involves investigating improper network status handling, missing error handling in onSnapshot or getDoc functions, and ensuring offline persistence is enabled in the Firebase database.

Complexity: 4/5
bug enhancement good first issue GSSOC25 GSSOC2025 dependencies firebase

AI Summary: The task is to resolve a routing conflict in a Next.js application caused by duplicate page files (`page.jsx` and `page.tsx`) within the `/app/jobs/` directory. This involves deleting one of the duplicate files and potentially updating any related code to reflect the change. A pull request is expected.

Complexity: 2/5
documentation good first issue GSSOC2025 Level 2