Need a 'login' command
Bug #706228 reported by
Jamu Kakar
on 2011-01-22
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Todo |
Medium
|
Unassigned |
Bug Description
It should authenticate against FluidDB and, if all goes well, store
the credentials locally. If the user doesn't have a namespace for
Todo tasks, one should be created.
Related branches
lp:~jkakar/todo/login-command
- Todo Team: Pending requested 2011-01-23
-
Diff: 644 lines (+571/-1)11 files modifiedtodo/application.py (+41/-0)
todo/commands.py (+57/-0)
todo/entry_point.py (+3/-1)
todo/model.py (+57/-0)
todo/testing/__init__.py (+15/-0)
todo/testing/basic.py (+27/-0)
todo/testing/doubles.py (+87/-0)
todo/tests/__init__.py (+15/-0)
todo/tests/test_application.py (+62/-0)
todo/tests/test_commands.py (+126/-0)
todo/tests/test_model.py (+81/-0)
Jamu Kakar (jkakar)
on 2011-01-22
Changed in todo: | |
assignee: | nobody → Jamu Kakar (jkakar) |
importance: | Undecided → Medium |
status: | New → In Progress |
Jamu Kakar (jkakar)
on 2011-08-18
Changed in todo: | |
assignee: | Jamu Kakar (jkakar) → nobody |
status: | In Progress → New |
To post a comment you must log in.