-
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
Replace the "Enable/Disable" button by an "Analytics" one #1016
Comments
Can I handle this? |
@Marchand-Nicolas |
I'd be happy to do this. |
@Marchand-Nicolas I would like to handle this issue. kindly assign me |
@Marchand-Nicolas kindly assign me this issue i would like to make it my first contribution the starkquest echo system |
Can I attempt this issue? |
Would love to tackle this issue Approach: ETA - 1Day |
Can I tackle this one? |
1 similar comment
Can I tackle this one? |
Can I work on this, please |
Hi @Marchand-Nicolas i would like to work on this issue as my first issue.. |
Hi @Marchand-Nicolas , I’d like to work on this issue by:
With experience in React and TypeScript, I can ensure a clean and efficient implementation. ETA 24 HOURSLooking forward to your approval to proceed! |
Could I grab this task? |
Let me try this one! |
Could I take over this issue? |
Is this issue still available? |
Mind if I take this issue? |
Hello, I’ve reviewed the proposed actions and can implement it seamlessly. I will make sure to:
I look forward to contributing and will prioritise delivering a clean solution. |
May I pick this up? |
I’d like to resolve this. |
Description 📹
Replace the "Enable/Disable" button in
app/admin/quests/dashboard/[questId]/page.tsx
with an "Analytics" button. The new button should open/analytics/{quest_id}
in a new tab when clicked.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:
AdminQuestDetails
component to replace the existing "Enable/Disable" button with an "Analytics" button.rewardButtonTitle
prop to display "Analytics".onRewardButtonClick
prop to handle the new button behavior by opening/analytics/{quest_id}
in a new tab.Updated code snippet:
questData.id
is properly passed to construct the analytics URL.Run Tests and Commit Changes:
Make sure your changes don't break existing functionality and commit with a clear message:
git commit -m "Fix: Replace Enable/Disable button with Analytics button"
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: