Main Menu - DatasmithSA/NTrack-Android-Help GitHub Wiki
This is the initial screen that the user is presented with. Depending on whether the Operator is currently logged in or not, the Main Menu provides several options to the user, such logging and out, viewing and browsing a Map, viewing their own operator profile, device information, configuring settings and beginning the delivery process.
Main Menu options: the following items (options) exist on the main menu.
-
Logged out: if no operator (driver) is logged in, the following menu items are available:
- Login: clicking on this item opens the Operator Login screen allowing the driver to login with their operator username and password.
- Settings: opens the Settings screen that allows for configuring the application. Authorization will be required there is no operator logged in or if the current operator does not have the required permissions. Authorization can be only granted by an operator with the Supervisor role set on the server.
- Device Info: opens the Device Info screen showing information about the device e.g. serial number, Android SDK version etc. Authorization will be required ff there is no operator logged in or if the current operator does not have the required permissions. Authorization can be only granted by an operator with the Supervisor role set on the server.
- Database: deletes the database on the device with all its data. This is equivalent of logging off an operator. Authorization will be required ff there is no operator logged in or if the current operator does not have the required permissions. Authorization can be only granted by an operator with the Supervisor role set on the server.
- About: opens the about help page with information about the NTrack Mobile App.
- Exit: closes the NTrack Mobile App.
-
Logged In: if an operator (driver) is logged in, the following menu items are available:
- Delivery: begins the delivery process by opening the Trips for Operator screen which downloads and displays all the Trip headers that are assigned to the operator.
- Map: opens the map screen which enables the driver to see where they are currently located on the map, browse nearby locations and view current traffic conditions.
- Operator Profile: opens a screen showing information about the currently logged in operator and the permissions they have been assigned.
- Settings: opens the Settings screen that allows for configuring the application. Authorization will be required there is no operator logged in or if the current operator does not have the required permissions. Authorization can be only granted by an operator with the Supervisor role set on the server.
- Device Info: opens the Device Info screen showing information about the device e.g. serial number, Android SDK version etc. Authorization will be required ff there is no operator logged in or if the current operator does not have the required permissions. Authorization can be only granted by an operator with the Supervisor role set on the server.
- Delete Database: deletes the database on the device with all its data. This is equivalent of logging off an operator. Authorization will be required ff there is no operator logged in or if the current operator does not have the required permissions. Authorization can be only granted by an operator with the Supervisor role set on the server.
- About: opens the about help page with information about the NTrack Mobile App.
- Exit: closes the NTrack Mobile App.