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

[$any] Add sort functionality #103

Open
jimdebeer opened this issue May 22, 2016 · 8 comments
Open

[$any] Add sort functionality #103

jimdebeer opened this issue May 22, 2016 · 8 comments
Assignees

Comments

@jimdebeer
Copy link
Contributor

No description provided.

@jimdebeer jimdebeer changed the title [$any] Sort [Sort] Add sort funcitonality May 22, 2016
@jimdebeer jimdebeer self-assigned this May 22, 2016
@jimdebeer jimdebeer changed the title [Sort] Add sort funcitonality [Sort] Add sort functionality Jul 3, 2016
@jimdebeer
Copy link
Contributor Author

use keys if there is sort, uses a 'sort' subscription all on $any

@jimdebeer jimdebeer changed the title [Sort] Add sort functionality [$any] Add sort functionality Jul 19, 2016
@jimdebeer
Copy link
Contributor Author

need to subscribe on the fields that are being sorted on (this is a bit harder)

@jimdebeer
Copy link
Contributor Author

needs to be able to dynamically change sort as well (so the sort field can be a subscription to another state object that gets computed)

@jimdebeer
Copy link
Contributor Author

syntax

how do you know you want to sort on a field (straight) or you want to subscirbe on a field that can change?

@jimdebeer
Copy link
Contributor Author

jimdebeer commented Jul 20, 2016

is sort really an $any functionality? -- can also sort objects etc
@youzi what are we going to do here?

@jimdebeer
Copy link
Contributor Author

reuse some algos from base (check how to do this)

@jimdebeer
Copy link
Contributor Author

jimdebeer commented Jul 25, 2016

  • needs optimisation and edge cases
  • switching on references
  • other sort from subscription then the sort in the state
  • find best way to do updates

@jimdebeer
Copy link
Contributor Author

started with draft

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