First Launch
When DATEYE opens for the first time, it creates an encrypted local database and takes you directly to the Connections screen.
No configuration is needed before adding your first device connection. DATEYE creates an encrypted local database automatically on first launch. You do not need to set up a database or enter any credentials at this stage.
The Three Screens
DATEYE has three screens, accessible from the sidebar on the left:
| Screen | Purpose |
|---|---|
| Connections | Add, configure, and monitor your device integrations |
| History | View a log of all past import and export operations |
| Settings | Configure application-wide preferences |
Connections Screen
On first launch, the Connections screen is empty. It shows an Add Connection button (and a + icon in the toolbar). This is where you will add your device integrations.
Once you have added connections, each one appears as a card showing:
- The device or system name
- The adapter type
- A status indicator (green = active, red = error, grey = inactive)
- The time of the last successful operation
History Screen
The History screen shows a chronological log of every import and export operation DATEYE has performed. Each entry shows the device, the operation type (import or export), the number of records transferred, and the timestamp.
The history log is useful for verifying that transfers happened correctly and for diagnosing issues when a transfer did not produce the expected result.
Settings Screen
The Settings screen contains application-wide preferences. You can configure:
- Language preference
- Default behavior for automatic imports
- Data retention settings
You do not need to visit Settings before using DATEYE. The defaults are appropriate for most practices.
Database Initialization
DATEYE stores all measurement data in an encrypted SQLite database on your local computer. This database is created automatically on first launch. The database is encrypted with AES-256 and is locked when the application is closed.
The database is located at:
- macOS:
~/Library/Containers/com.culfin.dateye/Data/Documents/dateye/secure/ - Windows:
%APPDATA%\dateye\secure\
You do not need to manage this database directly. DATEYE handles all read and write operations.
Next Steps
Continue with First Connection to add your first device integration.