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

BE-340 Display health status of peers and orderers - FrontEnd #342

Conversation

saksham1203
Copy link
Contributor

@saksham1203 saksham1203 commented Feb 1, 2023

Signed-off-by: saksham1203 saksham.s1203@gmail.com

What this PR does / why we need it:

This feature enables the explorer to indicate the health status of peers and orderers that are online or offline.
The status can be indicated with red being offline, green being online, green with flickering - fetching status.
As of now the explorer is not showing the status of peers/orderers that are part of HLF-Network. With this new feature enablement, we could display the health status of peers/orderers in the explorer dashboard.

Which issue(s) this PR fixes:

Fixes #340

Special notes for your reviewer:

Does this PR introduce a user-facing change?

yes

Additional documentation, usage docs, etc.:

peer status.

…ity of peers and orderers

Signed-off-by: saksham1203 <saksham.s1203@gmail.com>
@saksham1203 saksham1203 requested a review from a team as a code owner February 1, 2023 06:43
@ArchanaArige ArchanaArige added this to the Experimental Sprint milestone Feb 1, 2023
@ArchanaArige ArchanaArige changed the title Modified the PeersHealth.js component to include the status functonal… BE-340 FrontEnd - Display health status of peers and orderers Feb 1, 2023
@ArchanaArige ArchanaArige changed the title BE-340 FrontEnd - Display health status of peers and orderers BE-340 Display health status of peers and orderers - FrontEnd Feb 1, 2023
Comment on lines +9 to +10
import Tooltip from "@mui/material/Tooltip";
import styled from "@emotion/styled";
Copy link
Contributor

Choose a reason for hiding this comment

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

Q: are these libraries already added to project?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No, earlier it was not there

Copy link
Contributor

Choose a reason for hiding this comment

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

these are not available in the package.json

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Added to package.json file with required libraries .

… in package.json

Signed-off-by: saksham1203 <saksham.s1203@gmail.com>
@adityajoshi12
Copy link
Contributor

/ LGMT

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

Successfully merging this pull request may close these issues.

FrontEnd - Display health status of peers and orderers
3 participants