12 | | * Bug Fix - Design of bug fixes is similar to Coding tasks' design, but should also answer the questions Analysis should answer the question why does this bug appear, which part of the code is guilty for the wrong functionality (what was wrong with the code, why it was not suitable). Design also contains auto-tests that prove bug wouldn't be presented after implementation. |
13 | | * |
| 12 | * Bug Fix - Design of bug fixes is similar to Coding tasks' design, but should also answer the questions why does this bug appear, which part of the code is guilty for the wrong functionality (what was wrong with the code, why it was not suitable). Design also contains auto-tests that prove bug wouldn't be presented after implementation. |
| 13 | * In which module did the bug appear |
| 14 | * In which part of the code did the bug appear |
25 | | * Exact text requirements - for example how the user should be referred (you, You, the user, he, she, ..), What formatting should be used (here you may link an existing page template.) |
26 | | * Image/Diagram requirements - file types, file sizes, position, etc. |
| 21 | * Basic content of the document, a sentence for every fundamental thing. These will be expanded in Implementation section. |
| 22 | * Useful external links |
| 23 | * Image/Diagram requirements - content, file types, file sizes, position, etc. |
| 24 | * Setup - Design section should be decided which computer appliance will satisfy the requirements, how it will be set up, what technologies will be used. Give links to websites of software solutions that should be used. |
| 25 | * Hardware requirements - point specific hardware requirements, limitations if any |
| 26 | * Software requirements - point which of the suitable tools will be installed and configured. |
| 27 | * Maintenance - Design explains what should be done for meeting the requirements, links to tools that will be used, algorithms, diagrams and whatever is needed for an easy implementation. |
| 28 | * If script are needed, design and link them |
| 29 | * Link any used tools for maintaining appliances. |