diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-02-25 16:36:03 -0800 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-02-25 16:36:03 -0800 |
commit | 0bf66fe2cc980a560ed23ac19dbde32427e9ac79 (patch) | |
tree | 2be8a427c485b48f610ba96c0d511aff3c96e2ea | |
parent | site_notice (diff) | |
download | frontend-0bf66fe2cc980a560ed23ac19dbde32427e9ac79.tar.gz frontend-0bf66fe2cc980a560ed23ac19dbde32427e9ac79.tar.bz2 frontend-0bf66fe2cc980a560ed23ac19dbde32427e9ac79.zip |
Add TODO.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rw-r--r-- | TODO | 5 | ||||
-rw-r--r-- | lib/index.rb | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -0,0 +1,5 @@ +- Fulltext search +- Private access to non-public lists/aliases +- Statistics of lists (per-month/per-year) + - top posters + - top threads diff --git a/lib/index.rb b/lib/index.rb index 3cc7537..328b74b 100644 --- a/lib/index.rb +++ b/lib/index.rb @@ -148,4 +148,4 @@ def get_child_data(list, parent_id) else return children['hits']['hits'] end -end
\ No newline at end of file +end |