©2026 Gozie Victor Ene. All Rights Reserved
ClockTron is a workforce time-and-attendance platform I’m currently designing and building.
The product is intended to give organizations several ways to verify attendance without forcing them into a single proprietary device model: a tenant-managed Android verification kiosk, employee mobile access, facial verification with liveness controls, geofencing, fallback verification methods, real-time attendance dashboards, and reporting.
The goal is to combine reliable attendance evidence with a SaaS experience that a business can set up and operate without a complex on-premise deployment.
Technology: C# · .NET · Blazor · ASP.NET Core Web API · .NET MAUI · Android · SQL Server · Entity Framework Core · ASP.NET Core Identity · Biometric facial recognition · Geofencing · Azure Blob Storage / Service Bus where appropriate
ClockTron is being designed to remain cost-conscious at the application-hosting layer while still using cloud services where they provide clear value.
The primary web application and SQL Server database can run on myASP.NET shared hosting, while services such as Azure Blob Storage, Service Bus, Functions, or monitoring can be introduced selectively instead of making expensive platform services a prerequisite for the first version.
The verifier should establish who the employee is before asking whether the event is a clock-in, clock-out, or another allowed attendance action.
Biometric recognition without liveness protection is not sufficient for a serious attendance product.
PIN, manager approval, QR, or similar fallbacks should be explicit, permissioned, logged, and visible in reporting.
Dashboards and reports should be built from trustworthy attendance events rather than fragile UI state.
Verification devices may lose connectivity. The client should preserve safe local behavior and synchronize without creating duplicate attendance events.
A modular architecture with clear boundaries is preferable to prematurely splitting every capability into independent services.
©2026 Gozie Victor Ene. All Rights Reserved