G-Store Employee — Warehouse Management
An enterprise warehouse app digitizing receiving, inventory, picking/packing, and dispatch — with hardware scanner workflows and role-based access.
- My role
- Mobile Developer
- Period
- June 2025 – August 2025
- Related experience
- Elkood
G-Store Employee is the warehouse companion to G-Store Driver, digitizing the inbound and outbound workflows warehouse staff perform daily.
What I built. Scanner-driven workflows (receiving, picking, three-scan transfers) that treat input as an event stream — whether from a hardware keyboard-wedge scanner or the camera — so business logic never cares about the source. A zone→place warehouse hierarchy powers optimized picking paths that sequence a pick list by location to minimize walking. RBAC shows each role only its relevant workflows, with first-launch onboarding for high-turnover staff, and Arabic-first RTL throughout.
Technical focus. A debounce + length heuristic distinguishes fast scanner bursts from human typing 99%+ of the time; optimistic stock updates reconcile with the server and surface a “stock changed” alert when concurrent edits collide.