-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
[Suggestion]: sorting and grouping #71
Comments
Hello!
Thank you for your attention!
I ask not about folder, some kind of group, like in screenshot.
And opportunity make sorting in group.
But idea with folders is great too.
I will be grateful for any opportunity.
Thanks!
Получите Outlook для Android <https://aka.ms/AAb9ysg>
------------------------------
*From:* GleammerRay ***@***.***>
*Sent:* Friday, October 27, 2023 11:07:50 AM
*To:* GlitterWare/Passy ***@***.***>
*Cc:* Aphraniy ***@***.***>; Mention ***@***.***>
*Subject:* Re: [GlitterWare/Passy] [Suggestion]: sorting and grouping
(Issue #71)
Hello @Aphraniy <https://github.com/Aphraniy> !
I believe this is a duplicate of #64
<#64> (folders/groups
suggestion). Correct me if I'm wrong.
—
Reply to this email directly, view it on GitHub
<#71 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BDRZ2K3WVWJOGM6AWQ25FULYBNTVNAVCNFSM6AAAAAA6SG3EEWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOBSGQ4DGNJUGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
screenshot
пт, 27 окт. 2023 г. в 11:20, Александр ***@***.***>:
… Hello!
Thank you for your attention!
I ask not about folder, some kind of group, like in screenshot.
And opportunity make sorting in group.
But idea with folders is great too.
I will be grateful for any opportunity.
Thanks!
Получите Outlook для Android <https://aka.ms/AAb9ysg>
------------------------------
*From:* GleammerRay ***@***.***>
*Sent:* Friday, October 27, 2023 11:07:50 AM
*To:* GlitterWare/Passy ***@***.***>
*Cc:* Aphraniy ***@***.***>; Mention ***@***.***>
*Subject:* Re: [GlitterWare/Passy] [Suggestion]: sorting and grouping
(Issue #71)
Hello @Aphraniy <https://github.com/Aphraniy> !
I believe this is a duplicate of #64
<#64> (folders/groups
suggestion). Correct me if I'm wrong.
—
Reply to this email directly, view it on GitHub
<#71 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BDRZ2K3WVWJOGM6AWQ25FULYBNTVNAVCNFSM6AAAAAA6SG3EEWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOBSGQ4DGNJUGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@Aphraniy Unfortunately I cannot see your screenshot as you seem to be replying via email. Email replies on github do not support any attachments. Please send it via the github website or app, thank you! |
Thank you for providing a detailed screenshot. This is a good suggestion, I feel like it's best to merge the groups feature and what you have thought of in the same feature. This way, you will be able to have these group folders to split your entries based on categories. I believe it would be more effective if when creating a new entry you will be able to add it to various groups of your choice which can then be displayed in folder format at the top of the passwords (or any other entry type) screen. This will be kept as a separate issue for now. I will notify you once, and if, this feature is released. |
I am great to hear your approval! Thank you, very much! |
Yes, yes, all passwords are mixed |
Or implement a system of tags or labels for each password, another idea if it's simpler to do so |
Code-wise there would be no difference but I believe that folders are more friendly UX-wise as most people are already aware of how digital folders normally operate |
Just a user here. Group generalizes into tag/label. A single-group-name is like a single tag/label. For instance, a tag-cloud with "USA, supermarkets" can narrow the listing-view to those supermarkets in USA excluding those that one used when visiting other countries, as well as excluding other categories (bank, email) etc IMHO, for the use-case of small textual databases, folders are less preferable to tags. Folders are good when one has a need to keep entries separate in some backend and contained entries are exclusive to one another. The user may intend to forego simultaneous listing and do hard-separation by some criterion like by-user, by-creation-date, by-backup-plan, by-activity, by-industry, by-workplace etc. Though folders may allow for a system of hierarchical sub-folders, this requires the user to remember the hierarchy. Folders help when the search space is huge like a computer filesystem. However, password databases store textual information and are smaller in size. Tags/Groups and Folders aren't exclusively implementable features. Though I think tags are superior to folders, if someone really needs hierarchical exclusive folders, supporting both is still possible. I am not familiar with kdbx internal format, but if my assumption that it is a linear list of entries is correct, then my guess is that folders will be emulated, by having a path field for entries in subfolders below the root folder. Tagged searches, could also be made to descend subfolders by checking an option. .. returning from topic-digression on folders back to tags/groups ...
More often than not, non-hierarchical tagging is more suited to the nature of information. Information entries are usually non-hierarchical and have multiple-membership. I also sense that you care a lot for UX, but favor folders, and so to argue against I also pen the following. The idea of storing information hierarchical folders arose since the DOS/Win95 when storage size of mediums were small, computers were slow and sharding was inevitable. Much analogy was to paper storage. It was necessary for users in those days to care about data hierarchy in order to facilitate easier storage and faster searching. gmail, in contrast to traditional email clients (thunderbird, outlook, msn/hotmail) was one of the early adopters of labels and introduced to its users the idea to prefer tagging over email-folders. Since 2010, more and more software support tagging. Older users who are used to folders, may at first have found tagged information a little more abstract than folders, in part because one needs to let go of the 'where is it stored' feeling. but now they too are warming up to the tagging method, finding tagging natural and relegating folder separation to the hash-breadcrumb based backends. Folders will start to feel a little restrictive, due to exclusive partitioning. Ex: most note-taking tools do tagging. Younger users, who are raised on fast computers, large system-drives and cloud storage take to tagging naturally, install the software, start using it, feel not the need to transfer data around on floppies or even USB-sticks. For the most part, they need not care about where and how an app stores its data, but in addition to syncing between machines will be expected to do occasional remote backups. |
Hello again @hgkamath ! I understand your request for tags and I will consider implementing it.
Passy does not utilize KDBX as it does not fully meet Passy's data management ideas but Passy's format is indeed made up of linear lists of encrypted entries to which I plan attaching virtual folder information.
That is a good point. I believe that it is worth trying to implement tags. I'll try it out and see how it goes. As always, I post any related developments in corresponding issues. Thank you! |
Hello @Aphraniy , @franco27 , @hgkamath ! Passy v1.8.0 is now available - https://github.com/GlitterWare/Passy/releases/tag/v1.8.0 Windows and Linux builds are already available but it may take a week or two for the F-Droid builder to cache Passy in their repositories. Thank you all for your input on this suggestion! |
Suggestion
Hello!
Thanks you so much for your apk.
I want to propose adding sorting and grouping of the date.
Like group of banks card: credit, debit, for deposit or payment cards. And in any group can make sorting, not just in alphabet and in user order.
Thank you!
Submission checklist
The text was updated successfully, but these errors were encountered: