One Giant Leap is a command and control application that allows hundreds of flight controllers to create, edit, and commit mission log entries that are updated on every flight controller’s console in real-time. Using an architecture technique called event-sourcing, a mission’s entire log history is stored as a final “view” and a series of events as they happened over time. This event history allows you to re-create the state of the mission log at any point in time--functionality that can provide critical insight during a mission debriefing or future audit of the actions taken during the mission. Our solution was selected as the winning submission for Vancouver, BC and was a global finalist honourable mention in the 2021 NASA Space Apps Challenge.
Technologies Used:

View of current log entires

Page to add custom log entry types