From: Simon Cozens Date: Sat, 31 Jan 2004 19:45:05 +0000 (+0000) Subject: Forgot about many-to-many. X-Git-Tag: 2.10~317 X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=727e28be9837a49a27e024e5ee68c33da59039e0;p=maypole.git Forgot about many-to-many. git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@45 48953598-375a-da11-a14b-00016c27c3ee --- diff --git a/TODO b/TODO index be6970c..c201b22 100644 --- 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. + +=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-style hack +required.