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

1590-1 #1614

Merged
merged 14 commits into from
Feb 14, 2024
Merged

1590-1 #1614

merged 14 commits into from
Feb 14, 2024

Conversation

anatolii-yemets
Copy link
Contributor

@anatolii-yemets anatolii-yemets commented Feb 9, 2024

draft version of filters for the data quality screen (#1950)

any feedback is appreciated as there is certainly some questionable decisions present

still TODO:

  • save filter state in the url
  • improve transition between chart states

@anatolii-yemets anatolii-yemets requested review from a team as code owners February 9, 2024 08:41
@github-actions github-actions bot added the kind: documentation Improvements or additions to documentation label Feb 9, 2024
@anatolii-yemets anatolii-yemets marked this pull request as draft February 9, 2024 08:41

This comment has been minimized.

@anatolii-yemets anatolii-yemets added scope: frontend Frontend task and removed kind: documentation Improvements or additions to documentation labels Feb 9, 2024
@anatolii-yemets anatolii-yemets changed the base branch from 1590 to main February 9, 2024 11:57
@anatolii-yemets anatolii-yemets changed the base branch from main to 1590 February 9, 2024 11:57

This comment has been minimized.

@anatolii-yemets anatolii-yemets marked this pull request as ready for review February 13, 2024 09:49

This comment has been minimized.

This comment has been minimized.

Comment on lines +13 to +17
const hookResult = useHook({
page: 1,
size: 30,
query: searchText,
});
Copy link
Contributor

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?

Copy link
Contributor Author

@anatolii-yemets anatolii-yemets Feb 13, 2024

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)

@AndreyNenashev AndreyNenashev changed the base branch from 1590 to main February 13, 2024 13:59
Copy link

Quality Gate Passed Quality Gate passed for 'odd-platform-api'

Issues
4 New issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

@AndreyNenashev AndreyNenashev changed the base branch from main to 1590 February 13, 2024 14:43
Copy link

Quality Gate Passed Quality Gate passed for 'odd-platform-ui'

Issues
1 New issue

Measures
0 Security Hotspots
0.0% Coverage on New Code
2.4% Duplication on New Code

See analysis details on SonarCloud

Copy link

Test Results

  55 files  ±0    55 suites  ±0   2m 36s ⏱️ +2s
259 tests ±0  259 ✔️ ±0  0 💤 ±0  0 ±0 
287 runs  ±0  287 ✔️ ±0  0 💤 ±0  0 ±0 

Results for commit 9c34338. ± Comparison against base commit c1c42ec.

@anatolii-yemets anatolii-yemets merged commit 3c77a8f into 1590 Feb 14, 2024
7 checks passed
@anatolii-yemets anatolii-yemets deleted the 1590-1 branch February 14, 2024 09:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope: frontend Frontend task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants