Changes between Version 10 and Version 11 of BluePrint/Vehicle/ProjMgmt
- Timestamp:
- 11/18/13 21:20:49 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/Vehicle/ProjMgmt
v10 v11 1 1 == Introduction == 2 2 3 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. 3 4 … … 11 12 == Requirements == 12 13 13 ** Method of retrieving data14 * Email15 * Phone16 * App17 18 ** Database to store data19 * MySQL20 * Oracle21 22 ** App for drivers to send data23 24 * Xcode (iPhone/iPad)25 * Android26 14 == User Cases == 27 15 28 16 == Design == 29 17 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 ** Benefits 21 * 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 30 25 == Time Table ==