The “Points” screen allows users to manage saved points (e.g., loading/unloading locations, fuel stops). It provides a searchable, sortable database of all saved points used during fleet operations.
UI Elements Description
Top Action Bar
- Button:
+ Create new point- Opens a form to create a new point (not shown in screenshot).
- Search Field: (right-aligned)
- Allows keyword search through points by name, address or related attributes.
Tabular Data Display
The points are listed in a sortable table format with the following columns:
| Column | Description |
|---|---|
| Name | Name assigned to the point (free text). |
| Address | Full or partial physical address. |
| Country | Country flag and name where the point is located. |
| Type | Type of point: |
Loading / Unloading(logistics operations)Refuel(fuel station) | | Created on | Timestamp when the point was added (YYYY.MM.DD HH:MM:SS). | | Created by | User who created the point. | | Location Button | Map pin icon – to view the point on a map. | | Options Menu | Ellipsis (⋯) – context menu for Delete.

Sorting:
All columns have sort indicators (↑↓), suggesting interactive sorting by Name, Address, Country, Type, Created on and Created by.
Sample Table Entries
| Name | Address | Country | Type | Created on | Created by |
|---|---|---|---|---|---|
| C | Arch, Bern, Schweiz | 🇨🇭 Switzerland | Loading / Unloading | 2025.04.18 14:23:30 | Inesa Apsėgienė |
| Namai | V. Bielskio gatvė 46a, LT-76148 Šiauliai, Lietuva | 🇱🇹 Lithuania | Loading / Unloading | 2025.03.26 16:12:25 | Mantas Admin |
| Žiedas | Vilniaus plentas 7 | 🇱🇹 Lithuania | Refuel | 2025.03.20 14:08:54 | Preview Admin |
Functional Behavior
- Clicking the Location Pin: opens a map view to visualize the exact GPS location of the point.
- Ellipsis Menu (
⋯): Expected to include options such as:- Delete Point
User Interaction and Usability Considerations
- Quick Access: Search and sorting options allow users to efficiently locate specific points among thousands.
- Visual Cues: Country flags and point types make scanning large lists easier.
- Consistent Icons: Uniform location and menu icons reduce cognitive load.
- Create New: Prominent button ensures users can quickly add missing points during operations.