Hi All,
I have a forum with a VERY busy buy/sell/trade section. With that, people want and need a system that'll let them view and provide feedback about their dealings/transactions with other users on the forum, similar to what ebay does with their feedback system.
Currently, I'm not aware of a system that does this with flarum yet. I'm still using mybb forum software for a little bit longer, which has a trader feeback plugin, but I'd like to have something similar built for flarum. Here's a link to the mybb plugin: dragonexpert/Trade-Feedbacktree/master
In addition to having an extension built for flarum, I'd also need a converter built so I can migrate my existing trader feedback data from mybb to the new extension on flarum.
Here's some screenshots of what it looks like on my forum:
requirements of the extension:
when submitting feedback, it should have the following:
-- user's should be able to leave feedback about their dealings with fellow forum members. This can be done via words (positive, neutral, negative), numbers (1-5) or an image rating (1-5 stars), etc..
-- I think being able to select what your role was in the feedback rating is useful: trader, buyer or seller, etc.
-- being able to link to a specific thread, if you so choose
-- comments section for any additional feedback aside from the rating
-- leaving negative feedback and/or a score/rating under a certain threshold should probably automatically trigger mod/admin review before it is allowed.
whenever feedback is left, an alert should be triggered. perhaps even a PM/DM (requiring byobu) and/or email is sent out notifying the user. all of this should probably be configurable in the extension settings as well on an individual user basis.
being able to view the feedback of users should be shown on the user's profile and be viewable, based on permissions that can be set in the extension settings.