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

Add to the new connection flow form with an existing source and dest… #7831

Merged
merged 7 commits into from
Nov 13, 2021

Conversation

jamakase
Copy link
Contributor

@jamakase jamakase commented Nov 10, 2021

…ination dropdown

What

Closes #4093

Adds new subform that allows creating from current sources and destinations.

Should be merged after #7178 as currently there is an issue when it displays connector check

@github-actions github-actions bot added area/frontend area/platform issues related to the platform labels Nov 10, 2021
@jamakase jamakase self-assigned this Nov 10, 2021
@jamakase jamakase added the type/enhancement New feature or request label Nov 10, 2021
@jamakase jamakase marked this pull request as ready for review November 10, 2021 21:45
@jamakase jamakase requested a review from jrhizor November 10, 2021 21:45
Copy link
Contributor

@jrhizor jrhizor left a comment

Choose a reason for hiding this comment

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

Functionally works.

Good to go except for some styling errors and confusing behavior when there are no sources or destinations in the dropdown:
Screen Shot 2021-11-10 at 1 52 16 PM

  1. There's a rectangle showing behind the rounded corners.
  2. The header should match the styling of the one below it (the border underneath). And we should probably label input field with "Source"
  3. Can we hide this option entirely when the user doesn't have any sources configured? Same for destinations.
  4. Instead of "Save changes" can we say "Use existing source"

@jamakase
Copy link
Contributor Author

@jrhizor

  1. known issue. We indeed need to fix it. I will create separate task for it as this is an old regression and it is not only in this form.
  2. Good idea!

Everything else: will fix.

@jamakase jamakase temporarily deployed to more-secrets November 11, 2021 09:46 Inactive
@jamakase jamakase temporarily deployed to more-secrets November 11, 2021 10:07 Inactive
@jamakase jamakase temporarily deployed to more-secrets November 12, 2021 22:05 Inactive
@jamakase jamakase temporarily deployed to more-secrets November 12, 2021 23:41 Inactive
@jamakase jamakase temporarily deployed to more-secrets November 13, 2021 09:57 Inactive
@jamakase jamakase merged commit 6166164 into master Nov 13, 2021
@jamakase jamakase deleted the jamakase/add-existing-resources-form branch November 13, 2021 10:19
schlattk pushed a commit to schlattk/airbyte that referenced this pull request Jan 4, 2022
…airbytehq#7831)

* Add to the new connection flow form with an existing source and  destination dropdown

* Hide existing block when  sources or destinations lists are empty

* Fix e2e connection tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/platform issues related to the platform type/enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

allow the "new connection" flow to add an existing destination
2 participants