ecency / ecency-vision

Immutable, decentralized, uncensored, rewarding communities built, owned and operated by its users
https://ecency.com
MIT License
58 stars 57 forks source link

Curation history page just like: /@demo/trail #1157

Closed feruzm closed 11 months ago

feruzm commented 1 year ago

where we show latest voted posts by account and show content as in feed format, it will likely require fetching get_post or get_content of each author/permlink combination returned by get_account_history

igormuba commented 1 year ago

@feruzm just to make sure.

The goal is that, if I enter in someone else's profile, there will be another section image

where I can see every content that said someone else has upvoted or downvoted, right? But only votes, no reblogs or anything else, correct?

igormuba commented 1 year ago

@feruzm I am working on this on the branch https://github.com/ecency/ecency-vision/tree/curation-page-history-1157

But I am struggling to understand how blog,posts, comments and replies are fetched so that I can populate the new tab with the correct data

If I manage to understand how that part works it would be a huge advance for me to understand the app, would be a huge progress to figure out all that

igormuba commented 1 year ago

Works, but still need to refine by adding:

https://github.com/ecency/ecency-vision/commit/cca9e3a30dd4a997b442d10841f3b47baa9c96c2

igormuba commented 1 year ago

Also: If the user of the trail removes the vote, keep the post or remove it from the trail. Will develop considering it should be removed and not shown on the trail.

igormuba commented 1 year ago

https://github.com/ecency/ecency-vision/pull/1255/