Skip to content

Add AddiDev95#1246

Open
AdilSaifi04 wants to merge 2 commits intocodeaashu:mainfrom
AdilSaifi04:main
Open

Add AddiDev95#1246
AdilSaifi04 wants to merge 2 commits intocodeaashu:mainfrom
AdilSaifi04:main

Conversation

@AdilSaifi04
Copy link
Copy Markdown

@AdilSaifi04 AdilSaifi04 commented Apr 1, 2026

Description

Related Issues

Changes Proposed

Checklist

  • I have read and followed the Contribution Guidelines.
  • All new and existing tests passed.
  • I have updated the documentation to reflect the changes I've made.
  • My code follows the code style of this project.
  • The title of my pull request is a short description of the requested changes.

Screenshots

Note to reviewers

Summary by CodeRabbit

  • New Features
    • Introduced a new user profile to the platform featuring comprehensive personal and professional information including name, location, biography, avatar, portfolio, and technical skills. The profile also aggregates social media and contact links across multiple platforms such as GitHub, LinkedIn, Instagram, Email, Discord, LeetCode, Reddit, and Unstop.

@bolt-new-by-stackblitz
Copy link
Copy Markdown

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 1, 2026

@AddiDev95 is attempting to deploy a commit to the icecream's projects Team on Vercel.

A member of the Team first needs to authorize it.

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 1, 2026

📝 Walkthrough

Walkthrough

A new user profile data file is added for a developer named AddiDev95, and the profile registry is updated to include this entry in the application's profiles list.

Changes

Cohort / File(s) Summary
New User Profile Data
public/data/AddiDev95.json
New profile object with user information including name, location, bio, avatar, portfolio, skills, and social links (GitHub, LinkedIn, Instagram, Email, Discord, LeetCode, Reddit, Unstop).
Profile Registry Update
src/ProfilesList.json
Updated JSON array to register the new AddiDev95 profile entry alongside existing profiles.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐰 A new friend hops into our digital burrow,
AddiDev95 joins the warren of skill and wonder,
Their profile shines bright in our registry,
From GitHub to Discord, connections abound,
Welcome, fellow builder, to our carrots and code! 🥕✨

🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The pull request description is largely incomplete, with all required sections (Description, Related Issues, Changes Proposed) left empty or unfilled despite the checklist being marked complete. Fill in the Description, Related Issues, and Changes Proposed sections with details about the changes. Provide specifics about the new profile addition and why the changes were made.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title 'Add AddiDev95' clearly describes the main change: adding a new developer profile for the user AddiDev95.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Incredible work, @AddiDev95! 🚀

🔥 Welcome to DevDisplay — A space where developers and all the tech enthusiasts can connect, collaborate, code, create, and conquer in the tech ecosystem.

At DevDisplay, we don't just welcome contributors—we celebrate them! 🎊 Because here, your ideas matter. Your code matters. You matter. 🚀

💡 This isn't just about adding your profile. It's about making an impact, showcasing your skills, and standing out in the developer ecosystem.

Think of DevDisplay as your own project, not just another open-source contribution. We're not just a platform—we're a global movement redefining the tech space. Our vision is to be the go-to platform for developers and tech enthusiasts worldwide.

🚀 Innovation has no limits!
We encourage you to think beyond the ordinary. Got a revolutionary idea? Spot a gap in the tech world? DevDisplay can be the solution! We want contributors like you to dream big, build bold, and bring game-changing features to life.

🌍 DevDisplay is more than an open-source project. It's a global tech hub, a thriving community, and a platform where you can connect, collaborate, code, create, and conquer.

🔥 Keep pushing boundaries—we're just getting started!
If you put your 💯 into creating something exceptional, you could even join our Global Core Team and also you can lead DevDisplay as a Community Leader in your area, college, or university.


💡 Your issue is now in review!

  • Our maintainers will soon review your PR and provide feedback/suggestions. 🚀 Stay tuned, stay engaged, and get ready to bring your ideas to life! 💡

---

📢 Have ideas to improve DevDisplay? Let us know! We're always looking for innovative minds to shape the future of tech.

💬 Join the conversation. Grow with the community. You belong here. 🙌


📢 Join Our Global Developer Communities & Connect with Innovators:

📩 Need Help? Reach Out to the Team:

💻 Follow DevDisplay on Social Media & Stay Updated:

🔥 🌟 Thank You for Being Here!

Copy link
Copy Markdown

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 3

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@public/data/AddiDev95.json`:
- Line 4: Update the "bio" field in AddiDev95.json to correct the typo: change
the value for the "bio" key from "Frontend Devloper Intern " to "Frontend
Developer Intern" (ensure you remove the extra trailing space as well).
- Around line 9-14: Update the broken social link values in the JSON: replace
the placeholder GitHub, Discord and LeetCode values with your actual profile
URLs (or remove those keys if you don't have accounts), and change the Email
value to a mailto: URI (e.g., "Email": "mailto:you@domain.com") because
Profile.jsx uses these fields directly in href; verify the Instagram and
LinkedIn remain correct and valid after the edits.

In `@src/ProfilesList.json`:
- Line 594: The ProfilesList.json contains a filename entry with a trailing
space ("AddiDev95.json ") which will produce a 404 when used to build fetch
URLs; remove the trailing whitespace so the entry is exactly "AddiDev95.json"
and verify other entries don't contain trailing spaces, or alternatively ensure
the code that loads profiles (where filenames from ProfilesList.json are used)
trims whitespace before constructing URLs (search for usages of ProfilesList or
the string "AddiDev95.json " to locate the entry).
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 799bf394-a6fc-4e1c-9bc4-cd35858edeb7

📥 Commits

Reviewing files that changed from the base of the PR and between 315105f and 657ceed.

📒 Files selected for processing (2)
  • public/data/AddiDev95.json
  • src/ProfilesList.json

{
"name": "MD ADIL",
"location": "NOIDA, INDIA",
"bio": "Frontend Devloper Intern ",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Correct the bio typo for profile quality.

Line 4 contains a typo: “Devloper” → “Developer”.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@public/data/AddiDev95.json` at line 4, Update the "bio" field in
AddiDev95.json to correct the typo: change the value for the "bio" key from
"Frontend Devloper Intern " to "Frontend Developer Intern" (ensure you remove
the extra trailing space as well).

Comment on lines +9 to +14
"GitHub": "https://github.com/your-github-username",
"LinkedIn": "https://www.linkedin.com/in/adil-saifi-3ab974262/",
"Instagram": "https://www.instagram.com/adii_worldwide/",
"Email": "saifiadil1600x@gmail.com",
"Discord": "https://discord.com/users/your-discord-id",
"LeetCode": "https://leetcode.com/your-leetcode-username",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Fix broken social link values before publishing this profile.

Line 9, Line 13, and Line 14 still use template placeholders, and Line 12 should be a URI (mailto:) since href is used directly in src/components/Profile/Profile.jsx.

Suggested patch
-    "GitHub": "https://github.com/your-github-username",
+    "GitHub": "https://github.com/AddiDev95",
     "LinkedIn": "https://www.linkedin.com/in/adil-saifi-3ab974262/",
     "Instagram": "https://www.instagram.com/adii_worldwide/",
-    "Email": "saifiadil1600x@gmail.com",
-    "Discord": "https://discord.com/users/your-discord-id",
-    "LeetCode": "https://leetcode.com/your-leetcode-username",
+    "Email": "mailto:saifiadil1600x@gmail.com",
     "Reddit": "https://www.reddit.com/user/Itchy-Ad-1484/",
     "Unstop": "https://unstop.com/u/saifiadi98066"
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@public/data/AddiDev95.json` around lines 9 - 14, Update the broken social
link values in the JSON: replace the placeholder GitHub, Discord and LeetCode
values with your actual profile URLs (or remove those keys if you don't have
accounts), and change the Email value to a mailto: URI (e.g., "Email":
"mailto:you@domain.com") because Profile.jsx uses these fields directly in href;
verify the Instagram and LinkedIn remain correct and valid after the edits.

"anmolsah.json",
"hitendras510.json"
"hitendras510.json",
"AddiDev95.json "
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major

Remove trailing whitespace from filename entry to prevent runtime 404.

Line 594 includes a trailing space ("AddiDev95.json "). Since profile filenames are used directly to build fetch URLs, this will fail to load the new profile.

Suggested patch
-  "AddiDev95.json "
+  "AddiDev95.json"
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
"AddiDev95.json "
"AddiDev95.json"
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@src/ProfilesList.json` at line 594, The ProfilesList.json contains a filename
entry with a trailing space ("AddiDev95.json ") which will produce a 404 when
used to build fetch URLs; remove the trailing whitespace so the entry is exactly
"AddiDev95.json" and verify other entries don't contain trailing spaces, or
alternatively ensure the code that loads profiles (where filenames from
ProfilesList.json are used) trims whitespace before constructing URLs (search
for usages of ProfilesList or the string "AddiDev95.json " to locate the entry).

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 2, 2026

Hi there! This issue is still open. We are looking forward to your response.
Assignees: None

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant