-
Notifications
You must be signed in to change notification settings - Fork 22
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
Feature/885 relevant users events portals #886
Feature/885 relevant users events portals #886
Conversation
@race-of-sloths include |
@Tguntenaar Thank you for your contribution! Your pull request is now a part of the Race of Sloths! Current status: executed
The average score is 2 @Tguntenaar check out your results on the Race of Sloths Leaderboard! and in the profile What is the Race of SlothsRace of Sloths is a friendly competition where you can participate in challenges and compete with other open-source contributors within your normal workflow For contributors:
For maintainers:
Feel free to check our website for additional details! Bot commands
|
let limit = 5; | ||
if (term.length < 2) { | ||
results = [${sortedRelevantUsers | ||
.map((u) => "{accountId:'" + u + "', score: 60}") | ||
.join(",")}]; | ||
limit = ${5 + sortedRelevantUsers.length}; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't we use reuse SimpleMDE
from the devhub instance?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes defenitly, we can do it in the next iteration of improvements.
"accounts": { | ||
"deploy": "events-committee.near", | ||
"signer": "events-committee.near" | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we need this?
@race-of-sloths score 2 |
🌟 Score recorded!@Megha-Dev-19, thank you for scoring this pull request in the Race of Sloths! |
✅ PR is finalized!Your contribution is much appreciated with a final score of 2! |
Resolves #885
Adds the changes made to devhub portal in PR 845 to the events-committee.
video.webm