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

6. Show connected wallet info #5

Closed
edakturk14 opened this issue Jul 27, 2024 · 3 comments · Fixed by #27
Closed

6. Show connected wallet info #5

edakturk14 opened this issue Jul 27, 2024 · 3 comments · Fixed by #27
Labels
frontend frontend work

Comments

@edakturk14
Copy link
Contributor

edakturk14 commented Jul 27, 2024

Goal

When a user connects to the dApp, let's display 2 things:

  1. Is the connected address a member of the batch? (is the in the allowList)
  2. Is the connected address already checked in?

Feel free to place that info whenever you want. It could be just some icons that show next to the wallet for members.

For more info about the contract: #10

@edakturk14 edakturk14 added good first issue Good for newcomers frontend frontend work labels Jul 27, 2024
@edakturk14 edakturk14 changed the title 5. Get the check-in count from the BatchRegistry contract Show connected wallet info Aug 5, 2024
@edakturk14 edakturk14 removed the good first issue Good for newcomers label Aug 5, 2024
@edakturk14 edakturk14 changed the title Show connected wallet info 6. Show connected wallet info Aug 5, 2024
@umutarray
Copy link
Contributor

Hi, i would like to do that. Can you assign it to me?

@derrekcoleman
Copy link
Member

Thanks for offering, @umutarray! I recommend you introduce yourself and create your personal page first.

Maybe post a screenshot or two here to show us a mock up of the implementation you have in mind? That way you can get feedback before you make the whole PR.

@ruhneb2004
Copy link
Contributor

If this is not already taken, I would like to work on this issue

Given below is a design of how I would like to implement this feature. There will be a batch member logo for the members (bottom left) , and the checkedIn and check In icons will be shown based on the completion of the challenge. The checkn In on clicking will open the github #10 page.

Screenshot 2024-08-19 at 8 15 50 PM

@derrekcoleman derrekcoleman linked a pull request Aug 21, 2024 that will close this issue
2 tasks
ruhneb2004 pushed a commit to ruhneb2004/batch8.buidlguidl.com that referenced this issue Aug 22, 2024
* replace img with nextjs Image component

* Hotfix: fix linting issue

* add CheckInCounter component to read contract variable checkedInCounter

* fix: add dependencies to useEffect to avoid infinite chain of updates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend frontend work
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants