DTubeGo icon indicating copy to clipboard operation
DTubeGo copied to clipboard

Profile/Account metric

Open brishtiteveja opened this issue 3 years ago • 2 comments

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:

  1. Total number of upvotes/downvotes
  2. Total number of comments
  3. Last upvote time
  4. Last online time
  5. Total time spent (requires additional work on the player)
  6. Subscriptions

brishtiteveja avatar Aug 20 '21 19:08 brishtiteveja

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 :/

tibfox avatar Aug 20 '21 19:08 tibfox

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.

brishtiteveja avatar Aug 20 '21 22:08 brishtiteveja