From 143980b6dab8ad87c44518e5b7befb614fb83b85 Mon Sep 17 00:00:00 2001 From: wei <> Date: Fri, 14 Jul 2006 06:56:16 +0000 Subject: Add time-tracker sample and docs. (Incomplete) --- .../protected/pages/Docs/Introduction.page | 64 ++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 demos/time-tracker/protected/pages/Docs/Introduction.page (limited to 'demos/time-tracker/protected/pages/Docs/Introduction.page') diff --git a/demos/time-tracker/protected/pages/Docs/Introduction.page b/demos/time-tracker/protected/pages/Docs/Introduction.page new file mode 100644 index 00000000..baa305f5 --- /dev/null +++ b/demos/time-tracker/protected/pages/Docs/Introduction.page @@ -0,0 +1,64 @@ + +

Introduction

+ +

The Time Tracker is a fully functional sample application designed to + introduce you to many of Prado's features. This guide is a step by step + walkthrough starting from installation to deployment. The Time Tracker + application is based on the + ASP.NET's Time Tracker Starter Kit. +

+ +

Time Tracker Overview

+

The Time Tracker is a business web application for keeping track of hours spent +on a project, with ability to handle multiple resources as well as multiple projects.

+

Basic Application Requirements

+

The functional requirements of the Time Tracker is based on the + ASP.NET's Time Tracker Starter Kit + description.

+

+

Create projects

+ +

Create and track tasks

+ +

Use reports to track progress

+ +

+ +

Technologies and Design Approached Demonstrated

+ + +

Requirements

+

The Time Tracker web application requires the following software and knowledge.

+

Software requirements

+

It is assumed that you are able to obtain and install the following pieces of software.

+
    +
  1. PHP version 5.0.4 or greater
  2. +
  3. A web server, such as Apache, able to run PHP scripts
  4. +
  5. MySQL database server version 4.1 or greater (alternatively SQLite or Postgres)
  6. +
  7. Prado version 3.1 or later
  8. +
+ +

In addition to software requirements, we assumed that you have some of the following knowledge.

+ +
\ No newline at end of file -- cgit v1.2.3