# HG changeset patch # User meillo@marmaro.de # Date 1231679243 -3600 # Node ID 046a8284b5d3f3d0511c0c4c97953158b2b9ac40 # Parent a6be202e1b49f8bbb146440a5e1e28090b7c3620 updated and new table diff -r a6be202e1b49 -r 046a8284b5d3 thesis/input/requirements.tex --- a/thesis/input/requirements.tex Sat Jan 10 22:27:06 2009 +0100 +++ b/thesis/input/requirements.tex Sun Jan 11 14:07:23 2009 +0100 @@ -3,44 +3,25 @@ Requirement & Importance & Pending work & Focus \\ \hline \hline \RF1: In/out channels & ++ & - & + \\ - \hline \RF2: Mail queue & ++ & - & + \\ - \hline \RF3: Header sanitizing & 0 & - & - \\ - \hline \RF4: Aliasing & 0 & - & - \\ - \hline \RF5: Route selection & + & - & 0 \\ - \hline \RF6: Authentication & ++ & + & +++ \\ - \hline \RF7: Encryption & ++ & + & +++ \\ - \hline \RF8: Spam prevention & + & ++ & +++ \\ - \hline \RF9: Malware handling & - & + & 0 \\ - \hline \RF10: Archiving & - & + & 0 \\ \hline - \hline \RG1: Security & ++ & + & +++ \\ - \hline \RG2: Reliability & ++ & + & +++ \\ - \hline \RG3: Robustness & + & + & ++ \\ - \hline \RG4: Extendability & + & ++ & +++ \\ - \hline \RG5: Maintainability & + & 0 & + \\ - \hline \RG6: Testability & 0 & 0 & 0 \\ - \hline \RG7: Performance & -{}- & - & -{}-{}- \\ - \hline \RG8: Availability & - & - & -{}- \\ - \hline \RG9: Portability & - & -{}- & -{}-{}- \\ - \hline \RG10: Usability & + & -{}- & - \\ \hline \end{tabular} diff -r a6be202e1b49 -r 046a8284b5d3 thesis/input/strategies.tex --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/thesis/input/strategies.tex Sun Jan 11 14:07:23 2009 +0100 @@ -0,0 +1,38 @@ +\begin{tabular}[Hbt]{| l | c || c | c | c |} + \hline + Requirement & Focus & S1 & S2 & S3 \\ + \hline \hline + \RF7: encryption & +++ & x & & \\ + \RF6: authentication & +++ & x & & \\ + \RG1: security & +++ & & x & x \\ + \RG2: reliability & +++ & & & x \\ + \RF8: spam handling & +++ & x & x & x \\ + \RG4: extendability & +++ & & & x \\ + \hline + \RG3: robustness & ++ & & & x \\ + \hline + \RF1: in/out channels & + & x & x & x \\ + \RF2: mail queueing & + & & & x \\ + \RG5: maintainability & + & & & x \\ + \hline + \RF5: route selection & 0 & x & & \\ + \RF9: malware handling & 0 & x & x & x \\ + \RF10: archiving & 0 & x & & x \\ + \RG6: testability & 0 & & & x \\ + \hline + \RF3: header sanitizing & - & x & & \\ + \RF4: aliasing & - & x & & \\ + \RG10: usability & - & x & & \\ + \hline + \RG8: availability & -{}- & x & & \\ + \hline + \RG7: performance & -{}-{}- & x & & \\ + \RG9: portability & -{}-{}- & x & & \\ + \hline \hline + Score (Sum of `+') & 23 & 9 & 7 & 17 \\ + \hline +\end{tabular} + + + +