-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
47 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Data Sources | ||
* Bus Tracker | ||
* Weather | ||
* Stock Quote | ||
|
||
Generating Web Interface | ||
* Upload WSDL description | ||
* Add persistence? | ||
* Set-up schedule now? | ||
* Choose API methods, choose date/time ranges/intervals, settings | ||
* Generates server instance | ||
* Generates client library instance | ||
|
||
Server Instance | ||
* Daemon to take snapshots, stored in MySQL | ||
* Review snapshots | ||
* Pass along API calls, unless they should be using historical data | ||
|
||
Client Library | ||
* Provides methods to interface with the API | ||
* Additional methods to "set time" (i.e. use historical data or use current data) |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
== Project Timeline == | ||
|
||
Step 1. Infrastructure Design and implementation | ||
(a) Analysis and Requirements solicitation | ||
(b) System design and implementation | ||
(c) Documentation | ||
(d) Validation and testing | ||
Step 2. Prog. Projects Design and Implementation | ||
(a) Create project descriptions | ||
(b) Prototype project implementation | ||
|
||
9/7 - Present | ||
9/14 - Design finalized | ||
9/21 - Implementation begun | ||
9/28 - Unit Tests built | ||
10/5 - Alpha version, create sample projects | ||
10/12 - Revised Unit Tests | ||
10/19 - Beta version, revise sample projects | ||
10/26 - Revised Unit Tests | ||
11/2 - Final version, revise sample projects | ||
11/9 - Revised Unit Tests, Documentation finalized | ||
11/16 - | ||
11/23 - | ||
11/30 - | ||
12/7 - | ||
12/14 - |