treyb
A "Send Trade Feedback" button will be added to the menu on user profile pages.
Clicking this button will open a modal for submitting trade feedback. Since this action will be initiated from the profile page of the user you want to give feedback to, the recipient field will be fixed and cannot be changed.
- Recipient of the trade feedback: The user whose profile page the modal was opened from.
- Sender of the trade feedback: The user who clicked the button to open the modal.
These two details will not be displayed in the modal; they are just part of the process.
Fields in the Modal:
- Role: Buyer/Seller/Trade
- Overall Experience: Positive/Neutral/Negative
- Discussion URL: (No validation mechanism for now; any URL can be entered. A validation system could be implemented in the future.)
- Comment Area
The user receiving trade feedback will get a notification.
Trade feedback will be listed on a new page added to the user's profile.
By default, all users can receive trade feedback, but only users from specific groups (assigned via the admin panel) will be allowed to submit trade feedback.
The profile statistics section will display P/N/N (Positive/Neutral/Negative) feedback counts.
This is the general idea I have in mind. I believe we can refine it together to develop an extension that works well for everyone.