From 89825c4ec7fcc86e323b9c894262d889f69d4e28 Mon Sep 17 00:00:00 2001 From: "W. Spencer Smith" <smiths@mcmaster.ca> Date: Tue, 26 Nov 2019 15:08:22 -0500 Subject: [PATCH] Updates to writing and MG checklists --- BlankProjectTemplate/docs/Design/MG/MG-Checklist.tex | 3 +++ BlankProjectTemplate/docs/Writing-Checklist.tex | 1 + 2 files changed, 4 insertions(+) diff --git a/BlankProjectTemplate/docs/Design/MG/MG-Checklist.tex b/BlankProjectTemplate/docs/Design/MG/MG-Checklist.tex index feb3eb0..ba728ce 100644 --- a/BlankProjectTemplate/docs/Design/MG/MG-Checklist.tex +++ b/BlankProjectTemplate/docs/Design/MG/MG-Checklist.tex @@ -59,6 +59,9 @@ \item Behaviour-Hiding modules are related to the requirements \item Software-Decision hiding modules are concepts that need to be introduced, but are not detailed in the requirements + \item Each Software Decision Hiding module is used by at least one + Behaviour-Hiding Module (if this isn't the case, an explanation should be + provided) \item Uses relation is not confused with a data flow chart \end{todolist} diff --git a/BlankProjectTemplate/docs/Writing-Checklist.tex b/BlankProjectTemplate/docs/Writing-Checklist.tex index 7bc198d..c52de55 100644 --- a/BlankProjectTemplate/docs/Writing-Checklist.tex +++ b/BlankProjectTemplate/docs/Writing-Checklist.tex @@ -54,6 +54,7 @@ \item Template comments (plt) do not show in the pdf version, either by removing them, or by turning them off. \item References and labels are used so that maintenance is feasible + \item Cross-references between documents are used as appropriate \end{todolist} \item Structure -- GitLab