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

Search Transporter form component #178

Closed
Tracked by #154
dpgraham4401 opened this issue Nov 16, 2022 · 1 comment
Closed
Tracked by #154

Search Transporter form component #178

dpgraham4401 opened this issue Nov 16, 2022 · 1 comment
Assignees
Labels
client Related to front end workings (React/Redux)

Comments

@dpgraham4401
Copy link
Member

dpgraham4401 commented Nov 16, 2022

The actual form to be added to the manifest, it take the same input at the transporter search API.

Eventually it will need to submit post request to the transporter search endpoint in the form

{
  "epaId": "<search term>",
  "name": "<search term>"
}

It should only submit a request to the back end if the length of either the epaId or the name field has at least three characters.

@dpgraham4401 dpgraham4401 added the client Related to front end workings (React/Redux) label Nov 16, 2022
@dpgraham4401 dpgraham4401 self-assigned this Nov 16, 2022
@dpgraham4401
Copy link
Member Author

closed with #186

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client Related to front end workings (React/Redux)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant