feat: Adding upload image feature #166
Draft
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Add Image/Logo Upload Feature for Election Creation
I propose adding an image/logo upload feature to the "Create Election" page, allowing users to attach a visual identity to their elections. This will enhance user engagement and provide a more intuitive voting experience.
Implementation:
Add an image upload field to the election creation form.
Store the uploaded image using a decentralized storage solution (e.g., IPFS) or Firebase Storage.
Save the image URL along with election metadata on the blockchain.
Display the uploaded image in the election details page.
This feature will enhance the UI/UX and strengthen election branding. Let me know your thoughts so I can get started!
Fixes # (issue)
Type of change
Please mark the options that are relevant.
Checklist: