-
Notifications
You must be signed in to change notification settings - Fork 71
Home
Orhan Obut edited this page Jan 18, 2015
·
22 revisions
###TODO
- QueryMap annotation feature: Method parameter should accept QueryMap annotation in order to get N query params.
- Auth annotation: (This should work with interceptor) Methods which has Auth annotation should automatically add auth token
- Log improvement: All important lines and output should be logged and LogLevel should be adapted.
- Test coverage improvement: Unit test coverage should be improved
- Better documentation: Website + Javadoc should be added
- Less object creation: We need to decrease object creation and memory usage
- Error handling: All error cases, fail response, NPE should be considered
- WaspCache improvement: We use a solution similar like LRUCache but completely written by us. This should be considered.
- fit
- cropCenter
- resize
All contributes are welcome.