]> git.decadent.org.uk Git - maypole.git/commitdiff
Forgot about many-to-many.
authorSimon Cozens <simon@simon-cozens.org>
Sat, 31 Jan 2004 19:45:05 +0000 (19:45 +0000)
committerSimon Cozens <simon@simon-cozens.org>
Sat, 31 Jan 2004 19:45:05 +0000 (19:45 +0000)
git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@45 48953598-375a-da11-a14b-00016c27c3ee

TODO

diff --git a/TODO b/TODO
index be6970c96034a6c1e9ab8250e8d1bcd4fae94eb3..c201b227e975e8513c8af8e17f9186730ca275c3 100644 (file)
--- a/TODO
+++ b/TODO
@@ -40,3 +40,11 @@ As ever. Maybe I can write a few articles about it too.
 
 When happens if authentication is denied, for instance? Currently we
 just get an Apache 403.
 
 When happens if authentication is denied, for instance? Currently we
 just get an Apache 403.
+
+=head2 Many-to-many relationships
+
+Beers are on pumps in pubs. How do I say which pubs have what beers on
+and vice versa? A multiple select seems the right way to do it from the
+CGI point of view, so we need to do something with edit, create, search
+and view pages to enable this. Maybe another C<related>-style hack
+required.