ContentDB: Add reviews tab#15254
Conversation
a78a28b to
31ca73a
Compare
31ca73a to
5e8609e
Compare
There was a problem hiding this comment.
I'm missing some information:
-
Upvote/downvote count of reviews (to judge the quality of reviews)
-
Number of comments
Before I click the "Comments" link, I want to know if there are even any comments. If there are very many comments, I will be more interested to have a look at them.
EDIT: A review count in the "Reviews" tabheader might be nice too
60af18d to
c0c66ad
Compare
|
"Comments [10] - 17 helpful, 1 unhelpful" parses as "Comments [10] - 17 helpful comments, 1 unhelpful comment" for me. Perhaps this could be fixed by reversing the order. |
SmallJoker
left a comment
There was a problem hiding this comment.
Works well so far. I've got a few questions/remarks...
|
Can this not show amount of comments, or at least have a settings option to choose show or not show amount of comments in Reviews[count] tab? I do not want to load reviews before I click the tab |
For performance reasons, the reviews aren't loaded until you click the reviews tab. The count comes from the "+4 / 3 / -3" shown at the top of the screen By comments, do you mean reviews? Is the user need that you don't want to feel compelled to open the reviews tab, like it's an unread notification? |
1702112 to
cb79050
Compare
SmallJoker
left a comment
There was a problem hiding this comment.
Code looks good and works. Added the URL to have a reference in the code.


I'm not really happy with this design but I'm limited by formspecs and hypertext.
The reviews are rendered as a single hypertext element, with the hypertext generated on the server. Whilst it would have been nice to make it a bit prettier with a scroll container and better placement, putting hypertext in a scroll container results in a double vertical scroll which is a pain to use
To do
How to test
Use the package dialog, including existing description and info tabs and the new reviews tab