-
Notifications
You must be signed in to change notification settings - Fork 146
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
Merge download components #1007
Comments
May I take this issue on? |
Could I grab this task? |
I’d love to work on this task. |
@Marchand-Nicolas |
Is this issue still available? |
Hi @Marchand-Nicolas, I'm an experienced Frontend Developer. I would implement a new reusable ETA is 1 day. |
I can solve this issue My name is Sudipta Paul, a fullstack and blockchain developer having experience of working in previous session of ODHack my profile :(https://app.onlydust.com/u/SudiptaPaul-31) |
Can I be assigned to this? |
Can I jump on this task? |
Can I handle this task? |
Is it okay if I take this? |
Can I tackle this one? |
I hope to get this done in only a few hours, if you assign it to me. |
Description 📹
Merge
components/quests/downloadQuestUsersButton.tsx
,components/admin/DownloadBoostWinnersButton.tsx
, andcomponents/admin/DownloadQuestParticipantsButton.tsx
into one single reusable component.Proposed Actions 🛠️
Here’s a checklist of actions to follow for resolving this issue:
Fork and Create Branch:
Fork the repository and create a new branch using the issue number:
Implement Changes:
DownloadButton.tsx
in a common or shared directory (e.g.,components/shared/
).DownloadQuestUsersButton
,DownloadBoostWinnersButton
, andDownloadQuestParticipantsButton
with the new reusableDownloadButton
component.downloadQuestUsersButton.tsx
,DownloadBoostWinnersButton.tsx
,DownloadQuestParticipantsButton.tsx
).Run Tests and Commit Changes:
Make sure your changes don't break existing functionality and commit with a clear message:
git commit -m "Fix: Merge download buttons into reusable DownloadButton component"
Required 📋
To keep our workflow smooth, please make sure you follow these guidelines:
Thank you for your contribution 🙏
The text was updated successfully, but these errors were encountered: