diff --git a/docs/TUES-Phase1.pdf b/docs/TUES-Phase1.pdf new file mode 100644 index 0000000..f5bafb3 Binary files /dev/null and b/docs/TUES-Phase1.pdf differ diff --git a/docs/architecture.txt b/docs/architecture.txt new file mode 100644 index 0000000..77b3844 --- /dev/null +++ b/docs/architecture.txt @@ -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) \ No newline at end of file diff --git a/dataSourceIdeas.txt b/docs/dataSourceIdeas.txt similarity index 100% rename from dataSourceIdeas.txt rename to docs/dataSourceIdeas.txt diff --git a/docs/timeline.txt b/docs/timeline.txt new file mode 100644 index 0000000..fb97979 --- /dev/null +++ b/docs/timeline.txt @@ -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 - \ No newline at end of file