Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

Commit

Permalink
working
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed May 22, 2012
1 parent 85e53af commit fe9a55e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 16 deletions.
32 changes: 16 additions & 16 deletions TODO
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,31 @@ Frontline :: If I Die Today :: Functional Requirements

Landing page
--------------
* With editable text areas (Headline, Tagline, Description)
* Call to action that integrates Facebook login
[•] With editable text areas (Headline, Tagline, Description)
[•] Call to action that integrates Facebook login

Generic error page
--------------
* Background
* Text paragraph
[ ] Background
[ ] Text paragraph

Retrieve Facebook user information
--------------
* Provide a transition/loading page while we connect to open graph that displays a video in the background
* Use the Facebook Open Graph to retrieve (First Name, Last Name, Age, Location (City/State))
* Catch errors from Facebook Open Graph login/retrieval
** Provide view that explains that we need that information to create a useful experience
** Prompt the user to supply their State if none is found in Facebook
** Prompt the user to supply their Age if none is found in Facebook
[ ] Provide a transition/loading page while we connect to open graph that displays a video in the background
[•] Use the Facebook Open Graph to retrieve (First Name, Last Name, Age, Location (City/State))
[•] Catch errors from Facebook Open Graph login/retrieval
[•] Provide view that explains that we need that information to create a useful experience
[•] Prompt the user to supply their State if none is found in Facebook
[x] Prompt the user to supply their Age if none is found in Facebook

++


Logged in page
--------------
* Use http://tympanus.net/Tutorials/ParallaxSlider/ or equivalent to provide 6 modules for Frontline to provide text/imagery
* Each module should have (Headline, Tagline, Description, Background Image, Chart)
* Provide an action button that allows the user to post an image and text from If I Die Today to their wall
* Create a persistent fixed position bottom/top/side area for (Embedded video, Sharing)
* Provide an action that allows the user to share http://www.ifidietoday.org via Twitter
* Provide an location for an embedded video from YouTube
[ ] Use http://tympanus.net/Tutorials/ParallaxSlider/ or equivalent to provide 6 modules for Frontline to provide text/imagery
[ ] Each module should have (Headline, Tagline, Description, Background Image, Chart)
[ ] Provide an action button that allows the user to post an image and text from If I Die Today to their wall
[ ] Create a persistent fixed position bottom/top/side area for (Embedded video, Sharing)
[ ] Provide an action that allows the user to share http://www.ifidietoday.org via Twitter
[ ] Provide an location for an embedded video from YouTube
6 changes: 6 additions & 0 deletions views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,12 @@
<div style="position: absolute; top: 270px; right: 50px;">
<div class="fb-login-button" data-scope="user_likes,user_photos,user_photo_video_tags,user_birthday,user_location"></div>
<script>
$(".fb-login-button").click(function(ev) {
});
</script>
</div>
</div>
Expand Down

0 comments on commit fe9a55e

Please sign in to comment.