aboutsummaryrefslogtreecommitdiff
path: root/todo
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2007-10-12 03:37:41 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2007-10-12 03:37:41 +0000
commit773e788e88dc59b50ad0b4872e0ef17c01e4e515 (patch)
tree183a26ee855dabc8f4b208a9ab44fb2244493248 /todo
parentMerge branch 'finch' into live (diff)
downloadpackages-3-773e788e88dc59b50ad0b4872e0ef17c01e4e515.tar.gz
packages-3-773e788e88dc59b50ad0b4872e0ef17c01e4e515.tar.bz2
packages-3-773e788e88dc59b50ad0b4872e0ef17c01e4e515.zip
Update TODO.
Diffstat (limited to 'todo')
-rw-r--r--todo/misc1
-rw-r--r--todo/packages.g.o10
-rw-r--r--todo/security4
-rw-r--r--todo/visual2
4 files changed, 12 insertions, 5 deletions
diff --git a/todo/misc b/todo/misc
new file mode 100644
index 0000000..13c5f79
--- /dev/null
+++ b/todo/misc
@@ -0,0 +1 @@
+- Write a nice help page, describing all available URL functionality.
diff --git a/todo/packages.g.o b/todo/packages.g.o
index cef7ee4..96a7138 100644
--- a/todo/packages.g.o
+++ b/todo/packages.g.o
@@ -1,5 +1,5 @@
-Functionality present in the old packages.g.o codebase:
-- Link to similar packages
-- 'New Packages'
-- 'Categories' grid display (with package counts per category)
-- 'Version Bumps'
+- Feature-parity stuff to Marduk's version:
+ - 'Similar' packages
+ - 'Version Bumps' display
+ - 'New Packages' display
+ - 'Categories' grid display (with counts of packages+ebuilds)
diff --git a/todo/security b/todo/security
new file mode 100644
index 0000000..8a69ba2
--- /dev/null
+++ b/todo/security
@@ -0,0 +1,4 @@
+- Outside eyes review on the SQL code - should be _very_ quick, it's
+ 100% prepared statements, absolutely NO manual quoting _ever_. 450
+ lines total to inspect, but easy to isolate the SQL parts.
+- Outside eyes review on the URL-parsing code. 160 lines of Python.
diff --git a/todo/visual b/todo/visual
new file mode 100644
index 0000000..e37c9b8
--- /dev/null
+++ b/todo/visual
@@ -0,0 +1,2 @@
+- Revamp the awful HTML/CSS with tiny fonts and absolute widths to
+ div-based design.