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

Database: Add connection auto-completion #147

Open
3 of 8 tasks
seclerp opened this issue Mar 14, 2023 · 0 comments
Open
3 of 8 tasks

Database: Add connection auto-completion #147

seclerp opened this issue Mar 14, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@seclerp
Copy link
Member

seclerp commented Mar 14, 2023

Currently, the Connection input field is just a regular editable text control. It doesn't provide the ability to select available connections rather than entering them manually.

We need to replace it with an editable combo box with known values.

Implementation status

Per-project configuration sources

  • appsettings*.json files located in a startup project folder
  • User secrets file of a startup project

Data sources from Database plugin (Reported in #146)

  • SQLite
  • Postgres
  • MS SQL
  • MySQL
  • Oracle

Other

  • "Got it" notification for users to notice the feature (near Connection field)

Visual representation

image

@seclerp seclerp added the enhancement New feature or request label Mar 14, 2023
@seclerp seclerp added this to the 231.1.0 milestone Mar 14, 2023
@seclerp seclerp self-assigned this Mar 14, 2023
seclerp added a commit that referenced this issue Mar 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant