diff options
author | luxagraf <sng@luxagraf.net> | 2015-12-17 21:42:20 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2015-12-17 21:42:20 -0500 |
commit | d2bf8683758b1a4d00247d80f395f642152f99bc (patch) | |
tree | 18d8750ddac82bbbdc7b418819984ab9681f903b /app/TODO | |
parent | b76656706eb7f6da3cb41e2bc8a4097753ba9062 (diff) |
added basic gallery outline with new style field in admin and made
thumbnails for gallery image select field
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 --- |