Skip to content

Commit

Permalink
update ROADMAP
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Mar 14, 2011
1 parent c9cbf7e commit 9b191e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ROADMAP
Expand Up @@ -4,15 +4,17 @@ The following features are planned for Quelology:
1) Initial feature phase:
TODO:
* explaining texts
* authentication, signup
* authorization, signup
* more advanced tree edit (?)
* unit tests
* web unit tests
DONE:
* authentication
* edit titles etc.
* imprint
* search in the database
(cheated version, just uses amazon and then looks
up threads by ASIN)
* simple model unit tests


(go live in read-only mode)
Expand Down
2 changes: 2 additions & 0 deletions t/model.t
Expand Up @@ -19,6 +19,8 @@ is length($m->ISBN), 10, 'ISBN is 10 chars long';
ok my $root = $m->root, 'can get thread root';
like $root->title, qr/middle earth/i, '...and it is the rigth one';

# TODO: check the whole tree structure

ok !$schema->resultset('UserLogin')->authenticate('test', 'wrong'),
'can NOT authenticate with wrong password';
ok !$schema->resultset('UserLogin')->authenticate('notthere', 'wrong'),
Expand Down

0 comments on commit 9b191e1

Please sign in to comment.