From ae5a0908efb30c20a4371f827a767361dd27fb8b Mon Sep 17 00:00:00 2001 From: Dennis Charles Hackethal Date: Mon, 13 Apr 2015 20:15:10 -0700 Subject: [PATCH] Update todos in Readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 21c4c36..1efd5a0 100644 --- a/README.md +++ b/README.md @@ -294,7 +294,10 @@ The following features are to be implemented next: - Make prefix of create path `create_message` instead of `create_messages` - Support `belongsTo` in front end - Support `has_one` association in back end and front end and route helper for single resource -- Add offline capabilities +- Support scoping in back end +- Add support for scopes and where clauses in front end once back end can do scopes à la [Spyke](https://github.com/balvig/spyke) +- Display results of interactions to client immediately without going through the server; add server interactions to queue and constantly dequeue; if result from server conflicts with client state, update client accordingly +- Add offline capabilities, i.e. only dequeue server interactions once internet connection established - Add authentication - with JWT? - On Heroku, tasks are always in different order depending on which ones are checked off and not - Add `$onChange` function to objects - or could a simple $watch and $watchCollection suffice?