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

retrieve dynamic search for query request #1358

Merged
merged 7 commits into from
Nov 10, 2023
Merged

Conversation

stephherbers
Copy link
Contributor

@stephherbers stephherbers commented Oct 16, 2023

Product Description

Core element of this ticket: here

formplayer ticket here
HQ Part one here and Part 2 here

will update ref shortly

Technical Summary

see this ticket

Safety Assurance

Safety story

No logic change on formplayer, just sends back the variable if a QueryResponse

Automated test coverage

I will add test shortly

QA Plan

I am not requesting QA

Special deploy instructions

  • This PR can be deployed after merge with no further considerations.

Rollback instructions

  • This PR can be reverted after deploy with no further considerations.
    there is a formplayer PR as well linked above

Review

  • The set of people pinged as reviewers is appropriate for the level of risk of the change.

Duplicate PR

Automatically duplicate this PR as defined in contributing.md.

@@ -62,6 +62,8 @@ public class QueryScreen extends Screen {

private boolean defaultSearch;

private boolean dynamicSearch;
Copy link
Contributor

Choose a reason for hiding this comment

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

How does this get set for QueryScreen ?

Copy link
Contributor Author

@stephherbers stephherbers Oct 24, 2023

Choose a reason for hiding this comment

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

resolved 8bfbc6f

@@ -102,7 +108,7 @@ public void readExternal(DataInputStream in, PrototypeFactory pf)
description = (Text) ExtUtil.read(in, new ExtWrapNullable(Text.class), pf);
useCaseTemplate = ExtUtil.readBool(in);
defaultSearch = ExtUtil.readBool(in);

dynamicSearch = ExtUtil.readBool(in);
Copy link
Contributor

Choose a reason for hiding this comment

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

you need to add the corresponding write in writeExternal as well

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@@ -81,6 +83,10 @@ public boolean doDefaultSearch() {
return defaultSearch;
}

public boolean getDynamicSearch() {
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: rename boolean getters in this PR to is{Var} to signify it's a boolean

@shubham1g5 shubham1g5 merged commit fbf8145 into formplayer Nov 10, 2023
1 of 2 checks passed
@shubham1g5 shubham1g5 deleted the dynamicSearchSuite branch November 10, 2023 15:15
@shubham1g5 shubham1g5 restored the dynamicSearchSuite branch November 10, 2023 15:16
@shubham1g5
Copy link
Contributor

duplicate this PR 955eb3a e0e60cd

@shubham1g5 shubham1g5 deleted the dynamicSearchSuite branch November 10, 2023 15:19
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