Skip to content

Commit

Permalink
New docs to track the project
Browse files Browse the repository at this point in the history
  • Loading branch information
acbart committed Sep 10, 2012
1 parent efcd188 commit 476c351
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 0 deletions.
Binary file added docs/TUES-Phase1.pdf
Binary file not shown.
21 changes: 21 additions & 0 deletions docs/architecture.txt
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.
26 changes: 26 additions & 0 deletions docs/timeline.txt
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 -

0 comments on commit 476c351

Please sign in to comment.