parse-community / parse-community/parse-dashboard
Sort by multiple columns
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 3.8k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
New Feature / Enhancement Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
Current Limitation
current sort only by 1 column at a time
Feature / Enhancement Description
i start implement this feature here
Example Use Case
in case the user wants to sort by :
- name & sure name
- name & age
- etc
secondary ability:
copy column name. I find myself sometimes needing to copy column names for use in my application without mistake. i find it useful
Alternatives / Workarounds
no alternative exists in the dashboard
3rd Party References
sdk currently support multiple sortintg: query.addAscendint('another_column')
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the Parse Dashboard sorting UI and the implementation discussion linked from pull request #1923, then compare the requested behavior with the SDK's multiple-sort query methods. Done means users can sort by multiple columns in the dashboard; confirm whether copying column names is part of the accepted scope.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100