Concorda / concorda-dashboard

concorda dashboard
MIT License
5 stars 8 forks source link

Added pagination implementation on list user service. See #80 #84

Closed mirceaalexandru closed 8 years ago

mirceaalexandru commented 8 years ago

it will accept something like this:

/api/user?order={name: -1}&limit=1&skip=10

where

The search features for seneca-mem-store seems to be missing so I cannot implement search, we should first decide the store to be used.