The OLaunch mini-project, a web app, provides information about orbital launches as proof I know the C#/ASP.NET stack.
This post covers some thoughts on the user experience. For a full-fledged app, I would give the user a great deal of filtering power over the data. For this demo app’s alpha version, I will start small, but I’d like to add additional user interface features as time permits.
This article illustrates some of the ways I’d like the user to manipulate the data: Design better data tables
Related Work
I’ve worked with presenting complex data in a web user interface before. My team at Lockheed Martin worked on a way to present spacecraft test data through a browser instead of reams and reams of paper.
The first demo database in mySQL was ten million rows, and the information was presented using HTML and Javascript — quite the technical challenge back in the day. It’s such a relief to see modern-day frameworks like Bootstrap.
See my resume for more details.