You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added a new method in the contracts for batch minting bounties. It's interface looks like this:
function batchMintBounty(
string[] calldata_bountyIds,
string[] calldata_organizations,
OpenQDefinitions.InitOperation[] memory_initOperations
)
As you can see, identical to mint bounty, but in array form, where matching index means matching input
I'm not sure what would be simplest here:
A) Adding a (+) icon on the mintbountymodal to add additional bounties
B) Create a new page
It's likely that we'll want to set A) KYC required, B) Invoice, and C) Supporting tax form required once for all bounties by default
Will also be quite helpful, since people may do a lot at once, to persist the form between page reloads using local storage. And once minted, remove the local storage
The text was updated successfully, but these errors were encountered:
I added a new method in the contracts for batch minting bounties. It's interface looks like this:
As you can see, identical to mint bounty, but in array form, where matching index means matching input
I'm not sure what would be simplest here:
A) Adding a (+) icon on the mintbountymodal to add additional bounties
B) Create a new page
It's likely that we'll want to set A) KYC required, B) Invoice, and C) Supporting tax form required once for all bounties by default
Will also be quite helpful, since people may do a lot at once, to persist the form between page reloads using local storage. And once minted, remove the local storage
The text was updated successfully, but these errors were encountered: