Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
iyanfdezz committed Feb 12, 2024
1 parent 31d157f commit 3d99ede
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 6 deletions.
Binary file modified images/businesscontext.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/technicalcontext.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
60 changes: 54 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -763,15 +763,15 @@ <h2 id="section-system-scope-and-context">3. System Scope and Context</h2>
<h3 id="_business_context">3.1. Business Context</h3>
<div class="imageblock">
<div class="content">
<img src="./images/businesscontext.png" alt="businesscontext" width="1053" height="578">
<img src="./images/businesscontext.png" alt="businesscontext" width="1006" height="578">
</div>
</div>
</div>
<div class="sect2">
<h3 id="_technical_context">3.2. Technical Context</h3>
<div class="imageblock">
<div class="content">
<img src="./images/technicalcontext.png" alt="technicalcontext" width="1014" height="578">
<img src="./images/technicalcontext.png" alt="technicalcontext" width="1028" height="578">
</div>
</div>
<div style="page-break-after: always;"></div>
Expand Down Expand Up @@ -1898,12 +1898,60 @@ <h2 id="_change_scenarios">2. Change Scenarios</h2>
<p>|Term |Definition</p>
</div>
<div class="paragraph">
<p>|&lt;Term-1&gt;
|&lt;definition-1&gt;</p>
<p>|Quality Tree
| Structured representation of quality attributes and their relationships.</p>
</div>
<div class="paragraph">
<p>|&lt;Term-2&gt;
|&lt;definition-2&gt;</p>
<p>|Quality Scenarios
| Specific instances or situations that show the behavior of a system under various quality attributes.</p>
</div>
<div class="paragraph">
<p>|Change Scenarios
| Scenarios depicting how a system responds or adapts to changes, like fixes or addings.</p>
</div>
<div class="paragraph">
<p>|Usage Scenarios
| Instances demonstrating how users interact with a system in various contexts.</p>
</div>
<div class="paragraph">
<p>|User Interface
| The visual and interactive part of a computer program or system through which users interact.</p>
</div>
<div class="paragraph">
<p>|Query
| Request for information from a database.</p>
</div>
<div class="paragraph">
<p>|Database
| Organized collection of structured information.</p>
</div>
<div class="paragraph">
<p>|Documentation
| Written information regarding a system&#8217;s design, functionality, or usage.</p>
</div>
<div class="paragraph">
<p>|NodeJS
| Runtime environment that allows the execution of JavaScript code outside of a web browser.</p>
</div>
<div class="paragraph">
<p>|ReactJS
| JavaScript library for building user interfaces, particularly single-page applications.</p>
</div>
<div class="paragraph">
<p>|JavaScript
| High-level programming language primarily used for creating interactive web pages and applications.</p>
</div>
<div class="paragraph">
<p>|MongoDB
| Popular NoSQL database program, known for its flexibility and scalability.</p>
</div>
<div class="paragraph">
<p>|CSS
| Cascading Style Sheets, used for styling and formatting web pages written in HTML.</p>
</div>
<div class="paragraph">
<p>|HTML
| Hypertext Markup Language, the standard markup language for creating web pages and web applications.</p>
</div>
<table class="tableblock frame-all grid-all stretch">
</table>
Expand Down

0 comments on commit 3d99ede

Please sign in to comment.