You are viewing a single comment's thread from:

RE: Community leaders + users, I need your opinion on what you want ! (also some news on rc delegations)

in #communities3 years ago

Mandatory beneficiaries and membership request form stuck out to me, but I think peakd already has the former?

Can we get convert hbd from savings?
I don't really see folks holding hive in savings, but maybe some would use that, too.

When I look at payouts the order is descending payouts, can we get that changed to chronological?

Invite friends/followers to communities would be nice.
Maybe a notification of being invited?
Opt in/out of notifications.

@sepracore's idea of encrypted content is a good one.
Maybe a whitelist of who can use their memo key to unlock the post.

You guys have done great, thanks.

Sort:  

Can we get convert hbd from savings?

While I see the point, I don't really think it's worth the effort to implement unless there is a significant request for it.

When I look at payouts the order is descending payouts, can we get that changed to chronological?

Hmm what do you mean ? Sounds like a front end thing

Invite friends/followers to communities would be nice.
Maybe a notification of being invited?
Opt in/out of notifications.

noted, thanks :)

In peakd's activities tab is one for payouts.
When these payouts present they present in descending payout order rather than chronologically.
So, I asked Asgartj and was told that it was set by the api and beyond their control.
It's not all that important, but when searching payouts it helps me to see them chronologically.

@asgarth I think the api options may have change since you last looked :) there are multiple sort options and "blog" is the one where it's sorted chronologically eg:

curl -d '{"id":2,"jsonrpc":"2.0","method":"bridge.get_account_posts","params":{"sort":"blog","account":"antisocialist","observer":"howo"}}' https://api.deathwing.me/

I don't think this is related to the blog. From my understanding the request is to allow a different sort on this call:

{"id":2,"jsonrpc":"2.0","method":"bridge.get_account_posts","params":{"sort":"payout","account":"howo","observer":"asgarth"}}

As you can see the results are sorted by descending payout. The request is to sort chronologically. And as far as I know it's not available.

Yes this is what I mean, there are other sorts available:

supported_sort_list = ['blog', 'feed', 'posts', 'comments', 'replies', 'payout']

and if you put the sort param as blog instead of payout you'll get the results chronologically, descending (new -> old)

No, this is not what he requested.

Blog page is here: https://peakd.com/@howo

Payout page is here: https://peakd.com/@howo/payout

He basically want the second page (with comments too and not just root posts) sorted chronologically.

Aaaah I see, sorry I didn't realize that sorting by "blog" didn't return the comments. I'll see if I can add a new payout sort going :)