X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=TODO;h=c201b227e975e8513c8af8e17f9186730ca275c3;hb=95bf5085c964e0fdf2e1fdbfae14ea745de6a5fc;hp=be6970c96034a6c1e9ab8250e8d1bcd4fae94eb3;hpb=6aa0b2dd982dc074ca58e4743877c2146da013b8;p=maypole.git 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.