#1575 closed task (blessed) (fixed)
Ratings
Reported by: | obenland | Owned by: | obenland |
---|---|---|---|
Milestone: | Priority: | high | |
Component: | Plugin Directory | Keywords: | |
Cc: |
Description
Create a widget to rate the currently viewed plugin. See how Themes handles reviews and figure out a way to make it work for both from one plugin.
Change History (20)
#4
@
8 years ago
For ratings, the data is not in bbPress. It's in the custom ratings table, shared by both themes and plugins. The plugin that the themes directory is using can be reused, most likely.
#5
@
8 years ago
Yeah, I got confused as WordPress.org has two ratings plugins installed, the global one which stores data centrally and WP-Postratings
which I believe is by the showcase.
The global ratings system currently keys everything by bbPress topic id's, I'm going to look at adding/replacing a object_slug
field to ease the transition for the plugin directory. It looks like for the theme directory we did an ID switch-a-roo for bbPress topic_id's to WordPress post_id's during the migration phase.
#10
@
8 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
- Type changed from enhancement to task
This is not yet fixed.
- Ratings still require a bbPress object_id in the database, we need to remove that requirement.
- Ratings in the support forums still references the bbPress database for the plugin details (and object_id)
This ticket was mentioned in Slack in #meta by obenland. View the logs.
8 years ago
This ticket was mentioned in Slack in #meta by obenland. View the logs.
8 years ago
This ticket was mentioned in Slack in #meta by obenland. View the logs.
8 years ago
#17
@
8 years ago
- Resolution set to fixed
- Status changed from accepted to closed
Fixed in [dotorg12026].
#18
@
8 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
reopening for tracking as the above commit was reverted.
Worth noting we have the
WordPress.org Ratings System
plugin activated on the site, I believe the Themes Repo uses it too.The underlying data from bbPress will have to be migrated over to WordPress though at switch-over (we can do it before then as well, but we'll just have to do it again)