added midterm LOCKED

master
Chris Nutter 2021-03-13 21:52:57 -08:00
parent ec040b8f98
commit 0503d99a9e
5 changed files with 71 additions and 15 deletions

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<opml version="2.0">
<head>
<title>RSS</title>
</head>
<body>
<outline title="Chris | Red | Blue" type="rss" xmlUrl="https://iamchrisama.com/rss.xml" text="Chris | Red | Blue" htmlUrl="https://iamchrisama.com/" />
<outline text="Luke Smith" htmlUrl="https://lukesmith.xyz/rss.xml" xmlUrl="https://lukesmith.xyz/rss.xml" title="Luke Smith" type="rss" />
<outline title="News" text="News">
<outline xmlUrl="http://news.fullerton.edu/engineering-and-computer-science/feed" text="ECS CSUF News" type="rss" htmlUrl="http://news.fullerton.edu" title="ECS CSUF News" />
<outline htmlUrl="https://gbatemp.net/forums/gbatemp-scene-news.101/" title="GBAtemp News" type="rss" text="GBAtemp News" xmlUrl="https://gbatemp.net/forums/gbatemp-scene-news.101.rss" />
<outline htmlUrl="https://news.ycombinator.com/" xmlUrl="https://hnrss.org/frontpage" type="rss" title="Hacker News" text="Hacker News" />
<outline title="xda-developers" text="xda-developers" htmlUrl="https://www.xda-developers.com" xmlUrl="http://xda-developers.com/feed" type="rss" />
</outline>
<outline text="RARBG" title="RARBG">
<outline type="rss" title="Movies" text="Movies" htmlUrl="http://rarbg.com" xmlUrl="https://rarbg.to/rssdd.php?categories=44" />
<outline xmlUrl="https://rarbg.to/rssdd.php?categories=52" type="rss" text="4K Movies" title="4K Movies" htmlUrl="http://rarbg.com" />
</outline>
<outline title="Reddit" text="Reddit">
<outline xmlUrl="https://reddit.com/r/gamesale.rss" text="GameSale" type="rss" title="GameSale" htmlUrl="https://www.reddit.com/r/gamesale" />
<outline xmlUrl="http://reddit.com/r/hardwareswap.rss" title="HardwareSwap" text="HardwareSwap" type="rss" htmlUrl="https://www.reddit.com/r/hardwareswap" />
<outline xmlUrl="http://reddit.com/r/buildapcsales.rss" title="BuildAPCSales" text="BuildAPCSales" htmlUrl="https://www.reddit.com/r/buildapcsales" type="rss" />
<outline text="Conservative" type="rss" title="Conservative" htmlUrl="https://www.reddit.com/r/conservative" xmlUrl="https://reddit.com/r/conservative.rss" />
</outline>
</body>
</opml>

Binary file not shown.

Binary file not shown.

View File

@ -8,23 +8,53 @@
\usepackage{amssymb}
\usepackage{fancyhdr}
\usepackage{adjustbox}
\usepackage{tabularx}
\usepackage[labelformat=empty]{caption}
\begin{document}
\section{Project Organization / Structure}
\subsection{Process Model}
This project utilizes an iterative development and deployment using SCRUM methodologies.
\begin{table}[!hbt]
\centering
\begin{tabular}{|l|l|l|l|l|}
\hline
\textbf{Crash Avoidance System} & Planned Completion Date & Placed Under Change Control & Deliverable to Customer? & People Who Must Sign Off \\ \hline
Develop Crash Avoidance System (CAS) & December 31st, 2021 & No & & Project Manager Engineering Lead, Documentation Lead \\ \hline
Develop In-Flight Test of \\Crash Avoidance System (IFTCAS) & December 31st, 2022 & No & & Project Manager Engineering Lead, Documentation Lead \\ \hline
Incorporate Test Results and \\Associated Design Changes \\into Final System & December 31st, 2023 & No & & Project Manager Engineering Lead, Documentation Lead, Customer Approval \\ \hline
TBD & TBD & TBD & TBD & TBD \\ \hline
\end{tabular}
\end{table}
\tableofcontents
\section{Revision History}
\section{Introduction}
This Software Development Plan (SDP) is a document used to capture the management approach and engineering environment effort associated with our program. The software and organizational structure will be established. The SDP will discuss the high level software schedule with key milestones and what risks and how they will be managed with regard to the development process. The SDP will determine the optimal route for how to take advantage of reusable software and systems. The software configuration management plan will be established here. This document will also describe the software engineering environment including in house lab facilities and infrastructure.
\newpage
\section{Software Organization / Structure}
\subsection{Process Model}
This project utilizes an iterative development and deployment using SCRUM methodologies. The goal is to create the Crash Avoidance System to the expected dates developing engineering and software applications simultaneously.
\begin{table}[!h]
\centering
\begin{tabularx}{\textwidth}{|X|X|X|}
\hline \textbf{Crash Avoidance System} & \textbf{Planned Completion Date} & \textbf{People Who Must Sign Off} \\
\hline Develop Crash Avoidance System & December 31st, 2021 & Project Manager Engineering Lead, Documentation Lead \\
\hline Develop In-Flight Test of
Crash Avoidance System & December 31st, 2022 & Project Manager Engineering Lead, Documentation Lead \\
\hline Incorporate Test Results
and Associated Design Changes
into Final System & December 31st, 2023 & Project Manager Engineering Lead, Documentation Lead, Customer Approval \\
\hline TBD & TBD & TBD \\
\hline
\end{tabularx}
\end{table}
\subsection{Organizational Structure}
\subsection{Organizational Boundaries}
\section{Software Development Process}
The CAS software is utilizing guidelines of IEEE. Table 7-1 showcases the phases that these standards expect.
\begin{table}[!h]
\centering
\begin{tabularx}{\textwidth}{|l|X|}
\hline \textbf{Project Phases} & \textbf{Sections Integrated} \\
\hline Project Planning \& Expectations & \textbf{2.0} Introduction, \textbf{3.1} Process Model \\
\hline \textit{Phase 1}: Software Requirements & \textbf{12} Software Requirements \\
\hline \textit{Phase 2}: Design & \textbf{5} Software Schedule \\
\hline \textit{Phase 3}: Unit Testing & Section 3-1, \\
\hline \textit{Phase 4}: Qualification Tests & Section 3-1, \\
\hline \textit{Phase 5}: Support for Use & Section 3-1, \\
\hline Quality Assurance & TBD, \\
\hline Project Reviews & TBD, \\
\hline
\end{tabularx}
\caption{\textbf{Table 4-1} CAS Project Activities utilizing IEEE}
\end{table}
\end{document}

Binary file not shown.