As a QField project designer, project manager, and field surveyor, I would like additional functionality from the temporal controller to improve the review, interpretation, and quality assurance of data both in the field and the office.
User Interface
While in Browse Mode:
  1. Temporal Filter Toggle
An on/off toggle button should be available under the burger menu (similar to the location of Digitizing Settings when in Digitising Mode).
  1. Temporal Filter Controls
When enabled, temporal filtering controls should appear as an overlay at the top of the map canvas.
  1. Filter Types
The temporal controller should support three filter types:
'Calendar' | 'Rolling' | 'Custom'
Switching between filter types should automatically update all associated controls and temporal ranges.
3.1
Calendar Filter
The Calendar filter is intended for reviewing records by calendar periods.
The following controls are displayed:
3.1.1
Period Selector with options:
| 'Current' | 'Previous' | '[N] Ago' |
Where:
Current refers to the current calendar period.
Previous refers to the immediately preceding calendar period.
'[N] Ago' uses a spinner control allowing the user to select any value ≥ 2 and refers to a single calendar period offset from the current period by N units. For example, '2 Ago' + 'Months' would refer to the calendar month two months before the current month.
3.1.2
Time Unit Selector with options:
| 'Day' | 'Week' | 'Month' | 'Year' |
All periods are based on calendar boundaries.
Examples:
Current Month
Previous Week
10 Days Ago
3 Years Ago
3.1.3
☐ 'Include subsequent records' checkbox
Displayed only when 'Previous' or '[N] Ago' is selected and controls whether the filter applies only to the selected calendar period or to the selected calendar period and all subsequent records up to the current date.
For example, when enabled with the current date of 02 Sep 2026 and '2 Ago' + 'Years' selected, the filter would start on 01 Jan 2024 and end on 02 Sep 2026, but if it was disabled with the same options then the filter would start on 01 Jan 2024 and end 31 Dec 2024.
3.2 Rolling Filter
The Rolling filter is intended for reviewing records over continuous periods relative to the current date.
The following controls are displayed:
3.2.1
Duration Selector
| 'Last [N]' |
Where N is selected using a spinner control allowing the user to select any value ≥ 1
3.2.2
Time Unit Selector
| 'Days' | 'Weeks' | 'Months' | 'Years' |
Examples:
Last 7 Days
Last 12 Weeks
Last 18 Months
Last 5 Years
The filter range is automatically calculated relative to the current date and time.
For example, if the current date is 02 September 2026:
'Last 42' + 'Months' would display records from:
02 Mar 2023 → 02 Sep 2026
No additional "Include Later Records" option is required, as rolling periods inherently extend to the present date.
3.3 Custom Filter
The Custom filter provides full manual control over the temporal range and includes an enhanced version of the QGIS temporal slider (similar to the existing proposal at https://ideas.qfield.org/app-feature-requests/p/temporal-controller).
3.3.1
Filter controls
The following controls are displayed:
| [Filter Start] | [double-ended temporal slider] | [Filter End] |
The filter start/end values would use calendar and time picker widgets.
A dual-ended slider should:
  • Automatically update when the start or end date-time is adjusted.
  • Automatically update the date-time widgets when the slider is moved.
  • Be constrained either by:
a project-defined minimum and maximum temporal extent specified in QGIS Project Properties; or
the minimum and maximum dates present within temporal controller-enabled layers.
Changes made using any filter type should automatically update all other temporal controller widgets to reflect the resulting temporal range.
The Custom filter is the only filter type that exposes direct time-of-day controls. This allows users to analyse data at sub-daily resolutions where necessary.
3.4 Time-of-Day Filtering
For Calendar and Rolling filters, the default filter period should always cover the full day:
00:00:00 → 23:59:59
This simplifies common field-survey workflows and avoids unnecessary complexity. Where time-specific filtering is required, users can switch to the Custom filter type.
QGIS Integration
Ideally, the same functionality should be implemented within QGIS so that project designers, analysts, and field staff have a consistent temporal filtering experience across both desktop and mobile platforms.
This would ensure that temporal filters configured and tested in QGIS behave identically when used in QField.