GFM changes
This commit is contained in:
64
Design.md
64
Design.md
@@ -1,27 +1,3 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<link type="image/png" href="assets/logo.png" rel="icon">
|
||||
<title>ReadySet Markdown</title>
|
||||
</head>
|
||||
<script src="https://www.w3schools.com/lib/w3data.js"></script>
|
||||
<body>
|
||||
|
||||
<topbar style="display:none;">
|
||||
<item><a href="index.html">Overview</a></item>
|
||||
<item><a href="plan.html">Project Plan</a></item>
|
||||
<item><a href="index-all.html">Workflows</a></item>
|
||||
<menu name="Themes"><item><a id="settheme"><b>Current</b></a></item></menu>
|
||||
<toc></toc>
|
||||
</topbar>
|
||||
|
||||
<xmp theme="readable" style="display:none;">
|
||||
<!-- Markdown content here -->
|
||||
|
||||
# Design
|
||||
---
|
||||
|
||||
##### Project:
|
||||
::[PROJECTNAME](Home)
|
||||
|
||||
@@ -29,16 +5,16 @@
|
||||
::X.Y.Z
|
||||
|
||||
##### Attached Worksheets:
|
||||
- Design > [Architecture Worksheet](Design-Architecture)
|
||||
- Design > [Source Organization and Build Worksheet](design-src-org.html)
|
||||
<!-- - Design > [Scalability Worksheet](design-scalability.html) -->
|
||||
- Design > [User Interface Worksheet](design-ui.html)
|
||||
- Design > [Persistent Storage Worksheet](design-persistence.html)
|
||||
- Design > [Security Worksheet](Design-Security)
|
||||
- Design > [Architecture Worksheet](Design-Architecture)
|
||||
- Design > [Source Organization and Build Worksheet] > (Design-Src-Org)
|
||||
<!-- - Design > [Scalability Worksheet](Design-Scalability) -->
|
||||
- Design > [User Interface Worksheet](Design-UI)
|
||||
- Design > [Persistent Storage Worksheet](Design-Persistence)
|
||||
- Design > [Security Worksheet](Design-Security)
|
||||
|
||||
##### Related Documents:
|
||||
- [SRS](srs) > [Use case suite](use-case-suite.html)
|
||||
- [SRS](srs) > [Feature set](feature-set.html)
|
||||
- [SRS](SRS) > [Use case suite](Use-Case-Suite)
|
||||
- [SRS](SRS) > [Feature set](Feature-Set)
|
||||
- [Glossary](Glossary)
|
||||
- ::LINKS TO RELEVANT STANDARDS
|
||||
- ::LINKS TO OTHER DOCUMENTS
|
||||
@@ -96,7 +72,7 @@ system's structure in detail.*
|
||||
|
||||
::ANY ADDITIONAL NOTES OR COMMENTS
|
||||
|
||||
### [UML Behavioral Design](#uml-behavioral-design)
|
||||
### UML Behavioral Design
|
||||
|
||||
*TODO: Link to a design model and/or design diagrams that describe your
|
||||
system's behavior in detail.*
|
||||
@@ -121,7 +97,7 @@ system's behavior in detail.*
|
||||
|
||||
::ANY ADDITIONAL NOTES OR COMMENTS
|
||||
|
||||
### [UML Design Checklist](#uml-design-checklist)
|
||||
### UML Design Checklist
|
||||
|
||||
*TODO: Answer the following questions to help evaluate your design. Add
|
||||
or remove questions to fit your project. If you cannot answer a question
|
||||
@@ -156,23 +132,3 @@ revised.*
|
||||
- ::Yes, everyone understands. Feedback is welcome.
|
||||
- ::No, this is a risk that is noted in the
|
||||
[Risk Management](Project-Plan#risks) section.
|
||||
|
||||
<!-- End Markdown content -->
|
||||
</xmp>
|
||||
|
||||
<div w3-include-html="_words-of-wisdom.html"></div>
|
||||
<div w3-include-html="_footer.html"></div>
|
||||
|
||||
<script>
|
||||
w3IncludeHTML();
|
||||
</script>
|
||||
|
||||
<script src="http://strapdownjs.com/v/0.2/strapdown.js"></script>
|
||||
<!-- Include it AFTER strapdown -->
|
||||
<script src="assets/strapdown/strapdown-topbar.min.js"></script>
|
||||
<!-- Include it AFTER EVERYTHING -->
|
||||
<script src="assets/logo.js"></script>
|
||||
<script src="assets/themeswitcher.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user