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

Show database names in Autocomplete Menu #2321

Open
s13ffen opened this issue Aug 23, 2024 · 3 comments
Open

Show database names in Autocomplete Menu #2321

s13ffen opened this issue Aug 23, 2024 · 3 comments

Comments

@s13ffen
Copy link

s13ffen commented Aug 23, 2024

Expected Behavior

The Plugin allows to chose entries from several open databases. Therefore it should also be able to include the information from which database an entry is coming.

When selecting several entries from the suggestions dropdown, the whole group hierarchy should be displayed to identify an entry.
The browser plugin should include an option to show the whole group hierarchy when selecting entries from suggestion.

When there are several databases connected, or the group hierarchy is structured with equally named subgroups, the whole hierarchy is required to identify from which database or group hierarchy an entry is actually coming from.

My suggestion is to show the whole hierarchy starting from the Root Group.
One could also argue to include the database name - but I would stick with the group hierarchy for clarity.

Maybe there could be three options for users:

  • show only the current group name (current behaviour)
  • show the group hierarchy starting from the root group (my suggestion)
  • show the database name and the current group, omitting the hierarchy in between (may also make sense for some users)
  • show only the database name (may also make sense for some users)

Current Behavior

Currently the Browser Plugin shows only the current group name to identify different matching entries.
When there are several databases connected, these group names can be identical, and it is not clear which database is used.
for the following DB Structure:

DB1
|- Root1
|-- GroupA

DB2
|- Root2
|-- GroupA

When there are matching entries in GroupA in both databases, it is not possible to identify from which database the entry is actually coming. The Plugin shows only "GroupA" for both entries.

  • "GroupA"
  • "GroupA"

Instead, the plugin should show the complete hierarchical path of groups for the entries (my suggestion):

  • "Root1/GroupA"
  • "Root2/GroupA"

Or include the database name, omitting the hierarchy in between:

  • "DB1 - GroupA"
  • "DB2 - GroupA"

Or show only the database name

  • "DB1"
  • "DB2"
@varjolintu
Copy link
Member

In which situation this list is shown? It's not clear what feature you are meaning here.

@droidmonkey
Copy link
Member

droidmonkey commented Aug 23, 2024

Use a better entry title or group name. Showing the entire group structure is not feasible as the space in the popups doesn't allow

@s13ffen
Copy link
Author

s13ffen commented Aug 26, 2024

In which situation this list is shown? It's not clear what feature you are meaning here.

When the Plugin detected a field for possible autofill it shows the keypass Icon. Clicking the icon opens a popup dropdown field with possible matching password candidates. In this situation it is necessary to identify the database entry by the given information in the dropdown field. And from a UX point, this needs to be a fast and easy experience. In the situation described, it is cumbersome.

Use a better entry title or group name. Showing the entire group structure is not feasible as the space in the popups doesn't allow

I thought about this as well, but it would be a very cumbersome workaround.
It would require to rename all the groups and insert the database name into the group name.
This is an unnecessary double structure of information, which also makes no sense in the context of the Keypass DB alone. It would be an adaptation of the database structure, to create a workaround for the shortcomings of the browser plugin. As databases can be shared, this would have to be discussed with all shared members, to fit the database to fix UI problems of the browser plugin. I don't think this is a feasible solution.
Allowing to decide what information is displayed in the dropdown, allows every user to customize the experience to their own needs.

The Plugin allows to chose entries from several open databases. Therefore it should also be able to include the information from which database an entry is coming.

@varjolintu varjolintu changed the title Show hierarchical group names when selecting entries Show database names in Autocomplete Menu Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants