Skip to content

Removed whole community feedback section from project pages.#665

Merged
Zahnentferner merged 1 commit intoAOSSIE-Org:mainfrom
Himanshukumar2211:delete/communityFeedback
Mar 15, 2026
Merged

Removed whole community feedback section from project pages.#665
Zahnentferner merged 1 commit intoAOSSIE-Org:mainfrom
Himanshukumar2211:delete/communityFeedback

Conversation

@Himanshukumar2211
Copy link

@Himanshukumar2211 Himanshukumar2211 commented Mar 14, 2026

Addressed Issues:

Fixes #622

Screenshots/Recordings:

before
Screenshot 2026-03-14 at 5 13 42 PM

after
Screenshot 2026-03-14 at 5 06 47 PM

Additional Notes:

Removed the Community Feedback section from Project Pages . I deleted {/* Community Feedback */} and the code related to Community Feedback section frompage.jsx.

AI Usage Disclosure:

We encourage contributors to use AI tools responsibly when creating Pull Requests. While AI can be a valuable aid, it is essential to ensure that your contributions meet the task requirements, build successfully, include relevant tests, and pass all linters. Submissions that do not meet these standards may be closed without warning to maintain the quality and integrity of the project. Please take the time to understand the changes you are proposing and their impact. AI slop is strongly discouraged and may lead to banning and blocking. Do not spam our repos with AI slop.

Check one of the checkboxes below:

  • This PR does not contain AI-generated code at all.
  • This PR contains AI-generated code. I have read the AI Usage Policy and this PR complies with this policy. I have tested the code locally and I am responsible for it.

I have used the following AI models and tools: None

Checklist

  • My PR addresses a single issue, fixes a single bug or makes a single improvement.
  • My code follows the project's code style and conventions
  • If applicable, I have made corresponding changes or additions to the documentation
  • If applicable, I have made corresponding changes or additions to tests
  • My changes generate no new warnings or errors
  • I have joined the Discord server and I will share a link to this PR with the project maintainers there
  • I have read the Contribution Guidelines
  • Once I submit my PR, CodeRabbit AI will automatically review it and I will address CodeRabbit's comments.
  • I have filled this PR template completely and carefully, and I understand that my PR may be closed without review otherwise.

Summary by CodeRabbit

  • Chores
    • Community Feedback section, including star ratings and user reviews, has been removed from the product page.

@coderabbitai
Copy link

coderabbitai bot commented Mar 14, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 250b07b4-b909-4501-a29d-c4c4bd83c0b5

📥 Commits

Reviewing files that changed from the base of the PR and between 3fa685f and 969ac22.

📒 Files selected for processing (1)
  • src/app/projects/[slug]/page.jsx
💤 Files with no reviewable changes (1)
  • src/app/projects/[slug]/page.jsx

📝 Walkthrough

Walkthrough

Removed the entire Community Feedback section from the project page, including the section header, grid layout, feedback items conditional rendering, star ratings, user information, and "No reviews yet" fallback. The removal addresses the non-functional feedback form that was previously displayed.

Changes

Cohort / File(s) Summary
Community Feedback Removal
src/app/projects/[slug]/page.jsx
Removed the entire Community Feedback section including grid layout, feedback items conditional rendering, star rating display, user info, and "No reviews yet" fallback (38 lines deleted).

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

Possibly related PRs

Poem

🐰 Away with the form that never did work,
No more feedback to sit and lurk,
The project page now shines so bright,
Clean and honest, feels just right! ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'Removed whole community feedback section from project pages' directly and clearly summarizes the main change: removing the Community Feedback section from project pages.
Linked Issues check ✅ Passed The PR successfully addresses issue #622 by removing the non-functional Community Feedback form from project pages, matching the requirement to eliminate the fake feedback UI.
Out of Scope Changes check ✅ Passed The PR only removes the Community Feedback section from src/app/projects/[slug]/page.jsx (-38 lines), which is entirely within scope of the linked issue #622 and the PR objective.
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
  • Post copyable unit tests in a comment
📝 Coding Plan
  • Generate coding plan for human review comments

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.

Tip

You can disable sequence diagrams in the walkthrough.

Disable the reviews.sequence_diagrams setting to disable sequence diagrams in the walkthrough.

@Zahnentferner Zahnentferner merged commit 15070a0 into AOSSIE-Org:main Mar 15, 2026
1 check passed
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.

Remove dummy feedback form from project pages

2 participants