mirror of
https://github.com/drapergem/draper
synced 2023-03-27 23:21:17 -04:00
More notes for issues/pending
This commit is contained in:
parent
4b9ac2de32
commit
3c67b444c5
1 changed files with 3 additions and 2 deletions
|
@ -151,9 +151,10 @@ end
|
|||
## Issues / Pending
|
||||
|
||||
* Test coverage for generators
|
||||
* Ability to decorate multiple objects at once
|
||||
* Ability to decorate multiple objects at once, ex: `ArticleDecorator.decorate(Article.all)`
|
||||
* Revise readme to better explain interface pattern
|
||||
* Build sample application
|
||||
* Build sample Rails application
|
||||
* Consider: `ArticleDecorator.new(1)` does the equivalent of `ArticleDecorator.new(Article.find(1))`
|
||||
|
||||
## License
|
||||
|
||||
|
|
Loading…
Reference in a new issue