Skip to content
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

Sorting #4

Open
1 task
yotamgever opened this issue Feb 1, 2017 · 3 comments
Open
1 task

Sorting #4

yotamgever opened this issue Feb 1, 2017 · 3 comments

Comments

@yotamgever
Copy link
Collaborator

As a viewer, I want to be able to sort the pivot columns by clicking their title, so I can control the Pivot display and present the data that interests me the most at the top/bottom.

  • Available sort options:

    1. Ascending
    2. Descending
    3. No sort (data in its original order)

    Right clicking the Pivot column title should open the column menu items, including the 'Sort' menu, which will open the 3 sub-menu options.

Note: Sorting by multiple columns is described as a new requirement

@yotamgever
Copy link
Collaborator Author

Sql default sorting should be considered in order to prevent the streaming bug

@yotamgever yotamgever added this to Backlog in 6.7 Feb 1, 2017
@deanshub deanshub modified the milestone: Stage 1 Feb 1, 2017
@deanshub
Copy link
Owner

deanshub commented Feb 2, 2017

Sql default sorting should be considered in order to prevent the streaming bug

to elaborate currently when sorting the old pivot, the jaql receives a sort attribute,
once the translation proccess sees the sort in the jaql, it removes (doesn't put it in the first place) the default sorting (by rows).

we should take the sort provided by the user, remove it and send the jaql without it, then as the results are streamed back from the elasticube, we should sort them (with the user's sort) inside nodeJs and send them to the client

@orelse94 orelse94 added this to Backlog in export must have Feb 28, 2017
@orelse94 orelse94 moved this from Backlog to Ready in export must have Feb 28, 2017
@orelse94
Copy link
Collaborator

time estimation 5 days

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
6.7
Backlog
Development

No branches or pull requests

3 participants