Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[LandingPage] include messages that has been replied #436

Merged
merged 2 commits into from
May 15, 2021

Conversation

MrOrz
Copy link
Member

@MrOrz MrOrz commented May 15, 2021

As-is

Currently the landing page only shows messages that has no useful replies yet.
This may give new comer an initial impression that all messages are not getting replied in this website.

image

The fix

  1. Include messages that is being replied in landing page.
  2. List only articles with 3 or more reply requests, so that
    • replied articles are not pushed down so fast
    • it is more likely the message is seen by new site visitors, intriguing them to enter website
  3. Sort by createdAt instead of lastRepliedAt so that replied articles are not pushed down by new requests.

image

@MrOrz MrOrz self-assigned this May 15, 2021
@MrOrz MrOrz merged commit 024f329 into master May 15, 2021
@MrOrz MrOrz deleted the landing-with-replies branch May 15, 2021 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants