From f03bdddb78c3a251319823a281fc8962f09454fc Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 10 Feb 2014 18:47:37 -0500 Subject: Oh my god, I can import everything as a PDF --- docs/DesignDocument.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'docs/DesignDocument.md') diff --git a/docs/DesignDocument.md b/docs/DesignDocument.md index e66f473..8401d27 100644 --- a/docs/DesignDocument.md +++ b/docs/DesignDocument.md @@ -37,6 +37,8 @@ the “Model 2” (often mis-identified as “MVC”) design pattern/architecture. This architecture is comprised of three interacting components: Controllers, Views, and Models. +![](DesignDocument-architecture-model2.pdf)\ + Controllers : Requests received by the server are processed by a routing subroutine and directed to a controller responsible for handling @@ -110,6 +112,8 @@ Option 3: Use Optical Character Recognition to obtain statistics from score scre ### MODELS +![](DesignDocument-models.pdf)\ + ActiveRecord::Base (abstract) : The abstract model that all other models inherit from. @@ -329,4 +333,4 @@ TODO – I’m working on this – see images.pptx ~ Tomer So am I: ~ Luke -![](DesignDocument-classes.png)\ +![](DesignDocument-classes.pdf)\ -- cgit v1.2.3