Coder Social home page Coder Social logo

sappho's People

sappho's Issues

recent photos page

we need a page that lists the twenty most recent photos (a thumbnail view).

Original issue reported on code.google.com by lucasreddinger on 13 Aug 2008 at 3:41

create uploading, resizing scripts

currently, we require that users manage to resize and upload their images
themselves.

we could offer some simple scripts that resize and/or upload images.

Original issue reported on code.google.com by lucasreddinger on 14 Oct 2008 at 1:30

edit image information

we need to be able to edit an image's information.

Original issue reported on code.google.com by lucasreddinger on 13 Aug 2008 at 3:06

display set text body on set page

we currently store some text regarding each set. this should be displayed
on the set page, along with the thumbnails.

Original issue reported on code.google.com by lucasreddinger on 13 Aug 2008 at 3:09

make objects public on import

use an s3 call to make imported images public in the php script.

Original issue reported on code.google.com by lucasreddinger on 25 Sep 2008 at 11:27

import into set

it would be nice if there were a feature to import a number of images with
a default, common set for them all. this could be achieved by including a
link to 'import images into set' link on the set page (much like there is
an 'import images' link on the images page)

Original issue reported on code.google.com by [email protected] on 30 Apr 2010 at 1:37

Subkey required in bucket

i.e. when $s3_path = '' (and the a/b directories are
http://xxx.s3.amazonaws.com/a etc), sappho does not successfully
acknowledge the existence of image/thumbnail pairs; however, when the a/b
directories are within some other directory, they are recognized.

Original issue reported on code.google.com by [email protected] on 21 Apr 2010 at 6:22

implement cookie auth for backend

currently, the software assumes that http auth has been implemented to
restrict access to the management backend.

i feel that moving to a cookie-based auth system would offer many benefits.
mostly, i am looking forward to httpd-agnostic software and the secure flag
for cookies.

Original issue reported on code.google.com by lucasreddinger on 20 Jul 2009 at 1:21

"view next in set" on photo page

once photo sorting within a set is finished, we need this link to the next
image in set to work.

REQUIRED: http://code.google.com/p/sappho/issues/detail?id=1

Original issue reported on code.google.com by lucasreddinger on 13 Aug 2008 at 3:13

bread crumbs on front-end photo page

the individual photo page needs a link back to the set (thumbnail view).

maybe we also want links to the collections?

Original issue reported on code.google.com by lucasreddinger on 25 Sep 2008 at 11:25

use aws ec2 for image resizing

currently, we require the user to resize the images into three versions.

we could, however, simply have the user upload the high-res version, and
have an ec2 instance resize the photo into the necessary versions.

ref:
http://developer.amazonwebservices.com/connect/entry.jspa?externalID=1602&catego
ryID=175

Original issue reported on code.google.com by lucasreddinger on 14 Oct 2008 at 1:28

link to own collection on set page

when viewing a set, the parent collection is emphasized but not linked.
this would be useful to be linked as well.

Original issue reported on code.google.com by lucasreddinger on 13 Aug 2008 at 3:11

documentation

it would be nice if there were a README file which included a more detailed
description of the installation and configuration process.

similarly, more documentation regarding the logical structure of image sets
and collections within the application.

Original issue reported on code.google.com by [email protected] on 30 Apr 2010 at 1:03

Can I buy this application?

I am not a developer/coder - simply a guy trying to offload massive amounts of 
data (photos and videos) on to the "cloud" via Amazon S3 and then view all 
those files with a picture viewer that will generate thumbnails.  Think of it 
like Picasa, but everything is housed at Amazon S3.

Does sappho do that?  Can I buy it?

Sorry for my naivete.

AGT

Original issue reported on code.google.com by [email protected] on 12 Jul 2010 at 11:31

template right border in css

there is a dashed border that runs down the right side of each page. it
does not span the entire height of the visible area. fix it so that it does.

Original issue reported on code.google.com by lucasreddinger on 13 Aug 2008 at 3:14

link to about page

there should be links throughout the site to the about page.

Original issue reported on code.google.com by lucasreddinger on 13 Aug 2008 at 3:42

https hardcode

there is a constant defined in several files in the /manage/ directory that
has a hardcoded:

{{{
define('SAPPHO_HTTPS', true)
}}}

statement near the top of the file. this can cause severe lag times on
installations of sappho which don't reside in https directories.

Original issue reported on code.google.com by [email protected] on 30 Apr 2010 at 1:01

utf-8

convert from iso-8859-1 to utf-8.

Original issue reported on code.google.com by lucasreddinger on 13 Aug 2008 at 3:42

don't require a high-res version

we must have a thumbnail ("c") and a web-viewable ("b") version of every
image. but it's not necessary to have a high-resolution ("a") version of
every image.

so let's make the import script detect if a high-res version exists, set a
field in `photo_image` accordingly, and omit the link to the high-res
version on image.php accordingly.

Original issue reported on code.google.com by lucasreddinger on 5 Oct 2008 at 7:58

image sorting within sets

we need to be able to manually change the sorting of images within a set.

Original issue reported on code.google.com by lucasreddinger on 13 Aug 2008 at 3:05

set `sort` field on import

when images are imported (and inserted into `photo_image`), we need to
specify an integer for the `sort` field.

Original issue reported on code.google.com by lucasreddinger on 15 Sep 2008 at 7:31

store and display image licenses

we need to be able to specify a license (e.g., creative commons, none).

we should show this license on every page that displays an image.

at first, we will just have a site-wide license.  perhaps later we will
allow a different license for each image.

Original issue reported on code.google.com by lucasreddinger on 23 Nov 2008 at 1:54

improve ui

i believe that the user interface (front-end) could be better organized.

first-time visitors may have difficulty understanding how the photo album
is organized, and as a result, may not browse the album as intended.

the ui should be more clear with respect to organization.

Original issue reported on code.google.com by lucasreddinger on 9 Oct 2008 at 8:32

friendly urls

we should not use id numbers in the urls. instead, we should use some
string that is specified in the database via a unique field (and altered in
the backend).

Original issue reported on code.google.com by lucasreddinger on 13 Aug 2008 at 3:08

rss feed

we need an rss feed for new photos.

Original issue reported on code.google.com by lucasreddinger on 13 Aug 2008 at 3:39

allows import even if missing images

the import script does not check to make sure that all three versions of
the photo exist. it should do this, so that dead images won't go live.

Original issue reported on code.google.com by lucasreddinger on 13 Aug 2008 at 3:15

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.