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

Credential Tagging Implementation #170

Open
wants to merge 28 commits into
base: main
Choose a base branch
from
Open

Credential Tagging Implementation #170

wants to merge 28 commits into from

Conversation

markashleybell
Copy link
Collaborator

@markashleybell markashleybell commented Jun 14, 2024

Credentials should be taggable with one or more tags, which can then be used to narrow down the search.

A nice additional feature (later) would be to optionally persist the selected tags with a cookie (or a URL parameter), so that you could immediately start in the right filtered set on login.

Closes #29.

… list

We already know what it is... so let's not transmit thousands of the same value over the wire.
This actually works pretty well, but there is no way to add or manage tags through the app yet, and a tag search doesn't yet work in combination with the standard text search (which it should).
This will do until I can restyle the tag input using flexbox/grid...
Dapper doesn't like you passing a list to multi-statement SQL; it seems to just ignore the DELETE completely. So this just splits out the DELETE from the UPDATE.
@markashleybell
Copy link
Collaborator Author

Currently a search returns credentials which match any of the selected tags; should tag searches only return credentials which match all tags?

I'm not totally sure which would be more useful. Maybe there should be an app or user setting to control this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Categories / Tags
1 participant