Skip to content

fix: Rename correctly mp reports type - #425

Open
duprijil wants to merge 1 commit into
developfrom
bugifx/incorrect-package-report-type-naming
Open

fix: Rename correctly mp reports type#425
duprijil wants to merge 1 commit into
developfrom
bugifx/incorrect-package-report-type-naming

Conversation

@duprijil

@duprijil duprijil commented Jul 4, 2025

Copy link
Copy Markdown
Collaborator

Rename MP report types correctly in MP State reports UI:
Compliance -> Completeness (SHACL)
Details -> Overview
and correct naming in specific report

@duprijil
duprijil requested a review from schivmeister July 4, 2025 11:33
@duprijil duprijil self-assigned this Jul 4, 2025
@duprijil duprijil added the bug Something isn't working label Jul 4, 2025

@schivmeister schivmeister left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Thanks but SHACL is still Compliance. Left some other clarification comments.

{label: 'Coverage (XPath)', value: 'xpath'},
{label: 'Correctness (SPARQL)', value: 'sparql'},
{label: 'Compliance (SHACL)', value: 'shacl'},
{label: 'Completeness (SHACL)', value: 'shacl'},

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Leave SHACL as Compliance.

<Typography variant='secondary'>Result summary</Typography>
<Typography fontSize='18'
fontWeight='bold'>Coverage (SHACL)</Typography>
fontWeight='bold'>Completeness (SHACL)</Typography>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Compliance

<Stack>
<Typography fontSize='18'
fontWeight='bold'>Coverage (SHACL)</Typography>
fontWeight='bold'>Completeness (SHACL)</Typography>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Compliance


const tabs = [
{label: 'Details', value: 'details'},
{label: 'Overview', value: 'details'},

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Why details is Overview?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Overview is the page with state reports overview, is not details

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

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants