From b8973b0979c624a05870ad1676dabf646e282f9d Mon Sep 17 00:00:00 2001 From: William Sandner Date: Tue, 4 Aug 2020 13:09:37 +0200 Subject: [PATCH] Created Words of Wisdom Index (markdown) --- Words-of-Wisdom-Index.md | 67 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 Words-of-Wisdom-Index.md diff --git a/Words-of-Wisdom-Index.md b/Words-of-Wisdom-Index.md new file mode 100644 index 0000000..3c796c2 --- /dev/null +++ b/Words-of-Wisdom-Index.md @@ -0,0 +1,67 @@ +# Template List + +The following pages contain specific tips and advice on each template. + +## Project kick-off + +* Project proposal +* Target audience & benefits +* User needs & stories +* Interview notes +* All-in-one project summary + +## Project Reference Information + +* Project overview +* Glossary / Data dictionary +* Software development method + +## System requirements + +* SRS +* Use case suite +* Feature set + +## Planning + +* Project plan +* Resource needs +* Risk management +* Legal issues + +## Design + +* Design overview +* Architecture +* Persistence +* User interface +* Security +* Source organization + +## Project tracking + +* Status report +* Review meeting + +## Quality management + +* QA plan +* Test suite +* Test run log + +## Product content + +* Release notes +* Installation / Quick-start +* User Guide +* FAQ / Troubleshooting + +## Product support information + +* Implementation notes +* Demo script + +## Release end-game + +* Release checklist +* Postmortem report \ No newline at end of file