mirror of
https://github.com/smyalygames/checklist-tester.git
synced 2025-10-21 21:07:40 +02:00
feat(proposal): written plan in a better way
This commit is contained in:
parent
4175c2143c
commit
dfcf941715
Binary file not shown.
@ -192,30 +192,29 @@ the checklist.
|
|||||||
|
|
||||||
To test checklists for flaws that could compromise the aircraft
|
To test checklists for flaws that could compromise the aircraft
|
||||||
and to make sure that the checklist can be completed in a reasonable
|
and to make sure that the checklist can be completed in a reasonable
|
||||||
amount of time for multiple different conditions (such as weather or pilot's reaction times)
|
amount of time for multiple different conditions (such as the weather or pilot's reaction times)
|
||||||
that could affect the amount of time the pilots will have to complete the checklist.
|
that could affect the amount of time the pilots will have to complete the checklist.
|
||||||
As a result, this will also test the reproducibility of the checklist's goal.
|
As a result, this will also test the reproducibility of the checklist's goal.
|
||||||
|
|
||||||
\subsection*{Objectives}
|
\subsection*{Objectives}
|
||||||
\begin{enumerate}
|
\begin{enumerate}
|
||||||
\item Checklist Manager
|
\item Research current checklists that may be problematic that
|
||||||
|
could be tested
|
||||||
|
\item Research how pilots act within certain situations for
|
||||||
|
the checklists to be tested
|
||||||
|
\item Implement a formal model that runs through checklists,
|
||||||
|
with the research gathered, to produce an accurate test
|
||||||
\begin{enumerate}
|
\begin{enumerate}
|
||||||
\item Input a checklist
|
\item Understand the relative states of the aircraft that
|
||||||
\item Add conditions to test
|
need to be captured
|
||||||
\end{enumerate}
|
\item Ensure the consistency of the checklist procedures
|
||||||
\item Checklist Testing Logic
|
are tested
|
||||||
\begin{enumerate}
|
|
||||||
\item Capture state of aircraft
|
|
||||||
\item Simulate a pilot's actions
|
|
||||||
\item Simulate delay in actions
|
|
||||||
\lfcomment{\item Ensure consistency of checklist logic}
|
|
||||||
\end{enumerate}
|
|
||||||
\item Simulator connector
|
|
||||||
\begin{enumerate}
|
|
||||||
\item Connect to the flight simulator
|
|
||||||
\item Set up conditions for flight
|
|
||||||
\item Monitor and take Logic's actions
|
|
||||||
\end{enumerate}
|
\end{enumerate}
|
||||||
|
\item Implement a manager for the checklist testing logic to
|
||||||
|
provide information about how the test results
|
||||||
|
\item Connect the formal model to a flight simulator allowing
|
||||||
|
for a more accurate representation of the aircraft systems
|
||||||
|
and flight conditions
|
||||||
\end{enumerate}
|
\end{enumerate}
|
||||||
|
|
||||||
% Planning
|
% Planning
|
||||||
|
Loading…
x
Reference in New Issue
Block a user