Feature Request: Algorithmically organize the homepage feed, prioritizing positive content at the top. While it's great to have bug reports and feedback live on the website, when we direct people to our community site's homepage, having those as the first things visitors see isn't ideal for the user experience.
Great suggestion, will make a ticket for the backlog! Would you still want the content from the feeds like bug reports/feedback in the Home feed at all? Or just more obscured?
I'm wondering if you'd just want a setting to exclude certain feeds from appearing on the Home feed entirely.
Stephen Cook Potentially, yes! From an implementation perspective, I'd handle this by modifying the API call you're already using for headline generation. Format the output as JSON where one field is the post headline, and another field would be a simple sentiment tag (positive/negative/neutral). You could actually expand this to include additional metadata values as needed, but the key is doing it all in that single API call when creating the thread headline. Would simplify a lot!
Matt Mireles I went ahead and filed two tickets:
We need the ability to create a sentiment analysis. There’s a model I’ve been eyeing in our arsenal for this. While I like the single API, I have found that the more an AI needs to focus on, the more broad the variability.
We need to be able to filter the home page by which feeds you prefer. This one should be relatively simple based on our product’s current architecture.