Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
uo264915 committed Feb 25, 2024
1 parent ece1e27 commit e397aaf
Showing 1 changed file with 12 additions and 20 deletions.
32 changes: 12 additions & 20 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1127,10 +1127,8 @@ <h2 id="section-building-block-view">5. Building Block View</h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="_whitebox_overall_system">5.1. Whitebox Overall System</h3>
<div class="imageblock">
<div class="content">
<img src="./images/DOCsection5-1.png" alt="Level 1">
</div>
<div class="paragraph">
<p><span class="image"><img src="./images/DOCsection5_1.png" alt="Level 1"></span></p>
</div>
<div class="paragraph">
<div class="title">Motivation</div>
Expand Down Expand Up @@ -1168,7 +1166,7 @@ <h3 id="_whitebox_overall_system">5.1. Whitebox Overall System</h3>
<h3 id="_level_2">5.2. Level 2</h3>
<div class="imageblock">
<div class="content">
<img src="./images/DOCsection5-2.png" alt="Level 2">
<img src="./images/DOCsection5_2.png" alt="Level 2">
</div>
</div>
<div class="paragraph">
Expand Down Expand Up @@ -1209,10 +1207,8 @@ <h3 id="_level_2">5.2. Level 2</h3>
</div>
<div class="sect2">
<h3 id="_level_3">5.3. Level 3</h3>
<div class="imageblock">
<div class="content">
<img src="./images/DOCsection5-3.png" alt="Level 3">
</div>
<div class="paragraph">
<p><span class="image"><img src="./images/DOCsection5_3.png" alt="Level 3"></span></p>
</div>
<div class="paragraph">
<div class="title">Motivation</div>
Expand Down Expand Up @@ -1470,10 +1466,8 @@ <h2 id="section-concepts">8. Cross-cutting Concepts</h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="_domain_model">8.1. Domain model</h3>
<div class="imageblock">
<div class="content">
<img src="./images/DOCsection8-1.png" alt="Domain model">
</div>
<div class="paragraph">
<p><span class="image"><img src="./images/DOCsection8-1.png" alt="Domain model"></span></p>
</div>
</div>
<div class="sect2">
Expand All @@ -1482,7 +1476,7 @@ <h3 id="_performance">8.2. Performance</h3>
<p>A system that performs well provides a positive user experience. Users expect applications and services to respond promptly to their requests. A higher performance leads to increased user satisfaction and engagement. Also, a good performance help to get a better efficiency.</p>
</div>
<div class="paragraph">
<p>We are going to look for a good performance with the code optimization, wihout overloading the system and memory and doing some performance test.</p>
<p>We are going to look for a good performance with the code optimization, without overloading the system and memory and doing some performance test.</p>
</div>
</div>
<div class="sect2">
Expand Down Expand Up @@ -1567,10 +1561,8 @@ <h2 id="section-quality-scenarios">10. Quality Requirements</h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="_quality_tree">10.1. Quality Tree</h3>
<div class="imageblock">
<div class="content">
<img src="./images/10_1_Quality_Tree.png" alt="Business Context Diagram">
</div>
<div class="paragraph">
<p><span class="image"><img src="./images/10_1_Quality_Tree.png" alt="Business Context Diagram"></span></p>
</div>
</div>
<div class="sect2">
Expand All @@ -1590,8 +1582,8 @@ <h3 id="_quality_scenarios">10.2. Quality Scenarios</h3>
</thead>
<tbody>
<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><strong><em>Privacity</em></strong></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">We will respect the privacy of the users, the user&#8217;s data will be protected at all times. We will ensure the highest possible security, storing the user&#8217;s sensitive information securely and trying to prevent any kind of attack or risk.</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock"><strong><em>Performance</em></strong></p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">We&#8217;ll run some performance testing and search for a good code optimization performance without taxing the system&#8217;s resources or memory. Optimize the setups, algorithms, and system parts as well.</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">High</p></td>
</tr>
<tr>
Expand Down

0 comments on commit e397aaf

Please sign in to comment.