Ben Augarten
Ben Augarten
Settings page to decide 1) Storage Location ..... ...
Use icon instead of context menu
Take picture to edit from app
Delete temp files created by sharing photos
need to be able to upload and delete stock images to drag and drop
Probably as a result of a selector $(...) trying to select something inside of the iframe. I assume if you scope all your selectors to be $(this).find(...), it should work...
app.use
Change to `app.use(path, Resource)` instead of calling `Resource.register(app, path)`
It would be cool to be able to generate default HTML templates for the API endpoints using node-restful. I.e. given a model declaration, generate the form view, detail view, etc...
Authorize/Authenticate the user that uses the API And API limits?
Filters
Need support for more mongodb filters in the url or as get parameters (should be flexible) i.e. GET //filter&filter2&filter3/ should be interchangeable with GET //?filter&filter2&filter3 Possibly also process post parameters:...