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

feat: Added the filter condition component on UI #2550

Merged
merged 9 commits into from
Jan 23, 2023

Conversation

BiswaViraj
Copy link
Contributor

What change does this PR introduce?

  • Added an user-friendly filter condition list on the execution details screen

Why was this change needed?

Other information (Screenshots)

image

image

@linear
Copy link

linear bot commented Jan 20, 2023

NV-1489 Filter condition details list component

In the right section of the Execution Details Modal we would like to show the list with the detailed information about each of the filter conditions.

The list item should have:

  • passed/failed badge
  • filter name
  • field
  • expected/actual values
  • operator

import { IFilterVariables } from './types';

interface ICondition {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Moved the interface to shared to able to access it from the UI

@BiswaViraj BiswaViraj force-pushed the nv-1489-filter-condition-details-list-component branch from 541f11d to 2db0a1f Compare January 20, 2023 08:40
@BiswaViraj
Copy link
Contributor Author

Will be adding tests in a different PR

@BiswaViraj BiswaViraj merged commit 79ae06e into next Jan 23, 2023
@BiswaViraj BiswaViraj deleted the nv-1489-filter-condition-details-list-component branch January 23, 2023 17:31
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.

None yet

2 participants