Hi,
I'm working on "XAForum application" (
github.com/xwiki-contrib/application-forum2<https://github.com/xwiki-con…)
and I found some issues due to "Ratings application" (
github.com/xwiki-contrib/application-ratings) dependency, examples :
- Rating stars are displayed on every page (maybe the admin who installed
the application doesn't expect or want this behavior. It has already been
reported as an issue too :jira.xwiki.org/browse/XAFORUM-26)
- XAForum app vote and ratings app vote use the same object (same XClasse)
which may lead to a wrong result. XAForum vote expects only +1 (== means I
like) on a topic, however Rating app vote expects 1 to 5 (5 stars) on a
page, which means if a user rate a topic page +5, this means too, there are
5 other users like this topic, which is wrong !!
To avoid these issues, I think we need to remove the ratings app dependency
from XAForum app and implement a specific vote for this (XAForum) app.
WDYT ?
Thanks,
Sofiane Baloul