From 56f8c61f2378e11b065dc89c3c4061aafb9c92da Mon Sep 17 00:00:00 2001 From: AndrewMurrell Date: Mon, 10 Feb 2014 21:14:53 -0500 Subject: Removed backup. --- docs/DesignDocument.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/DesignDocument.md b/docs/DesignDocument.md index 885e679..43d626d 100644 --- a/docs/DesignDocument.md +++ b/docs/DesignDocument.md @@ -27,9 +27,8 @@ sleek web application which manages tournaments. # Non-Functional Requirements 1. Security: - Because Project Leaguer servers may store sensitive user information like name, email, statistics, user-name, profile, etc. it is an important non-functional requirement that such data is well secured from both accidental exposure and intentional tampering. Even so, the System may not be responsible for the theft of user information or even alterations made to the database from a source different from that of Leaguer. -2. Backup: - The Leaguer system provides a user with a database of user information and is updated and stored, which is functional. In contrast, the non-functional requirement of leaguer is its ability to back up all the information of the user when the user chooses to suspend or delete record or even when the user happens to disconnect from the server. -3. Platform Compatibility: - A non-functional requirement for the system is to be able to run on multiple platforms. Primarily a web based application, Leaguer may not be able to install into embedded gaming devices and special operation systems that do not run the interface that Leaguer was initially built on. -4. Response Time: - Even though the "Model 2" architecture tends to scale well for medium/large applications and data sets, it is still important to keep the response time of the system in mind. Using efficient data structures, short time complexity algorithms, and minimizing network overhead whenever possible will help to keep the response time of the system reasonable even for large data sets or complex statists or scoring schemes. +2. Platform Compatibility: - A non-functional requirement for the system is to be able to run on multiple platforms. Primarily a web based application, Leaguer may not be able to install into embedded gaming devices and special operation systems that do not run the interface that Leaguer was initially built on. +3. Response Time: - Even though the "Model 2" architecture tends to scale well for medium/large applications and data sets, it is still important to keep the response time of the system in mind. Using efficient data structures, short time complexity algorithms, and minimizing network overhead whenever possible will help to keep the response time of the system reasonable even for large data sets or complex statists or scoring schemes. # Design Outlines -- cgit v1.2.3 From 62646d9e9272a4274cf1cd208ba69b98dc970020 Mon Sep 17 00:00:00 2001 From: tkimia Date: Mon, 10 Feb 2014 21:17:01 -0500 Subject: small graphical change to "isPartOf" --- docs/DesignDocument-models.pptx | Bin 64666 -> 48893 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/docs/DesignDocument-models.pptx b/docs/DesignDocument-models.pptx index 11985ff..ef237e1 100644 Binary files a/docs/DesignDocument-models.pptx and b/docs/DesignDocument-models.pptx differ -- cgit v1.2.3