CS3302 Project Notebook Prototype Document

Yakko Wakko and Dot Dayplan

Prototype Document


Winter Quarter 1996
February 22, 1996

Document Author:
Eugene Liang

Project Sponsor:
Gregory Abowd

Yakko Wakko and Dot Profile Team:

Manager: Harry Marlin
Architect: Tom Moss
Programmer: Mark Canup
Programmer: Roy Rodenstein
Technical Writer: Eugene Liang
Programmer Consultant: Anind Dey


  1. Scope
  2. Installation Manual
  3. User Guide
  4. Guide to the Source Codes
  5. See the Running Prototype


I. Scope

The scope of our design document can be found here.


[ Scope | Installation Manual | User Guide | Guide to the Source Codes ]

II. Installation Manual

  1. Create/Update Schedule

    Currently the YWD Dayplanner cannot write schedules, therefore, if you wish to add schedules in your dayplanner, you must use the X-utility "plan" to add your schedule. The "plan" utility will create a file named ".dayplan" in the user's home directly.

    Helps on how to use the "plan" utility can be found in the manual page

  2. Link the .dayplan file

    In order for the applet to read the .dayplan file, the .dayplan file must reside in the user's WWW directory. Create a symbolic link to the .dayplan file in the home directory using the "ln" command. Following is a step-by-step instruction on creating a symbolic link to the .dayplan file in your WWW directory

    1. Change directory to your home directory. This can be done by typeing cd.

      PROMPT> cd

    2. Change directory to your WWW directory. The change directory command is cd . For example, if your WWW directory is named public_html, to change to that directory, you would type cd public_html.

      PROMPT> cd public_html

    3. From within the directory, you can create the symbolic link using by typing
      ln -s [file to link to] [name of the symbolic link file]. To create a symbolic link called .dayplan in the WWW directory to the .dayplan in the home directory, you would type:

      PROMPT> ln -s ~/.dayplan .dayplan

  3. Ready to Run

    After you have done the above two steps, your YWD Dayplanner will be ready to run on the Netscape 2.0 browser.


[ Scope | Installation Manual | User Guide | Guide to the Source Codes ]

III. User Guide

  1. Starting the YWD Dayplanner

    The YWD Dayplanner is invoked by a URL reference in an HTML document. The user clicks on the reference, and the applet is downloaded to the local machine and executed. The dayplanner opens to a display containing three regions: monthly, daily, and overlay windows. The upper left region of the applet window is a view of the current month. The upper right region contains today's daily schedule information. The lower area is an overlay view of the chedules of all the users.

  2. Interacting with the YWD Dayplanner

    Each of the regions in the YWD dayplanner displays information about the user's schedule. In addition, each region is responsive to clicks from a mouse or other pointing device.

    Month View

    Daily View

    Overlay View

    Edit User Pop-Up Window


[ Scope | Installation Manual | User Guide | Guide to the Source Codes ]

IV. Guide to the Source Codes


[ Scope | Installation Manual | User Guide | Guide to the Source Codes ]

Top Plan Req
Doc
Design
Doc
Prototype History Revision

Last modified: March 6, 1996 by Eugene Liang (eugene@cc.gatech.edu)