mondora / asteroid

An alternative client for a Meteor backend
MIT License
733 stars 101 forks source link

Added chrome.storage / additional login events / reactiveQuery sort, skip, limit options #19

Closed gwendall closed 10 years ago

gwendall commented 10 years ago
  1. Chrome storage: see previous PR
  2. Additional login events:
    • loginAttempt: once a login attempt starts
    • loginNull: if the user is actually not logged in
  3. ReactiveQuery options:
    • sort : works with a single attribute only for now (can be a nested attribute)
    • skip : ok
    • limit : ok
coveralls commented 10 years ago

Coverage Status

Coverage remained the same when pulling 29798c9b41fa2578d53adf46c6d722bccb996c5b on Gwendall:master into 9b4612933ddc90fc13ec1ec7a73f3428ff954fce on mondora:master.

pscanf commented 10 years ago

Hey @Gwendall , I haven't gotten around to merging your PR yet, but it's next on my todo list. :-) Meanwhile, I am adding support for new selectors (only $and, $or and $nor for now). If you're interested, you can check them out in the selector branch of the repo. Cheers