Changes between Version 6 and Version 7 of BluePrint/Vehicle/ProjMgmt
- Timestamp:
- 11/18/13 21:16:45 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/Vehicle/ProjMgmt
v6 v7 1 1 == Introduction == 2 3 2 In any business that involves vehicles, such as shipping and delivery, you must keep track of the maintenance of your vehicles. Keeping track of recent maintenance will keep your trucks running and prevent loss of time from breakdowns. 4 3 … … 12 11 == Requirements == 13 12 13 ** Method of retrieving data from drivers 14 * Email 15 * Phone 16 * App 17 18 ** Database to store data 19 * MySQL 20 * Oracle 21 22 ** App for drivers to send data 23 * Xcode (iPhone/iPad) 24 * Android 25 14 26 == User Cases == 15 27 16 28 == Design == 17 29 18 Vehicle records are stored on a MySQL database server and can be accessed through a control panel using any internet browser. The records can also be accessed through smartphone or table app.19 20 30 == Time Table ==