diff options
Diffstat (limited to 'app/TODO')
-rw-r--r-- | app/TODO | 19 |
1 files changed, 6 insertions, 13 deletions
@@ -36,24 +36,17 @@ iron out templates and push first piece live. # photos: -Okay we're uploading/creating galleries/adding images +Add map and location picker to upload form -Then resize all images for responsive gallery. +handle portrait orientation in resizing -Then play with gallery templates and add a template selecter to form. +finish builder -like this full width design: http://www.photobyrichard.com/photobyrichard/page/2/ - -Next step is to create private galleries and password protect them on the server at a common url. Flow will be something like: +Then play with gallery templates -galleries = PhotoGallery.object.filter(private=True) -for gal in galleries: - create at url like /photos/private/gallery-list and - /photos/private/gallery-name - -Then just require a password to get to anything under /photos/private/ +like this full width design: http://www.photobyrichard.com/photobyrichard/page/2/ -Then change the default PhotoGallery manager to filter out anything marked private. Or make sure to write all those queries with .filter(private=False) +port existing galleries to new structure --- |