Skip to content
Snippets Groups Projects
Commit a466db02 authored by W. Spencer Smith's avatar W. Spencer Smith
Browse files

Placeholder for refelection report at the end of the term

parent a9a0a7a6
No related branches found
No related tags found
No related merge requests found
......@@ -12,5 +12,6 @@
\newcommand{\todo}[1]{}
\fi
\newcommand{\wss}[1]{\authornote{blue}{SS}{#1}}
\newcommand{\an}[1]{\authornote{magenta}{Author}{#1}}
\newcommand{\wss}[1]{\authornote{blue}{SS}{#1}}
\newcommand{\plt}[1]{\authornote{magenta}[TPLT]{#1}} %For explanation of the template
\newcommand{\an}[1]{\authornote{cyan}{Author}{#1}}
File deleted
# Makefile
# From https://danielkaes.wordpress.com/2009/03/14/compiling-latex-documents-using-makefiles/
PROJECT=DevelopmentPlan
PROJECT=Reflection
TEX=pdflatex
BIBTEX=bibtex
BUILDTEX=$(TEX) $(PROJECT).tex
......
File added
\documentclass{article}
\usepackage{booktabs}
\usepackage{tabularx}
\usepackage{booktabs}
\title{SE 3XA3: Development Plan\\Title of Project}
\title{Reflection Report on [Title of Project]}
\author{Team \#, Team Name
\\ Student 1 name and macid
\\ Student 2 name and macid
\\ Student 3 name and macid
}
\author{author name}
\date{}
......@@ -36,24 +32,20 @@ Date2 & Name(s) & Description of changes\\
Put your introductory blurb here.
\section{Team Meeting Plan}
\section{Team Communication Plan}
\section{Team Member Roles}
\section{Git Workflow Plan}
\section{Project Overview}
\section{Proof of Concept Demonstration Plan}
\plt{Summarize the original project goals and requirements}
\section{Technology}
\section{Key Accomplishments}
\section{Coding Style}
\plt{What went well? This can be what went well with the documentation, the
coding, the project management, etc.}
\section{Project Schedule}
\section{Key Problem Areas}
Provide a pointer to your Gantt Chart.
\plt{What went wrong? This can be what went wrong with the documentation, the
technology, the coding, time management, etc.}
\section{Project Review}
\section{What Would you Do Differently Next Time}
\end{document}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment