forked from wiecklabs/harbor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
26 lines (21 loc) · 776 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
1.0
===
FEATURES
* Add simplified Regexp captures for routes defined with Regexps
* bin/harbor should be smarter (offering help instead of throwing errors)
and allow registering new commands.
DOCS
* As a minimum, each class should have some general usage documentation
such as that in harbor/auth/basic.rb and harbor/accessor_injector.rb
TUTORIALS / GUIDES
* Anatomy of a port
- General/Common layout
- Information on conventions for lib/port_name.rb and config.ru
- Helpers, Plugins, etc.: how they work, where best to use them
- How to code for reusability
- Life cycle of ports and integration
> 1.0
=====
DOCS
* Reference documentation (in addition to basic API documentation).
See: http://clojure.org/Reference as distinct from http://clojure.org/API