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

User Story 13: As a user I would like to filter & select primary data and download only the selected #25

Closed
7 tasks done
DavidBlaa opened this issue May 18, 2018 · 4 comments

Comments

@DavidBlaa
Copy link
Member

DavidBlaa commented May 18, 2018

The System should have a filter for subsampling primary data in order to download these subsamples.

  • Reactivate the Filter/Sorting functions in the Grid
  • The Dataset Manager should be able to handle filtered/sorted query
  • Create Unit tests for Filter/Sorting functions in the Grid
  • Add a function to return the number of rows matching a filter expression.
  • Check all available filter options in the UI
  • Number of rows in the grid missmatches with the filtered result number
  • Downloaded primary data, filtered or not, includes one extra empty row at the end.
DavidBlaa added a commit that referenced this issue May 25, 2018
- projection unit test is working and run sucessfully
- projection from ui for download txt is working
@DavidBlaa DavidBlaa added this to the 2.12.0/1 milestone May 29, 2018
@navabpourn
Copy link
Collaborator

navabpourn commented May 30, 2018

After filtering, the entire line number is not updated. Filtered out data is displayed as an empty line.
Filtered data has extra information (id, orderno, timestamp, versionid) they are added to the downloaded excel file only in data side, but not in the header.

@DavidBlaa
Copy link
Member Author

Hi @javadch
this is for you :D

The Datasetmanager has a function to load datatuples from the database and convert it to a datatable.
In addition, the filter options now come back.
To display the data in a table, the system needs a function that counts the rows from the filtered result.

@javadch
Copy link
Collaborator

javadch commented Jun 5, 2018

@DavidBlaa, I added a function RowCount to the DatasetManager class. It has two overloads, one accepts a FilterExpression.

@navabpourn
Copy link
Collaborator

navabpourn commented Jun 12, 2018

@DavidBlaa One extra empty row is added to the download file.
Other functionalities are working properly as expected.

DavidBlaa added a commit that referenced this issue Jun 13, 2018
DavidBlaa added a commit that referenced this issue Jun 13, 2018
DavidBlaa added a commit that referenced this issue Jun 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants