From 055509937227ae9ad14fdf735c2626474f459cf2 Mon Sep 17 00:00:00 2001 From: xiaojue Date: Thu, 16 May 2019 17:01:38 +0800 Subject: [PATCH] docs: update todoList --- docs/todo-list.md | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/docs/todo-list.md b/docs/todo-list.md index fbf99ce..b95588f 100644 --- a/docs/todo-list.md +++ b/docs/todo-list.md @@ -4,35 +4,27 @@ Todo list of features we want to support before version v1.0.0: - request: - - [ ] @param(key:string) - - [ ] @body(key:string) - - [ ] @query(key:string) + - [ ] @typeParse(key:string) - [ ] @required({methodName:keys}) - [ ] @validate(method,key,validFunc) - - [ ] @auth(middleware) - - [ ] @security(type,username,password) - - [ ] @headers(key?:string) - response: - [x] @header(key|fields, ?value) - [x] @type(type:string) - [x] @redirect(path:string) - - [ ] @cache + - [ ] @cache(options,store) - Class: - - [ ] @controller(path:string) - - [ ] @timer(cronTime:string) - - [ ] @inject(LibName:string) - - [ ] @provide(LibName) - - [ ] @ctx(routerPath) + - [ ] @inject(service:string) + - [ ] @provide(service:string) - controllerClass: - - [ ] @local - [x] @prefix(path:string) -* utils: +- utils: - - [ ] @decorator + - [ ] decoratorFactory + - [ ] Darukx