-
Notifications
You must be signed in to change notification settings - Fork 118
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
1590-1 #1614
1590-1 #1614
Conversation
This comment has been minimized.
This comment has been minimized.
odd-platform-ui/src/components/DataQuality/DataQualityContext/DataQualityContext.ts
Outdated
Show resolved
Hide resolved
a3f6141
to
c7d335a
Compare
odd-platform-ui/src/components/DataQuality/DataQualityFilters/DataQualityFiltersStyles.ts
Outdated
Show resolved
Hide resolved
odd-platform-ui/src/components/DataQuality/DataQualityFilters/DataQualityFilters.tsx
Show resolved
Hide resolved
This comment has been minimized.
This comment has been minimized.
odd-platform-ui/src/components/DataQuality/DataQualityFilters/DataQualityFilters.tsx
Outdated
Show resolved
Hide resolved
odd-platform-ui/src/components/DataQuality/DataQualityFilters/DataQualityFiltersStyles.ts
Outdated
Show resolved
Hide resolved
This comment has been minimized.
This comment has been minimized.
53d16a0
to
a4e1b7c
Compare
This comment has been minimized.
This comment has been minimized.
odd-platform-ui/src/components/DataQuality/DataQualityFilters/DataQualityFilters.tsx
Outdated
Show resolved
Hide resolved
...lityFilters/FilterItem/MultipleFilterItem/SelectedFilterOption/SelectedFilterOptionStyles.ts
Outdated
Show resolved
Hide resolved
const hookResult = useHook({ | ||
page: 1, | ||
size: 30, | ||
query: searchText, | ||
}); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure how this strict params - page: 1
will work if there are many options to load. I don't see anywhere where we increment this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When the searchText
changes the results of the 1st page change as well.
So lets say we have 5 entries total
- aaron
- ben
- carol
- ed
- frank
With the size of 3 this will be returned:
- aaron
- ben
- carol
But as soon as the user enters 'e' the result will be:
- ben
- ed
In this example we got ed as a result even though it's out of the first page (for the initial load)
odd-platform-ui/src/components/DataQuality/DataQualityStore/DataQualityStore.ts
Outdated
Show resolved
Hide resolved
...terItem/MultipleFilterItem/MultipleFilterItemAutocomplete/MultipleFilterItemAutocomplete.tsx
Outdated
Show resolved
Hide resolved
...terItem/MultipleFilterItem/MultipleFilterItemAutocomplete/MultipleFilterItemAutocomplete.tsx
Outdated
Show resolved
Hide resolved
Quality Gate passed for 'odd-platform-api'Issues Measures |
Quality Gate passed for 'odd-platform-ui'Issues Measures |
draft version of filters for the data quality screen (#1950)
any feedback is appreciated as there is certainly some questionable decisions present
still TODO: