Skip to content

Commit

Permalink
docs: update todoList
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaojue committed May 16, 2019
1 parent ec60705 commit 0555099
Showing 1 changed file with 7 additions and 15 deletions.
22 changes: 7 additions & 15 deletions docs/todo-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0555099

Please sign in to comment.