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

Set date and/or time from a date picker in the connector UI #12197

Closed
Tracked by #12138
edmundito opened this issue Apr 20, 2022 · 3 comments
Closed
Tracked by #12138

Set date and/or time from a date picker in the connector UI #12197

edmundito opened this issue Apr 20, 2022 · 3 comments
Assignees
Labels
area/frontend Related to the Airbyte webapp autoteam team/extensibility type/enhancement New feature or request

Comments

@edmundito
Copy link
Contributor

Tell us about the problem you're trying to solve

When editing the connector settings, users have to type in the date or date time and use the correct format depending on the type of connector. Typing this manually can lead to a number of issues such as:

  • Understanding what the right format is for the connector
  • Context switching between connector's expected values.
  • Human error in typing the value
  • User has to calculate their own timezone time to UTC

In this example for the Slack connector, the user must first read the description to understand how to enter the value correctly:
image

The Github connector has a different description even though the format is the same, so the user must now memorize that the format is different, even though it's the same format.

image

Some connectors, such as the Exchange Rates API, just require date but not time:
image

Describe the solution you’d like

The connector UI presents a date picker (with a time picker when appropriate and we determine it's important to set) so that the user can just select the date and time without having to worry about what's described above.

The ideal solution would use an existing OSS date component re-themed to fit the Airbyte UI. Building our own solution may be too complex or out of scope.

@edmundito edmundito added type/enhancement New feature or request area/frontend labels Apr 20, 2022
@octavia-squidington-iii
Copy link
Collaborator

cc @airbytehq/frontend

@nataliekwong
Copy link
Contributor

Example feedback from a Cloud user:
Screen Shot 2022-06-10 at 1 15 11 PM

@sherifnada
Copy link
Contributor

@timroes i think this was already done, so I closed it. Please let me know if this is an error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/frontend Related to the Airbyte webapp autoteam team/extensibility type/enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants