Open ElectricHavoc opened 5 years ago
Array of chats coming in, save { timestamp, user, sentiment } and { user, total, average sentiment }. This data would be used to report back on:
Top Positive, Top Negative, Chatty Cathy, Likely Troll, Sentiment average in last: Hour / 15 / 5 / Last Seen.
This is all for the existing stream, does not account for data storage for long term community tracking.
Discussion led to adding trending over the averages also.
Example:
{ avg: 1h/15m/5m/1m/last, trend: 1h/15m/5m/1m/last }
Array of chats coming in, save { timestamp, user, sentiment } and { user, total, average sentiment }. This data would be used to report back on:
Top Positive, Top Negative, Chatty Cathy, Likely Troll, Sentiment average in last: Hour / 15 / 5 / Last Seen.
This is all for the existing stream, does not account for data storage for long term community tracking.