parse-community / parse-community/parse-dashboard

Sort by multiple columns

Open
#1,924 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

type:feature
Dominant language
JavaScript
Stars
3.8k
Forks
1.4k
PR merge metrics
No merged PRs in 30d

Description

New Feature / Enhancement Checklist
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 :

  1. name & sure name
  2. name & age
  3. 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

Screen Shot 2021-11-17 at 10 47 40 PM
Alternatives / Workarounds

no alternative exists in the dashboard

3rd Party References

sdk currently support multiple sortintg: query.addAscendint('another_column')

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.