-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathTODO.txt
18 lines (18 loc) · 1.03 KB
/
TODO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
- Beta release: Write documentation
- Move this TODO list to a case tracker or similar
- Move README.txt to on-line documentation
- Use hook:bootstrap to allow modules call its dependencies when needed
- Use hook:bootstrap to fill the list of Ophal modules to load
- Use hook:environment to fill the list of Lua functions to load, modules call its dependencies when needed
- Optionally (setting based), build a cache of dependencies based on path
- Implement headers handler
- Document API with Doxygen or similar
- Implement lazy loading API: load things only when they are called
- HTML5 by default (Websockets and all the fireworks yay!)
- Flush output buffer on errors
- Include HTTP headers parser written by daurnimator https://gist.github.com/3480374
- Rename hook_menu to hook_path, menu.inc to path.inc
- Make clear separation between Path core component and Menu core module
- Handling of Menus and Paths should be best easy
- Use lua states instead of empty ENV tables: https://github.com/mbalmer/luaproxy
- User module: logins and access log