-
-
Notifications
You must be signed in to change notification settings - Fork 1
[Preset Request] Show total bits/follows/subs #196
Description
Both a preset and feature dev, need a way to display just total bits and other things.
- Total Bits
- Total Follows
- Total Subs
- Total SubPoints ?
- Total donated Already done via money sum
- Total Orders (flat count)
Need way to filter based off subtype, to ignore some others? Like only do twitch follows not picarto, or for order type, show just uwumarket orders, or just gamersupps orders etc.
Perhaps new var type which is varName.EventTypeList.OrderLike - which limits it to only ones from that subtype?
Or do we not care about filtering this kind of thing... subs/members combined, raw count, no total subpoints (this can be done via other means). Just raw sub/member count, raw follow count, raw bits count.
But for orderlike I think it's still a good idea to separate them for each one as that has use.
Websocket data should be similar to the totals summary endpoint? Or more refined? Update on every event in and delete.
For the preset we don't need anything fancy. We just have checkboxes for "Show Bits", "Show Subs", "Show Follows". Then a filtered OrderLike eventtypelist for "Show X Orders" .
We have two widgets - one that lets you configure a single thing to show, and another that does all from selections