Skip to content

Commit

Permalink
Update 1.5 Documentation LO details
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrbrianojee authored Jan 8, 2025
1 parent 7d4b5b2 commit ed3bc8c
Showing 1 changed file with 50 additions and 3 deletions.
53 changes: 50 additions & 3 deletions full-stack-project-implementation-guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,6 @@ <h5>Criterion: 1.2 Database</h5>
</tr>
</tbody>
</table>

new

<h5>Criterion: 1.3 Agile Methodology</h5>
<table class="table">
<thead>
Expand All @@ -227,10 +224,60 @@ <h5>Criterion: 1.3 Agile Methodology</h5>
</tr>
</tbody>
</table>

<h5>Criterion:1.4 Code Quality</h5>
<table class="table">
<thead>
<tr>
<th>Criterion</th>
<th>Description</th>
<th>Expected Performance</th>
</tr>
</thead>
<tbody>
<tr>
<td>Code Quality</td>
<td>Include custom Python logic demonstrating proficiency, including compound statements like if-else conditions and loops. Write code with proper readability, indentation, and meaningful naming conventions.
Name files consistently and descriptively, avoiding spaces and capitalization for cross-platform compatibility.</td>
<td>
<ul>
<li>Inclusion of custom Python logic with clear, well-structured if-else conditions and loops.</li>
<li> Code that follows readability standards with proper indentation and meaningful naming conventions.</li>
<li>Consistent and descriptive file naming avoiding spaces and capital letters for compatibility.</li>
<li>Use of comments and docstrings to explain complex logic and functions within the code.</li>
<li>Adherence to PEP 8 guidelines for Python code style and conventions.</li>
</ul>
</td>
</tr>
</tbody>
</table>
<h5>Criterion:1.5 Documentation</h5>
<table class="table">
<thead>
<tr>
<th>Criterion</th>
<th>Description</th>
<th>Expected Performance</th>
</tr>
</thead>
<tbody>
<tr>
<td>Documentation</td>
<td>IDocument the UX design process, including wireframes, mockups, and diagrams. Ensure documentation demonstrates that the design process has been followed through to implementation.</td>
<td>
<ul>
<li> Concise documentation of the UX design process, including wireframes, mockups, diagrams, as well as reasoning for changes throughout the development process.</li>
<li> Well-organized README file detailing the UX process, design rationale, and final implementation.</li>
</ul>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>


<!-- LO2 -->
<div class="accordion-item">
<h2 class="accordion-header" id="headingLOTwo">
Expand Down

0 comments on commit ed3bc8c

Please sign in to comment.