Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 43 additions & 21 deletions docs/Design/SoftArchitecture/MG.tex
Original file line number Diff line number Diff line change
Expand Up @@ -580,27 +580,21 @@ \section{Traceability Matrix} \label{SecTM}
\end{table}

\begin{table}[H]
\centering
\begin{tabular}{p{0.2\textwidth} p{0.6\textwidth}}
\toprule
\textbf{AC} & \textbf{Modules}\\
\midrule
\acref{acHardware} & \mref{mHH}\\
\acref{acInput} & \mref{mInput}\\
\acref{acParams} & \mref{mParams}\\
\acref{acVerify} & \mref{mVerify}\\
\acref{acOutput} & \mref{mOutput}\\
\acref{acVerifyOut} & \mref{mVerifyOut}\\
\acref{acODEs} & \mref{mODEs}\\
\acref{acEnergy} & \mref{mEnergy}\\
\acref{acControl} & \mref{mControl}\\
\acref{acSeqDS} & \mref{mSeqDS}\\
\acref{acSolver} & \mref{mSolver}\\
\acref{acPlot} & \mref{mPlot}\\
\bottomrule
\end{tabular}
\caption{Trace Between Anticipated Changes and Modules}
\label{TblACT}
\centering
\begin{tabular}{p{0.2\textwidth} p{0.6\textwidth}}
\toprule
\textbf{AC} & \textbf{Modules}\\
\midrule
\acref{acUserInterface} & \mref{mExe}, \mref{mHig} , \mref{mHov}, \mref{mMan} \\ \hline
\acref{acVSCodePlugin} & \mref{mExe} , \mref{mRef}, \mref{mMan} \\ \hline
\acref{acRefactorers} & \mref{mBR}, \mref{mMIMR}, \mref{mSCLR}, \mref{mUGENR}, \mref{mCRC}, \mref{mLEC}, \mref{mLPL} \\ \hline
\acref{acSmell} & \mref{mDet}, \mref{mPyA} \\ \hline
\acref{acAnalyzer} & \mref{mM}, \mref{mPyA}, \mref{mDet} \\ \hline
\acref{acTesting} & \mref{mTest} \\
\bottomrule
\end{tabular}
\caption{Trace Between Anticipated Changes and Modules}
\label{TblACT}
\end{table}

\section{Use Hierarchy Between Modules} \label{SecUse}
Expand Down Expand Up @@ -636,6 +630,34 @@ \section{Use Hierarchy Between Modules} \label{SecUse}

\section{User Interfaces}

\begin{figure}[H]
\centering
\includegraphics[width=\textwidth]{../../Images/VSPlugin.png}
\caption{VS Code Plugin Setup}
\label{FigUH}
\end{figure}

\begin{figure}[H]
\centering
\includegraphics[width=\textwidth]{../../Images/VSPluginCommands.png}
\caption{VS Code Plugin Commands}
\label{FigUH}
\end{figure}

\begin{figure}[H]
\centering
\includegraphics[width=0.7\textwidth]{../../Images/VSPluginDetectMode.png}
\caption{VS Code Code Analysis Interaction}
\label{FigUH}
\end{figure}

\begin{figure}[H]
\centering
\includegraphics[width=0.7\textwidth]{../../Images/VSPluginRefactorMode.png}
\caption{VS Code Code Refactoring Interaction(in progress for selected line)}
\label{FigUH}
\end{figure}

\wss{Design of user interface for software and hardware. Attach an appendix if
needed. Drawings, Sketches, Figma}

Expand Down
Binary file added docs/Images/VSPlugin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Images/VSPluginCommands.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Images/VSPluginDetectMode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/Images/VSPluginRefactorMode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.