Changes between Version 11 and Version 12 of BluePrint/Vehicle/ProjMgmt
- Timestamp:
- 11/18/13 21:21:32 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/Vehicle/ProjMgmt
v11 v12 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 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 24 * Xcode (iPhone/iPad) 25 * Android 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 app19 20 ** Benefits21 * Access to a MySQL database through internet browser allows for easier access because there is no need to program for different operating systems.22 * Can be accessed anywhere there is internet.23 * Digital records are easily maintain and can be converted to paper if neccessary.24 25 30 == Time Table ==