aboutsummaryrefslogtreecommitdiff
path: root/TODO
AgeCommit message (Collapse)AuthorFilesLines
2011-08-21Re-design (Fixes #19)Alexis Metaireau1-3/+0
2011-08-19No need anymore to pass the project_id to the urls.Alexis Metaireau1-0/+7
The project is now directly added to the context local g object, and injected on the fly into the urls that need it. This commits also add ideas found while reading the flask documentation. The project can be enhanced in many ways, some ideas are stated there.
2011-08-09empty the todo listAlexis Metaireau1-3/+0
2011-07-30Update the TODO list.Alexis Metaireau1-1/+1
Adding members is now effective, added some concerns about eventual spammers.
2011-07-29Adding bill worksFrédéric Sureau1-1/+2
2011-07-23update the TODO fileAlexis Metaireau1-1/+0
2011-07-23Kick-start multiple projects support.Alexis Metaireau1-0/+3
This commit adds: * support for projects (creation not yet finished) * an authentication mechanism * bugs (basically all the features are not working anymore)