Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
7
7_team_pic-puzzle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Justin
7_team_pic-puzzle
Commits
622bf640
Commit
622bf640
authored
9 years ago
by
Justin
Browse files
Options
Downloads
Patches
Plain Diff
Added intro to design doc
parent
21f455f9
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
designdoc.pdf
+0
-0
0 additions, 0 deletions
designdoc.pdf
designdoc.tex
+22
-0
22 additions, 0 deletions
designdoc.tex
with
22 additions
and
0 deletions
designdoc.pdf
+
0
−
0
View file @
622bf640
No preview for this file type
This diff is collapsed.
Click to expand it.
designdoc.tex
+
22
−
0
View file @
622bf640
...
...
@@ -55,12 +55,34 @@
\section
{
Revision History
}
\begin{description}
\item
[Revision 0.1]
Nov 3, 2015: Added introduction
\item
[Revision 0]
Nov 2, 2015: Created document
\end{description}
\newpage
\section
{
Introduction
}
The purpose of this document is to explain the design of the system for
PicPuzzle which is a Nonogram game. One of the main principles used to
design the system is information hiding. When decomposing the modules
into smaller modules, the idea is that each module should have its own
secret and should not expose it to the rest of the software. This
creates modular code that is easy to modify.
A main architectural pattern followed is a modification of the MVC
(Model-View-Controller) pattern. This modified MVC is called MVP
(Model-View-Presenter). In the pattern a model represents the data
structures. A view is a passive entity that displays data and passes
user events to the presenter. The presenter acts on events and the
model. Also, the presenter formats data to be displayed on the view.
Other documents that relate to this one are the Software Requirements
Specification (SRS) and the Module Interface Specification (MIS). The
SRS contains the requirements for the system and those requirements are
implemented by the modules specified in this document. The MIS contains
an overview of each module and its publicly accessible programs. This
relates because this is a more detailed description of each module
described in this document.
\section
{
Anticipated and Unlikely Changes
}
...
...
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