Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • Sign in / Register
Minds Frontend
Minds Frontend
  • Project overview
  • Repository
  • Issues 405
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 58
  • CI / CD
  • Security & Compliance
  • Packages
  • Wiki
  • Snippets
  • Members
  • Collapse sidebar
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Minds
  • Minds FrontendMinds Frontend
  • Issues
  • #2306

Closed
Open
Opened 1 week ago by Ben Hayward@benhayward.ben
Report abuse New issue

Pro not showing most popular groups

Summary

Pro users groups page only shows a handful of groups with only a hand full of members, he has many popular groups. Also it should be sorted by popularity.

@edgebal commented: Seems we just found some rounding issue on group owner GUIDs, we might need to check ElasticSearch. I see 614198139255005200 as the owner, and FretzCapo is 614198139255005203. Looks like JS rounding.

Steps to reproduce

  1. Visit https://www.minds.com/pro/FretzCapo/groups
  2. The groups listed in his channel description are the ones he would like to appear on his pro page
  3. Observe none of his popular groups (listed on his profile bio) are there, e.g. UnfuckTheWorld

He says he is the original creator of the groups.

Platform information

Browser

What is the current bug behavior?

Small groups are the only ones showing up.

What is the expected correct behavior?

  • Should be sorted by popularity.
  • Should find all groups.

Alternative

  • Use Groups channel belongs to
  • Channel can show or hide groups they belong to on their pro page

Relevant logs and/or screenshots

image

Possible fixes

(If you can, link to the line of code that might be responsible for the problem)

Edited 5 days ago by Xander Miller

Related issues
0

  • Discussion 1
  • Designs 0
  • Ben Hayward @benhayward.ben changed milestone to %Misc. Q4 2019 1 week ago

    changed milestone to %Misc. Q4 2019

  • Ben Hayward @benhayward.ben added Priority::1 - High Product::Pro Status::Validation Type::Bug scoped labels 1 week ago

    added scoped labels

  • Brian Hatchet :speech_balloon: @brianhatchet added Status::Scheduling scoped label and automatically removed Status::Validation label 6 days ago

    added scoped label and automatically removed label

  • Xander Miller @xander-miller changed the description 5 days ago

    changed the description

  • Xander Miller @xander-miller changed the description 5 days ago

    changed the description

  • Brian Hatchet :speech_balloon: @brianhatchet changed weight to 4 2 days ago

    changed weight to 4

  • Brian Hatchet :speech_balloon: @brianhatchet assigned to @edgebal 2 days ago

    assigned to @edgebal

  • Brian Hatchet :speech_balloon: @brianhatchet changed time estimate to 4h 2 days ago

    changed time estimate to 4h

  • Brian Hatchet :speech_balloon: @brianhatchet added Status::Backlog scoped label and automatically removed Status::Scheduling label 2 days ago

    added scoped label and automatically removed label

  • Brian Hatchet :speech_balloon: @brianhatchet added Sprint::12/11 - Understood Unicorn scoped label 2 days ago

    added scoped label

  • Emiliano Balbuena @edgebal added Status::InProgress scoped label and automatically removed Status::Backlog label 3 hours ago

    added scoped label and automatically removed label

  • Emiliano Balbuena
    Emiliano Balbuena @edgebal · 1 hour ago
    Developer

    Cause update

    Bug is likely related to the usage of Top Feeds with a 7 day limit with a owner_guid constraint. Since the Top groups are calculated based on actual votes happened in a time range, there might be some issues trying to narrow down results to a single group owner:

    • Sync job has a aggregation threshold of 10000 vote actions. On busy moments, some activities outside this threshold won't be part of the aggregation and not taken in account.
    • Small groups with no significant upvote activity won't be part of the aggregation.
Please register or sign in to reply
Assignee
Emiliano Balbuena's avatar
Emiliano Balbuena @edgebal
none
Epic
None
Misc. Q4 2019
Milestone
Misc. Q4 2019
Time tracking
Estimated: 4h
None
Due date
None
5
Labels
Priority::1 - High Product::Pro Sprint::12/11 - Understood Unicorn Status::InProgress Type::Bug
4
Weight
4
Confidentiality
Not confidential
Lock issue
Unlocked
4
4 participants
user avatar
Emiliano Balbuena
user avatar
Brian Hatchet
user avatar
Xander Miller
user avatar
Ben Hayward
Reference: minds/front#2306