This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| access:track2013stories [2014/02/26 01:00] mjallison [Story 3 - Supervisory level] | access:track2013stories [2014/02/26 23:14] (current) mjallison | ||
|---|---|---|---|
| Line 111: | Line 111: | ||
| * Modify HaulSim to be able to write GPX files. | * Modify HaulSim to be able to write GPX files. | ||
| * SmartTrack Management interface, CRUD directives  | * SmartTrack Management interface, CRUD directives  | ||
| - | * See [[SmartSuiteConfiguration|Smartsuite Configuration]] for directive file information | + | * See [[android:jobsite:SmartSuiteConfiguration|Smartsuite Configuration]] for directive file information | 
| * TrackAPI.CreateTrackerDirective( SerialNumber, StoredProject, StoredFile ) | * TrackAPI.CreateTrackerDirective( SerialNumber, StoredProject, StoredFile ) | ||
| * <del>TrackAPI.DeleteTrackerDirective(int directiveId )</del> | * <del>TrackAPI.DeleteTrackerDirective(int directiveId )</del> | ||
| Line 120: | Line 120: | ||
| * All directives are permanent until project is archived | * All directives are permanent until project is archived | ||
| * Tracker directives can be superceeded, and will not be usable, only newest one is available. | * Tracker directives can be superceeded, and will not be usable, only newest one is available. | ||
| - | * Add new client side data object<code>TrackerDirective | + | * Add new client side data object, configuratuion policy, possibly attached to vehicle table | 
| + | <code>TrackerDirective | ||
| { | { | ||
| int handle; | int handle; | ||
| Line 129: | Line 130: | ||
| boolean  isAcknowledged; | boolean  isAcknowledged; | ||
| }</code> | }</code> | ||
| - | * Add database table for directive <code>tracker_directives | + | * (MAYBE) Add database table for directive, could be extension of vehicle table <code>tracker_directives | 
| +--------------------+------------+------+-----+---------+----------------+ | +--------------------+------------+------+-----+---------+----------------+ | ||
| | Field | Type | Null | Key | Default | Extra | | | Field | Type | Null | Key | Default | Extra | | ||