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

changed data grid sort page query logic, added sidebar drag drop, added viz config panel changes #4

Conversation

paulstn
Copy link

@paulstn paulstn commented Oct 19, 2023

Description

changed data grid sort page logic, added sidebar drag drop, added viz config panel changes

Issues Resolved

[List any issues this PR will resolve]

Check List

  • New functionality includes testing.
    • All tests pass, including unit test, integration test and doctest
  • New functionality has been documented.
    • New functionality has javadoc added
    • New functionality has user manual doc added
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Paul Sebastian <[email protected]>
Signed-off-by: Paul Sebastian <[email protected]>
Signed-off-by: Paul Sebastian <[email protected]>
@paulstn paulstn force-pushed the erics-look-and-feel branch from affb192 to 7f24bf5 Compare October 20, 2023 16:34
@paulstn paulstn changed the title change data grid to separate sort/page query to not interfere with ot… changed data grid sort page query logic, added sidebar drag drop, added viz config panel changes Oct 20, 2023
@@ -29,7 +29,7 @@ export const Visualization = ({
// Markdown, it does not depend on if there is data
if (vis.id === VIS_CHART_TYPES.Text) return [true, ''];

if (isEmpty(series)) return [false, VISUALIZATION_ERROR.INVALID_DATA]; // series is required to any visualization type
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the query is not valid and returns no data, what would it show?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assumed that an empty series would mean that data hasn't been put in yet. Shouldn't this be the case? For invalid queries there are other checks in this file that will display invalid data if invalid.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can check with UX team on this

Signed-off-by: Paul Sebastian <[email protected]>
@paulstn paulstn marked this pull request as ready for review October 20, 2023 17:33
@paulstn paulstn requested review from mengweieric and ps48 October 20, 2023 17:33
@mengweieric mengweieric merged commit 0be66e9 into mengweieric:feature/match-look-and-feel Oct 20, 2023
mengweieric pushed a commit that referenced this pull request Oct 30, 2023
change github actions file and add necessary files
mengweieric pushed a commit that referenced this pull request Feb 19, 2024
change github actions file and add necessary files

(cherry picked from commit 1b5f971)
Signed-off-by: Derek Ho <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants