Employee Search & Filters
The employees list page provides a searchable, filterable view of all team members.
Keyword search
Section titled “Keyword search”Type in the search bar to find employees by name. Results update with a 400ms debounce.
Filters
Section titled “Filters”Status
Section titled “Status”- Deleted — Show deleted employees
- Not deleted — Show active employees
Sorting
Section titled “Sorting”Sort by:
- Full name
- First name
- Last name
- Creation date
In ascending or descending order.
Real-time updates
Section titled “Real-time updates”The list automatically refreshes when employees are created, modified, or deleted — driven by the event bus.
Pagination
Section titled “Pagination”The list loads 20 employees at a time with offline-first loading from Hive cache.