summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-02-25 16:36:03 -0800
committerRobin H. Johnson <robbat2@gentoo.org>2015-02-25 16:36:03 -0800
commit0bf66fe2cc980a560ed23ac19dbde32427e9ac79 (patch)
tree2be8a427c485b48f610ba96c0d511aff3c96e2ea
parentsite_notice (diff)
downloadfrontend-0bf66fe2cc980a560ed23ac19dbde32427e9ac79.tar.gz
frontend-0bf66fe2cc980a560ed23ac19dbde32427e9ac79.tar.bz2
frontend-0bf66fe2cc980a560ed23ac19dbde32427e9ac79.zip
Add TODO.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rw-r--r--TODO5
-rw-r--r--lib/index.rb2
2 files changed, 6 insertions, 1 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..d606a92
--- /dev/null
+++ b/TODO
@@ -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