-
Notifications
You must be signed in to change notification settings - Fork 198
Description
Issue Type: Feature Request
Summary: I would like to request the addition of a comment feature to the Awesome GitHub profile section, alongside the existing like button. This feature will enhance user interaction by allowing users to leave comments and feedback on profiles.
Detailed Description: The Awesome GitHub profile section currently allows users to show appreciation by liking profiles. Adding a comment feature would further enhance the functionality by enabling users to leave remarks, suggestions, or feedback. This could be beneficial for networking, collaboration, and community building.
Proposed Solution:
UI/UX Design:
Add a comment icon/button next to the like button.
Design a comment input box that can expand to show multiple lines of text.
Display comments in a scrollable section beneath the profile details.
Backend Implementation:
Create a new API endpoint for submitting comments.
Store comments in a database associated with the user's profile.
Implement moderation features to manage inappropriate comments (e.g., flagging, reporting, and deleting comments).
Notifications:
Send notifications to profile owners when new comments are added.
Option to enable or disable comment notifications.