canmove, Confirmed users
1,173
edits
| Line 11: | Line 11: | ||
=== Baseapp === | === Baseapp === | ||
It should be a goal of all services projects (with the possible, though unlikely, exception of AP) to make use of the baseapp with as little overriding as possible. This means that we need to have the ability to load arbitrary classes defined in the config file into the app namespace. | It should be a goal of all services projects (with the possible, though unlikely, exception of AP) to make use of the baseapp with as little overriding as possible. This means that we need to have the ability to load arbitrary classes defined in the config file into the app namespace. How can we make building webservices easier? | ||
Bugs: | |||
Allow configuration to load modules (including auth) into env.modules dictionary | |||
Turn authentication off by default | |||
Script to generate project framework | |||
=== Configuration === | === Configuration === | ||