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

Task Priorities? #23

Open
ronag opened this issue Jun 13, 2015 · 4 comments
Open

Task Priorities? #23

ronag opened this issue Jun 13, 2015 · 4 comments

Comments

@ronag
Copy link

ronag commented Jun 13, 2015

Feature request. Task priorities or deadline based ordering.

@ronag
Copy link
Author

ronag commented Jun 13, 2015

I think this could easily be accomplished by grouping by state and then orderByPriority when fetching tasks.

@cbraynor
Copy link
Contributor

This is definitely something that would be very useful. Unfortunately it's not currently possible given the current Firebase client as we're already using orderByChild('_state') to select only items with the current start_state. You can't chain more than one orderBy function, but as soon as the client supports it we'll add it!

@cbraynor cbraynor changed the title Priorities? Task Priorities? Jun 15, 2015
@24601
Copy link

24601 commented Jun 12, 2016

Any news/opinion on whether the recent Firebase 3.0 clients/API will support the required behavior?

@holgersindbaek
Copy link

+1

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

4 participants