Discussion (6)0
Log in or sign up to continue

The overwhelming consensus a few weeks back was to have the home page ordered by the latest posts, then posts with the latest comments, DESC. The filters are just doing filtering, not altering the sorting. The "Highest Rated" filter is those postings that are at least 4/5 stars. We might revisit this to make the filtering options sort differently.

The next build has a new filter for "Unanswered" which shows all questions that haven't been answered. Each posting in the list will show the rating plus the number of comments and if it's a question, how many answers have been provided.

The overwhelming consensus a few weeks back was to have the home page ordered by the latest posts, then posts with the latest comments, DESC. The filters are just doing filtering, not altering the sorting. The "Highest Rated" filter is those postings that are at least 4/5 stars. We might revisit this to make the filtering options sort differently.

I see.  I think revisiting sorting would be a good idea.

The next build has a new filter for "Unanswered" which shows all questions that haven't been answered. Each posting in the list will show the rating plus the number of comments and if it's a question, how many answers have been provided.

How are you going to filter "answered" questions when there is no answer mechanic?  A reply does not an answer make...

IMVHO, threading is useful, very useful, even in such micro-context as discussion after proposed answer in the StackOverflow [as you introduce in this newer change].

Once you killed threading, you could easily introduce unnecessary confusion of participants, for which it's becoming harder to comment on the relevant comment.

  1. Hope threading will not be killed in the "Article" mode;
  2. Hope threading will be added later to the Q&A mode, because it will simplify discussion.

No, IIRC, consensus was about slight different formula - sorting by Max(PostDate, LastCommentDate) DESC which is quite different to "ordered by the latest posts, then posts with the latest comments, DESC".

Even very old post after new comment should go to the top of list for Newest filtering mode. If it's hard to implement such Max aggregation function in Drupal then I'd try to directly update post date/time on each new comment...