-
Notifications
You must be signed in to change notification settings - Fork 148
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
Update app/analytics/page.tsx
to sort quests by ID in descending order
#1014
Comments
Can I try solving this issue? |
Hi @Marchand-Nicolas |
@Marchand-Nicolas |
@Marchand-Nicolas kindly assign me this issue i would like to make it my first contribution the starkquest echo system |
Can I take this issue? |
Would love to contribute in 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) ETA - 1Day |
May I take care of this? |
I'd like to take this issue. |
Can I take care of this issue? |
I'd be happy to do this. I’m a full-stack blockchain developer with over 3 years of experience working with Tailwind, React, TypeScript, and Solidity/Rust. |
@Marchand-Nicolas Can you assign this issue to me? |
Mind if I try this one? |
Can I take this issue? |
I'd love to work on this! |
Can I start working on this? |
May I handle this issue? |
Hello, Sorting the quests by ID in descending order is straightforward, and I can implement this efficiently. I will verify that the quests are displayed in the correct order (descending i.e. most recent) by inspecting the UI and ensuring no existing functionality is affected. I look forward to contributing to this issue and ensuring this feature works seamlessly. |
Could I grab this task? |
Mind if I take this issue? |
I’d like to resolve this. |
Can I contribute to this one? |
May I take this issue on? |
I’d like to resolve this. |
I'd like to handle this task. |
Can I handle this task? |
Hi, My name is covenant ebube. I am a MERN stack developer with years of experience solving real-world problems using Javascript, React and Typescript. I am a first time contributor on this platform and i am very confident that i can solve this task within the specified time frame. Can you please assign? |
Hello everyone, I am a Frontend developer. I've honed my ability to deliver high-quality solutions and resolve complex issues under time constraints. I would love to work on this issue, as a new contributor. Thank you so much My ETA is 10 hours. |
May I take care of this? |
I'd like to work on this issue, I've contributed to starknet.quest before in front-end issues, like #825 |
Description 📹
Update
app/analytics/page.tsx
to sort quests by ID in descending order (show the most recent quests first).Proposed Actions 🛠️
Here’s a checklist of actions to follow for resolving this issue:
Fork the repository and create a new branch using the issue number:
fetchQuests
function to sort the quests by ID in descending order.Code Snippet:
Make sure your changes don't break existing functionality and commit with a clear message:
git commit -m "Fix: Sort quests by ID in descending order"
Required 📋
To keep our workflow smooth, please make sure you follow these guidelines:
Close #[issue_id]
.Thank you for your contribution 🙏
The text was updated successfully, but these errors were encountered: