Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Gifitti
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nick Kozel
Gifitti
Commits
ac079354
Commit
ac079354
authored
8 years ago
by
Riley Mcgee
Browse files
Options
Downloads
Patches
Plain Diff
Added
parent
b634cfd7
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Doc/DevelopmentPlan/DevelopmentPlan.pdf
+0
-0
0 additions, 0 deletions
Doc/DevelopmentPlan/DevelopmentPlan.pdf
Doc/DevelopmentPlan/DevelopmentPlan.tex
+50
-23
50 additions, 23 deletions
Doc/DevelopmentPlan/DevelopmentPlan.tex
with
50 additions
and
23 deletions
Doc/DevelopmentPlan/DevelopmentPlan.pdf
+
0
−
0
View file @
ac079354
No preview for this file type
This diff is collapsed.
Click to expand it.
Doc/DevelopmentPlan/DevelopmentPlan.tex
+
50
−
23
View file @
ac079354
\documentclass
{
article
}
\usepackage
{
hyperref
}
\usepackage
{
booktabs
}
\usepackage
{
tabularx
}
\title
{
SE
3XA3: Development Plan
\\
Title of Project
}
\usepackage
{
hyperref
}
\usepackage
{
booktabs
}
\usepackage
{
tabularx
}
\title
{
SE
3XA3: Development Plan
\\
Title of Project
}
\author
{
Team 2, Gifitti
\\
Pavle Arezina 001410366
\\
Nicolai Kozel 2 001404557
\\
Riley McGee mcgeer
}
\\
Riley McGee mcgeer
}
\date
{}
...
...
@@ -15,9 +15,9 @@
\begin{table}
[hp]
\caption
{
Revision History
}
\label
{
TblRevisionHistory
}
\begin{tabularx}
{
\textwidth
}{
llX
}
\toprule
\textbf
{
Date
}
&
\textbf
{
Developer(s)
}
&
\textbf
{
Change
}
\\
\midrule
Sept. 26
&
Pavle Arezina
&
Added Team Meeting,
Communication, Member Roles
\\
Sept. 26
&
Nicolai Kozel
&
Added project schedule
section
\\
\\
Sept. 26
&
Riley McGee
&
Added Technology
\&
Git Workflow sections
\\
...
&
...
&
...
\\
\bottomrule
\end{tabularx}
\end{table}
Communication, Member Roles
\\
Sept. 26
&
Nicolai Kozel
&
Added project schedule
section
\\
\\
Sept. 26
&
Riley McGee
&
Added
Proof of Concept Demonstration Plan,
Technology
,
\&
Git Workflow sections
\\
...
&
...
&
...
\\
\bottomrule
\end{tabularx}
\end{table}
\newpage
...
...
@@ -90,23 +90,50 @@ z is a bug fix. \end{itemize}
\subsection
{
Milestones
}
\begin{itemize}
\item
Mark deliverables and their due
dates.
\item
All milestones are found in the project schedule
\item
Deliverables
are considered major updates to the project.
\end{itemize}
\section
{
Proof of
Concept Demonstration Plan
}
\section
{
Technology
}
Note currently a Windows platform must be used to run and develop this project. In the near future .Net will be ported to OSX and Linux.
\subsection
{
Programming Language
$
(
$
s
$
)
$}
The majority of all development is in C
\#
however WPF will also be used for UI.
\subsection
{
IDE
}
Visual Studio 2015 Community
\subsection
{
Testing Framework
}
Visual C
\#
Test Suite, specifically unit test. This platform comes integrated with Visual Studio 2015 Community.
\subsection
{
Document Generation
}
\begin{itemize}
\item
Doxygen for code documentation.
\item
Visual Studio for any post code software model generation
\item
Gantt Project for the project schedule
\end{itemize}
are considered major updates to the project.
\end{itemize}
\section
{
Proof of Concept Demonstration Plan
}
\subsubsection*
{
Risk 1
}
Reading in GIFs. GIF files must be read into Gifitti and
parsed.
\subsubsection*
{
Plan for demonstrate risk 1's feasibility
}
By the project demo
an open source library that provides this functionality will be chosen and
implemented into a base design.
\subsubsection*
{
Risk 2
}
Sprite Spreadsheet outputs for the currently used gif.
This issue is a risk due to it being image manipulation. *A sprite spreadsheet
is an image file where animation is broken into frames while stored in one
location.
\subsubsection*
{
Plan for demonstrate risk 2's feasibility
}
Image manipulation
will be done with an external api. By the project demo this will be chosen. It
can be proven that it will be achievable via functionality of the selected api.
\subsubsection*
{
Risk 3
}
The project is only usable on Windows platform, until
.NET is made executable on Linux and OSX platforms.
\subsubsection*
{
Plan for demonstrate risk 3's feasibility
}
All demonstrations,
and development must be done on a windows platform.
\subsubsection*
{
Risk 4
}
Testing is time consuming for all major components as
the application is based on user input and experience.
\subsubsection*
{
Plan for demonstrate risk 4's feasibility
}
Some test cases that
can be used to validate the system will be presented during the project demo to
show that we can automate most of the testing that does not rely on user
interaction. This saves time for the user tests.
\section
{
Technology
}
Note currently a Windows platform must be used to run and
develop this project. In the near future .Net will be ported to OSX and Linux.
\subsection
{
Programming Language
$
(
$
s
$
)
$}
The majority of all development is in
C
\#
however WPF will also be used for UI.
\subsection
{
IDE
}
Visual Studio 2015
Community
\subsection
{
Testing Framework
}
Visual C
\#
Test Suite, specifically
unit test. This platform comes integrated with Visual Studio 2015 Community.
\subsection
{
Document Generation
}
\begin{itemize}
\item
Doxygen for code
documentation.
\item
Visual Studio for any post code software model generation
\item
Gantt Project for the project schedule
\end{itemize}
\section
{
Coding Style
}
Coding standard utilized for the project is the
\href
{
https://msdn.microsoft.com/en-us/library/hh156542(v=vs.110).aspx
}{
.NET
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment