-
Notifications
You must be signed in to change notification settings - Fork 2
Individual Roles
jhuang314 edited this page Jan 19, 2013
·
6 revisions
Sam - I will do the front end part. The web page, and the Flask related stuff. I will also try doing some JS/jQuery to access the DOM if the user wants to save an image.
Ruell -
- Note to Ruell from Sam: Write a function that takes a python dictionary as input(this dictionary contains tags, and a number corresponding to how important each tag is), and returns a link to a Tumblr post(either a link, or the name of the post or whatever Tumblr's API does. I need to manipulate an iframe to direct to this post). It should be semi-random, but biased towards posts containing tags that have higher values.
Jesse - I'll work with dropbox
- Note to Jesse: See if you can find a way to temporarily save an image to our server(whatever directory your Python script is in really), upload it to dropbox, and then delete it(so it doesn't take up too much space on our server). This image will be taken from an iframe on an html page...Maybe it will be a jQuery object)
- Deleting files is done
- Gif movie maker notes: call makeMovie(list of gif's), and it will chain them together in order into a larger gif
Current things that need to be assigned:
- The main functionality of the app using the Tumblr API. This is detailed in another page in this wiki.
- The login functionality with Facebook
- The back end of the database
- Saving an image with Dropbox(let's do this later. It might required JavaScript)