Team Log: Preserve, Share, and Develop Your Ideas
Download
Report
Transcript Team Log: Preserve, Share, and Develop Your Ideas
Team Log:
Preserve, Share, and Develop Your
Ideas
Robert Sanderson Pratt
Ting-You Wang
Jack Hebert
Overview
Quick easy way to preserve ideas
Share ideas in a team environment
Can also observe the evolution of a discussion
Provide quick way to search for the desired
information
UI that allows users to see the desired
information easily
Differentiators
Unlike a Message Board
Message boards have limited search capabilities
Message boards are flat and cumbersome to use
Unlike Newsgroups
Messages in newsgroups are sometimes hard to
differentiate from another
Newsgroups are generally open to the public
System Implementation
Plan to use Apache as web server
Plan to use Postgres or MySQL for database
storage
Use a middleware to communicate between
server and database
Implemented possibly in PHP, Java, or C#
Viewers will view the program through a web
browser.
System Components
Presents UI on client
machine
Browser
Apache
Manages DB
connections,
etc.
Stores all content
and settings,
provides search
Serves page
Middleware
RDBMS
Example
Mock-up Example for project communication
The quick note will send the data to the
private data area
This section also threaded to allow users to
expand on ideas
Feasibility
Many toolkits exists to create Rich Internet
Applications
Google Web Toolkit
AJAX Toolkits
Other software to get a skeleton of the
application started
Help (and knowledge) for database design and
querying is readily available