polkadot-js / apps

Basic Polkadot/Substrate UI for interacting with a Polkadot and Substrate node. This is the main user-facing application, allowing access to all features available on Substrate chains.
https://dotapps.io
Apache License 2.0
1.74k stars 1.53k forks source link

Improvements to Childbounties IDs #9735

Closed anaelleparity closed 1 year ago

anaelleparity commented 1 year ago

I'm submitting a ...

Current behavior At the moment, curators have to manually check for childbounties IDs before and while creating/awarding a childbounty on Polkadot-JS apps, which has 2 implications:

Some comments/suggestions The current childbounties IDs system is suitable for a setup with 1 or 2 bounties, but very inefficient when there are 8+ bounties, as is the case on Polkadot at the moment.

Thanks.

anaelleparity commented 1 year ago

Edit: I have been advised that this is a FRAME issue. This issue has been forwarded here: https://github.com/paritytech/polkadot-sdk/issues/591

jacogr commented 1 year ago

There is nothing the UI can do on this - it reads the chain state and displays as-is.

(There is obviously a long-standing enhancement logged here and in the queue for someday to actually add child bounty functionality, the apps UI does not have support for it, PRs to add the functionality welcome)

polkadot-js-bot commented 1 year ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue if you think you have a related problem or query.