Reseating UI
—
Present
Overview
I designed and built the frontend for Hong Kong Express’s internal flight reseating management system (unreleased as of now) for my third collaboration with the airline software solutions company Huagati Systems.
Design
As the app is an internal seat management application, its naturally data-heavy, interactive nature required highly nested components to be displayed with relative usability in the Figma prototype.
In this case, many moving parts were built into the DataTable component, for displaying and editing stateful data. Many visual cues for good UX were taken into consideration, such as consolidating multiple states into recognizable, color-coded icons.
Final Figma prototype of the Reseating Management site
Development
Implementation of the site also proved a unique experience.
One example was the implementation of the DataTable component, a relatively complex component that linked up to the app’s existing data model.
It remained performant with large amounts of data, thanks to Blazor-specific optimizations.