Sortable Query Results
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 117
- Forks
- 51
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 4
Description
User Story
As a user, I want to be able to sort my query by column in ascending or descending order by simply choosing something in the header of the column so that I can sort my data without having to manually write some additional flux.
Acceptance Criteria
-
An option will be available in each of the header columns (when appropriate) to sort on that column
-
That option will allow the user to choose ascending or descending order for the sort.
-
When selecting, the appropriate flux sort function will be added to the script
-
When the script is too complex to know where to put the sort, the sort options will no longer appear/not be available in the results window
Notes
Contributor guide
No contributing guide indexed for this repository
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 locating the query-results window, its column headers, and the code that generates the Flux script. Trace how a selected column and ascending or descending choice could be represented, including when the script is too complex to modify. Done means appropriate headers offer both sort directions, the corresponding Flux sort is added, and options are hidden for complex scripts.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100