issues Search Results · language:Dune language:JavaScript language:Java language:Java language:PHP language:JavaScript
Filter by
38.8M results
In src/services/userService.js, improve error handling by clearly distinguishing validation errors from database errors,
using Mongoose validation error handling explicitly. Refactor createUser function ...
in-progress
Currently, tests cover basic creation and duplication cases but do not comprehensively verify error cases or input
validation robustness. Add targeted tests in tests/userRoutes.test.js to check that invalid ...
in-progress
Description
The server entry point has three compounding issues that together ensure it cannot start: a syntax error, unresolved
merge conflicts, and undefined variable references.
The Primary Bug: Missing ...
admin-dashboard
bug
GSSoC'26
level:beginner
mentor:Ayushh-Sharmaa
needs-labels
needs-more-info
priority:high
website
Add a new route and UI page (e.g. /portfolio or /resume) in the frontend or docs to provide a detailed project
description, experience, and resume information. This page should include structured content ...
in-progress
Improve the semantic structure of README.md by replacing non-semantic tags with appropriate HTML5 structural elements,
ensure all images have meaningful alt text for screen readers, and use heading tags ...
in-progress
In README.md, several image links using external domains may be insecure or at risk of link rot (e.g., playground.com,
giphy.com gifs). Replace these with locally stored images inside the repo or switch ...
in-progress
In src/config/index.js, enhance the configuration to validate and fallback environment variables MONGO_URI and PORT
properly. For example, PORT should be parsed as integer with fallback to 3000. Add error ...
in-progress
Currently, email normalization to lowercase is done only in the service layer (src/services/userService.js). Enforce
email to lowercase in the route input handling (src/routes/userRoutes.js POST /users) ...
in-progress
Currently, error handling in src/routes/userRoutes.js is ad-hoc and repeated in each route. Implement a centralized
error handling middleware in src/index.js that catches errors thrown in async route handlers. ...
in-progress

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.