mowblox / auditable-blockchain-voting-system

This curriculum aims to provide a comprehensive introduction to blockchain development while building a practical, secure voting system. It covers essential concepts in blockchain, smart contract development, and the specific challenges of creating a secure and auditable voting system.
https://abvs.vercel.app
MIT License
3 stars 11 forks source link

Develop the Add Voters Component #20

Closed mikehammond closed 5 days ago

mikehammond commented 3 weeks ago

Please refer to our Figma Hi-Fi page for the add voters component excluding the header and footer.

https://www.figma.com/design/aJGE4crhpDJQnfH7ppH5vV/ABVS-UI?node-id=256-641&t=WMH9AMr2CFxGZmz1-4 (1st State) https://www.figma.com/design/aJGE4crhpDJQnfH7ppH5vV/ABVS-UI?node-id=256-720&t=WMH9AMr2CFxGZmz1-4 (2nd State)

Dependencies

Emmanuel-Darko commented 3 weeks ago

@mikehammond I want to take this

mikehammond commented 3 weeks ago

@Emmanuel-Darko You got it

mikehammond commented 2 weeks ago

@Emmanuel-Darko Are you at a point of completing this so that I can do a quick refactor for the entire code base?

mikehammond commented 1 week ago

@Emmanuel-Darko Do you need any support on this one?

Emmanuel-Darko commented 1 week ago

Hello please I'll get it done by the close of business tomorrow. I was a bit tight last week and on Sunday too, I couldn't join the meeting. Please forgive me

On Sun, Sep 1, 2024 at 10:58 AM Michael Hammond @.***> wrote:

@Emmanuel-Darko https://github.com/Emmanuel-Darko Do you need any support on this one?

— Reply to this email directly, view it on GitHub https://github.com/mowblox/auditable-blockchain-voting-system/issues/20#issuecomment-2323286320, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIQYR6VCYQKRQFKLB5BC333ZULXNPAVCNFSM6AAAAABMWHQQLGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMRTGI4DMMZSGA . You are receiving this because you were mentioned.Message ID: @.*** com>

mikehammond commented 1 week ago

@Emmanuel-Darko This is well noted

Emmanuel-Darko commented 1 week ago

@mikehammond Please can you expound the role of the import csv file for me? image

Does the import automatically populate the form above with the imported addresses or we save the csv file when imported

mikehammond commented 6 days ago

@Emmanuel-Darko I think that we can put the control for the import there like you've done now and leave what it will be doing to be discussed later.

Emmanuel-Darko commented 5 days ago

@mikehammond Please I've created a PR