-
Notifications
You must be signed in to change notification settings - Fork 665
Make the Problem List Ordered & Leverage GraphQL API #626
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
Comments
@yihong0618 I see. So you're currently working on it? Or else I can write a PR for this (tag and company in GraphQL for a start). |
I am not. I think you can write a PR for that, I change star problem to |
@yihong0618 Okay, I think I'll deal with it in a week or so. Then I'll create a PR for |
I don't know whether it's a bug or a feature. So I post it as a feature proposal anyway.
🚀 Feature Proposal
Make the problems on the left sidebar ordered by their problem ID.
Motivation
It may make people feel much better if they are ordered.
Contribution
There are two ways to solve this problem:
LeetCodeExecutor.listProblems
by each problem'sfid
.leetcode-cli
ordered. I investigate the source code ofleetcode-tools/leetcode-cli
a little bit and suppose the functionplugin.getProblems
is the one that should be updated. After gathering all the problems from different categories. We can sort them by theirfid
attributed.Another issue
Besides, I notice that the
graphql
method inleetcode-cli
is defined but not leveraged. Can we usegraphql
to get problems a specific company or tag? So that we can abandon thecompany.js
file to avoid hardcoding tag and company information (enven now this information is not updated frequently though).The issue section of
leetcode-tools/leetcode-cli
is closed but I find that that repository and this one are maintained by the same group of people. So I post this here. I would appreciate it if you could kindly consider my proposal.The text was updated successfully, but these errors were encountered: