Skip to content

seene-shelter/seene-shelter.github.io

Repository files navigation

seene-shelter

Idea

One-page Web 2.0 project without with Flickr for backend and social part (followers, comments, likes).

Original JavaScript viewer with small changes can be used to show content.

Progress

What Status Notes
Design the web app TODO
Viewer to work separately DONE http://seene-shelter.github.io/viewer/#/?url=https://farm9.staticflickr.com/8447/28629663783_9d20b4120d_o_d.jpg
Viewer to accept export format DONE
Implement the web app 10% in progress
Get good domain name DONE github.io can host stuff for now, no need to pay or register
Host the web app DONE http://seene-shelter.github.io/
Dropbox API DONE investigations, abandoned, see Flickr instead, test
Flickr API 20% test

Design outline

Useful hint: "seene://capture" opens Seene app in capture mode (if it was open before; if not -- just opens the app)

User opens http://seene-shelter.github.io/

First time: presented with a dialogue, requesting permission to see his feed. Then: sees a feed of stuff from people she follows, can like/comment (for now by going to Flickr site/mobile app).

Viewer options

Storage options

Flickr (going for this)

  • sufficiently well-known, people might already have an account there
  • 1TB free storage
  • good collaboration inside, followers, favorites
  • albums and groups
  • fantastic API, with comments and likes

Plan and some tests

{"photos":{"photo":[{
"id":"29666745355",
"secret":"6ab1d1327b",
"server":"8067",
"farm":9,
"owner":"44653378@N00",
"username":"johndhodson",
"title":" ",
"ispublic":1,
"isfriend":0,
"isfamily":0,
"originalsecret": "01e6da512c",
"originalformat":"jpg"},

Additional test, lots of extras requested

  • nonofficial docs on extras
  • this way it returns full URL to original image, along with other fields
  • filter this to only Seenes
  • one way to do that is make sure it is square, that these fields have same value: "height_o":"1936","width_o":"1936"
  • other way would be to look at tags... but people don't like to spend time on setting that....

Dropbox

  • sufficiently well-known, people might already have an account there
  • free account of 2Gb is enough for about 2K of Seenes, older stuff can be removed or moved to separate account
  • has good API
  • has public links; https://www.dropbox.com/sh/1h3zy9jm4nftelm/AABAdhug5I_8NO8z5-N1lpVOa
  • has comments on public links web and in mobile app (one need Dropbox account to write a comment)
  • has convenient ways of uploading from mobile device (including auto-upload)

Others