WorkforceHub Biometrics Maintenance is an administrative page in Swipeclock's WorkforceHub product where company admins and providers view and manage biometric templates - fingerprints, face scans, and legacy fingerprint records from older biometric clocks.
Like the other modernized admin pages, this replaced a legacy pop-out with an in-product UI that matches WorkforceHub standards. The old page was a major pain point: it had no search, poor organization, made it hard to see what types of enrollments people had, and forced admins to delete templates one by one - slow and tedious when cleaning up large sets. The new version is a huge UX improvement: clear tabs by template type, fast search, and bulk delete.
What also made this build unique was a focus on performance: server-side pagination and search, SQL optimization, and client-side caching with RTK Query so the table stays fast even with large template sets.
Screenshot placeholder
High-level outcomes of the full-stack work - framed around product value, not internal design docs.
Replaced a hard-to-use legacy pop-out - no search, messy organization, unclear enrollment types, and one-by-one deletes - with a modern, efficient in-product page.
Moved paging and search to the API so the UI only loads the records it needs - instead of shipping large datasets to the browser.
Optimized queries so list, filter, and search operations stay fast as biometric template volume grows.
Cached table records with RTK Query to cut repeat API calls as users page, search, and switch tabs.
Supports face templates, fingerprint templates, and legacy fingerprints from older biometric clocks.
Admins can select and remove many templates at once - instead of the old tedious one-at-a-time flow.
Screenshot Placeholders
Check out the official documentation for viewing and deleting biometric templates in WorkforceHub.