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

Remove source and destination verification when creating a connection #7178

Closed
tuliren opened this issue Oct 19, 2021 · 0 comments · Fixed by #7756
Closed

Remove source and destination verification when creating a connection #7178

tuliren opened this issue Oct 19, 2021 · 0 comments · Fixed by #7756
Assignees
Labels
priority/high High priority type/enhancement New feature or request

Comments

@tuliren
Copy link
Contributor

tuliren commented Oct 19, 2021

Tell us about the problem you're trying to solve

  • Before a connection is created, the web application will verify that both the source and the destination work. However, this verification process is redundant, since the verification is already done when setting up a source or destination.

Describe the solution you’d like

  • Remove the verification process when creating a connection.
  • Note that the verification is still necessary when creating a source or destination.

Describe the alternative you’ve considered or used

  • Cache the verification result for X days, and only do that when the result is considered stale.

Additional context

  • Related files: CreationFormPage.tsx, CreateEntityView.tsx.

Are you willing to submit a PR?

Yes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority/high High priority type/enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants