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

Threading scalability improvements #224

Open
grace-fagan opened this issue Jun 26, 2023 · 0 comments
Open

Threading scalability improvements #224

grace-fagan opened this issue Jun 26, 2023 · 0 comments
Assignees

Comments

@grace-fagan
Copy link
Collaborator

To my knowledge this is how reddit handles threading overflow:

  • On first load, shows max 10 layers of replies — top level post + 9 child comments
  • On click of “Continue Thread”, shows next 10 replies (replaces content) with lowest reply highlighted at the top (shows siblings of lower level replies too)
  • On click of “Show parent comments”, shows 10 parent comments with original comment highlighted (max 20 layers shown) (this seems like odd behavior to me)
  • “View all comments” takes you back up to the top level (max 10 layers shown)
@cha0sg0d cha0sg0d self-assigned this Jun 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

2 participants