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

Home view should always keep services ordered by name and grouped by type #99

Open
azasypkin opened this issue Apr 18, 2016 · 1 comment

Comments

@azasypkin
Copy link
Member

Currently if we have let's say Service 1, Service 2 and Service 3. They are saved in Indexed DB, when user opens the app we display services in particular order, but once we receive service list from the box the order of these services can change sometimes even if we still have the same services.

IIRC @fabricedesre was the one who was particularly complaining about this weird behavior :)

@azasypkin azasypkin added the bug label Apr 18, 2016
@azasypkin azasypkin changed the title Position/order of the known services in Home view should be preserved Home view should always keep services ordered by name and grouped by type Apr 28, 2016
@azasypkin azasypkin added enhancement and removed bug labels Apr 28, 2016
@azasypkin
Copy link
Member Author

We've fixed the most annoying/buggy part of this issue - refreshing of the service order without any reason :)

So adjusting scope here - we want to introduce some deterministic order based on sorting/grouping by service type and name.

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

1 participant