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

[KED-1423] Feature/metadata panel #276

Merged
merged 52 commits into from
Oct 30, 2020
Merged

[KED-1423] Feature/metadata panel #276

merged 52 commits into from
Oct 30, 2020

Conversation

bru5
Copy link
Contributor

@bru5 bru5 commented Oct 9, 2020

Description

Adds a metadata side panel.

Screenshot 2020-10-29 at 16 41 18

Development notes

This first version is behind flag meta and only shows existing data, a later update will add data from further APIs.

The responsive approach has been adapted to account for the additional sidebar.

QA notes

The metadata flag must be enabled before testing. To see inputs and outputs, the new graph flag must also be enabled (at least for the initial implementation). Here is an example:

http://localhost:4141/?data=demo&newgraph=true&meta=true

Then to see the metadata panel, you should click on any node either in the sidebar or on the chart.

Note that different node types show different information, so test each kind.

To test the responsive approach, test with each sidebar individually and with both open, at sizes below 800px.

Checklist

  • Read the contributing guidelines
  • Opened this PR as a 'Draft Pull Request' if it is work-in-progress
  • Updated the documentation to reflect the code changes
  • Added new entries to the RELEASE.md file
  • Added tests to cover my changes

Legal notice

  • I acknowledge and agree that, by checking this box and clicking "Submit Pull Request":

  • I submit this contribution under the Apache 2.0 license and represent that I am entitled to do so on behalf of myself, my employer, or relevant third parties, as applicable.

  • I certify that (a) this contribution is my original creation and / or (b) to the extent it is not my original creation, I am authorised to submit this contribution on behalf of the original creator(s) or their licensees.

  • I certify that the use of this contribution as authorised by the Apache 2.0 license does not violate the intellectual property rights of anyone else.

src/components/metadata/styles/metadata.scss Show resolved Hide resolved
src/selectors/layout.js Outdated Show resolved Hide resolved
src/components/metadata/styles/metadata.scss Outdated Show resolved Hide resolved
src/components/metadata/styles/metadata.scss Outdated Show resolved Hide resolved
src/components/metadata/styles/metadata.scss Outdated Show resolved Hide resolved
src/components/metadata/styles/metadata.scss Outdated Show resolved Hide resolved
src/components/metadata/styles/metadata.scss Outdated Show resolved Hide resolved
src/components/metadata/styles/metadata.scss Outdated Show resolved Hide resolved
src/config.js Outdated Show resolved Hide resolved
src/styles/_variables.scss Outdated Show resolved Hide resolved
Copy link
Contributor

@richardwestenra richardwestenra left a comment

Choose a reason for hiding this comment

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

👉😎👉 zoop

@bru5 bru5 merged commit 5a7096b into main Oct 30, 2020
@bru5 bru5 deleted the feature/metadata-panel branch October 30, 2020 15:27
@richardwestenra richardwestenra mentioned this pull request Nov 9, 2020
1 task
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.

2 participants