-
Notifications
You must be signed in to change notification settings - Fork 5
Project RoadMap
Fernando Scasserra edited this page Aug 15, 2014
·
2 revisions
This are the project tasks, if you want to help with anyone, just send a message:
PENDING
- JSON pretty format when API call is coming from a browser [easy]
- HTTP push notifications to subscribed clients, with retry [medium]
- Notification stream throw TCP port [medium]
- Resource Structure validation [medium]
- Master/Slave replication [hard]
- WEB console administration [hard]
- Synchronization in accessing channels and maps (check) [easy]
- MongoDB export utility [hard]
- Multiget features (return severals resources IDs in the same request after /resource?ids=X1,X2,X3,etc) [easy]
- Selection support (return only asked fields: /resource?attributes=nickname, points) [easy]
Work In Progress
- Reach to 80% Test Code Coverage [@Fersca]
DONE
- Format code with typical notation [rexposadas]
- Load Config from file [@Fersca]
- Management console throw telnet [@Fersca]
- POST / PUT only with access_token authentication [@Fersca]
- Save JSON resource to Disk [@Fersca]
- Swap memory cache content to disk when when max memory reached [@Fersca]
- REST API (GET, POST, PUT, DELETE) any resource [@Fersca]
- Cache with LRU cleaning algorithm [@Fersca]
- Search resources that mach specified condition in GET eg: /users?nickname=fer [@Fersca]