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

Sorting of items #49

Closed
abashmak opened this issue Sep 7, 2018 · 11 comments
Closed

Sorting of items #49

abashmak opened this issue Sep 7, 2018 · 11 comments

Comments

@abashmak
Copy link
Contributor

abashmak commented Sep 7, 2018

As a user I'd like to be able switch between having the list of items within a category sorted alphabetically or displayed in default order (as they were added). This setting needs to persist across sessions.

@abashmak abashmak changed the title Feature request - sorting of items Sorting of items Sep 7, 2018
@DmitryEfimenko
Copy link
Member

is that a global setting - one per all items or a category-specific setting?
Basically, is there just one single checkbox "sort all items" somewhere above all categories or is there a checkbox per category and when checked sorts items only inside that category?

@DmitryEfimenko
Copy link
Member

I think the second one... category-specific.

@abashmak
Copy link
Contributor Author

I don't think it makes sense to make it item sorting a category-level setting. I figure if you prefer the items sorted in one category, then all the others should be sorted also.

I wonder if maybe it's easier to just always display everything (category/items) sorted. Is there a compelling argument some user might prefer the original order?

@DmitryEfimenko
Copy link
Member

You're probably right. Besides having separate controls for sorting categories and items clutters the UI. In addition, our filtering functionality reduces the need for sorting anyway. I'll implement sorting of categories and items via a single control

@DmitryEfimenko
Copy link
Member

oh, I misread your suggestion. You are thinking of just displaying them sorted at all times. Sure, we can do that. I don't really see a reason why anybody would prefer to keep original sort order. So, decided? Do that?

@abashmak
Copy link
Contributor Author

For the items yes, let's keep them always sorted. For the categories, I'm now thinking it's useful to have the ability to toggle between sorted or default.

@DmitryEfimenko
Copy link
Member

I understand that some categories might be more important or more often used than others. However, there is no guarantee that the user will be adding categories in the order of importance. Really, what you want is an ability to set a custom order of categories.

@abashmak
Copy link
Contributor Author

Yes, that would be amazing, if I could drag and drop the categories into the order that I want. But I figure that's too much to ask.

@abashmak
Copy link
Contributor Author

Should we combine this with #48?

@DmitryEfimenko
Copy link
Member

yes, we should

@abashmak
Copy link
Contributor Author

Closing and moving to #62

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

2 participants