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

Add UI for batch minting bounties #1881

Open
FlacoJones opened this issue Jun 23, 2023 · 0 comments
Open

Add UI for batch minting bounties #1881

FlacoJones opened this issue Jun 23, 2023 · 0 comments

Comments

@FlacoJones
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant