DTubeGo
DTubeGo copied to clipboard
Profile/Account metric
Time as another variable for account/profile representation. Avalon already has activities on frontend https://d.tube/#!/c/tibfox/activities
We can easily create some cool Metrics by parsing activities for example:
- Total number of upvotes/downvotes
- Total number of comments
- Last upvote time
- Last online time
- Total time spent (requires additional work on the player)
- Subscriptions
Activities is super slow and something what should really revisioned in some way on blockchain / API level. Counts perhaps wouldnt work because of the super slow performance to load all data :/
For your own profile.. this data loading can be done only once. What I mean is that we don't have to pull the activities again and again everytime. We pull activities once save it on local storage and then we only pull the latest activities.. but I guess avalon needs to have a way of sending activities after a timestamp.. I think avalon can be extended that way. I see the possibility.