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

7. List the members of the batch (read BatchRegistry contract) #4

Closed
phipsae opened this issue Oct 29, 2024 · 6 comments
Closed

7. List the members of the batch (read BatchRegistry contract) #4

phipsae opened this issue Oct 29, 2024 · 6 comments
Labels

Comments

@phipsae
Copy link
Collaborator

phipsae commented Oct 29, 2024

Goal

Show the current members of your batch in the app.

@melanke
Copy link
Contributor

melanke commented Nov 18, 2024

Is this possible? allowList is a mapping, as far as I know it's impossible to iterate over it, right? Also, there is no event for when adding on this list.

@phipsae
Copy link
Collaborator Author

phipsae commented Nov 19, 2024

Yes exactly, you cannot iterate over a mapping in solidity.
What event does the contract have, might this help?

@melanke
Copy link
Contributor

melanke commented Nov 19, 2024

We have the CheckedIn event, so it would be possible to list who made checkin. Do you think this is enough for this task?

Anyway, I will leave this issue for another builder :)

@AbolareRoheemah
Copy link
Contributor

Is anyone working on this? Safe to pick it up? @phipsae @melanke

@phipsae
Copy link
Collaborator Author

phipsae commented Nov 23, 2024

Thank you for offering to take on this issue!

gboigwe is already working on that, see the following PR #20

Perhaps you'd like to pick another issue to tackle? :)

@AbolareRoheemah
Copy link
Contributor

Thank you for offering to take on this issue!

gboigwe is already working on that, see the following PR #20

Perhaps you'd like to pick another issue to tackle? :)

Alright. Thanks!

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

No branches or pull requests

3 participants