You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

GR4 - Static Web Prototype

Starting up the Prototype:

For the webpage to load properly, you need to run a SimpleHTTPServer in the directory “cjr-proj” (the folder containing the “src” folder).  Using the command prompt/terminal, navigate to that directory and type (the 80 may be subsituted for a port of your choice):

    python -m SimpleHTTPServer 80

To view the main page, go to this URL in FireFox (functionality in Chrome/Safari not confirmed):

    localhost/src/index.html

Tasks for Evaluation:

Please use these tasks below as a guide for evaluation:

  1. Your granddaughter Lily tells you to add her on FamilyConnect. Her number is 721-4146. Please add Lily.
  2. Send Lily a message that she can read later.
  3. Check any messages you might have received (should appear over time).
  4. Call Lily to chat about your day. Try video chatting at some point during the call.

Incompletely Implemented and Canned Elements:

  • Canned Elements
    • No actual phone calls occur.  Video chat window shows a static image.
    • Message viewing is set to specific pre-defined messages.
    • No messages are actually recorded, but the record controls will behave as if you have recorded a message. Note: record controls that look disabled are still clickable, so clicking something that's faded out may cause problems.)
    • Adding a contact is currently hard-coded to being Lily, the granddaughter in the story
  • Incompletely implemented elements
    • Checked messages don't leave your message box
    • Main page background currently incomplete (should look like an address book)
  • No labels