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

DS-680 hooks/useSearchParam #382

Merged
merged 1 commit into from
Jul 17, 2024

Conversation

nicolearagao
Copy link
Member

@nicolearagao nicolearagao commented Jun 18, 2024

What's included
refactor: ds-680 remove unused hooks/useSearchParam

How to test

Coverage and basic unit test check

  1. update the NPM packages with $ npm install
  2. $ npm test

Interactive unit test check

  1. update the NPM packages with $ npm install
  2. $ npm run test:watch

Local run check

  1. update the NPM packages with $ npm install
  2. $ npm run start

Check the build

  1. update the NPM packages with $ npm install
  2. $ npm run build

Updates issue/story
DISCOVERY-680

Copy link
Member

@cdcabrera cdcabrera left a comment

Choose a reason for hiding this comment

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

The useSearchParam hook is an unused leftover. Unclear what a passive read of the browser level querystring was intended for in this application ui.

The v1 code also doesn't have something like this so we should feel comfortable removing it for now and then if we have to we can pull it back. Keep your branch around

Relates to JIRA: DISCOVERY-680
@cdcabrera cdcabrera merged commit 61a6ed4 into quipucords:v2-alpha Jul 17, 2024
4 of 6 checks passed
cdcabrera pushed a commit to cdcabrera/quipucords-ui that referenced this pull request Jul 17, 2024
cdcabrera pushed a commit to cdcabrera/quipucords-ui that referenced this pull request Jul 18, 2024
cdcabrera pushed a commit to cdcabrera/quipucords-ui that referenced this pull request Jul 18, 2024
cdcabrera pushed a commit to cdcabrera/quipucords-ui that referenced this pull request Jul 23, 2024
cdcabrera pushed a commit to cdcabrera/quipucords-ui that referenced this pull request Jul 23, 2024
cdcabrera pushed a commit that referenced this pull request Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants