From bb85213bab598e86e661fdab692a91fc42821069 Mon Sep 17 00:00:00 2001 From: Andy Joslin Date: Sun, 19 Jan 2014 17:28:57 -0500 Subject: [PATCH] chore(docs): add roadmap --- ROADMAP.md | 90 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 ROADMAP.md diff --git a/ROADMAP.md b/ROADMAP.md new file mode 100644 index 0000000..5812f7d --- /dev/null +++ b/ROADMAP.md @@ -0,0 +1,90 @@ +## Roadmap + +#### Directive Maintainers + +Who will take the lead regarding any pull requests or decisions for a a directive? + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ComponentMaintainer
accordion@ajoslin
alert@pkozlowski
bindHtmlfrozen, use $sce?
buttons @pkozlowski
carousel@ajoslin
collapse$animate (@chrisirhc)
datepicker@bekos
dropdownToggle@bekos
modal@pkozlowski
pagination@bekos
popover/tooltip@chrisirhc
position@ajoslin
progressbar@bekos
rating@bekos
tabs@ajoslin
timepicker@bekos
transition@frozen, remove (@chrisirhc)
typeahead@pkozlowski, @chrisirhc
+ + +#### Attribute Prefix + +Each directive should make its own two-letter prefix + +`` + +#### Use $animate + +* @chrisirhc is leading this + +#### New Build system + +* @ajoslin is leading this +* Building everything on travis commit +* Push to bower, nuget, cdnjs, etc + +#### Switch to ngdocs + +* http://github.com/petebacondarwin/angular-doc-gen + +### Conventions for whether attributes/options should be watched/evaluated-once + +- Boolean attributes +- Stick AngularJS conventions rather than Bootstrap conventions +