Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show bettors stats in the [View participants] model window [Suggestion] #8

Open
ztepler opened this issue Sep 21, 2021 · 2 comments
Open
Labels
Enhancement New feature or request

Comments

@ztepler
Copy link
Contributor

ztepler commented Sep 21, 2021

В модальном окне Event participants сейчас отображается агрегированная инфа по участникам ивента. Это хорошо, но там нет никакой информации по ставкам участников:
image
Может быть нам добавить помимо Shares два поля: bets AboveEq (Higher) и bets Below (Lower)? И тоже показывать агрегированные суммы по каждому участнику?

Также не уверен что нам нужно отображать Liquidity в тезосах, наверное имеет смысл либо Shares, либо Liquidity отобразить, так как одно значение пропорционально другому. Либо может быть в эту Liquidity включать сделанные ставки тоже (то есть тогда это значение будет показывает суммарный импакт участника на ивент, если он одновременно предоставил ликвидность и сделал ставку)

@xdeq xdeq added Idea Question Further information is requested labels Sep 21, 2021
@xdeq
Copy link
Collaborator

xdeq commented Sep 21, 2021

Если я не путаю, то через juster_position нету возможности посчитать сколько юзер поставил XTZ (есть только reward_above_eq, reward_below). Могу ошибаться

@ztepler
Copy link
Contributor Author

ztepler commented Sep 22, 2021

Yes, I've checked and there are no bet amounts in juster_position. There are also juster_deposit query, but it returns only provided liquidity actions. Should we add bet amounts into juster-dipdup @m-kus ? Or maybe there are alternative way to aggregate juster_bet query somehow?

@xdeq xdeq added Enhancement New feature or request and removed Question Further information is requested Idea labels Sep 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants