Skip to content

Commit

Permalink
Added LO7 Accordion block
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrbrianojee authored Jan 8, 2025
1 parent b6c88f1 commit 5665801
Showing 1 changed file with 83 additions and 0 deletions.
83 changes: 83 additions & 0 deletions full-stack-project-implementation-guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -661,6 +661,89 @@ <h5>Criterion: 6.2 Document Deployment Process</h5>
</tbody>
</table>

<h5>Criterion: 6.3 Ensure Security in Deployment</h5>
<table class="table">
<thead>
<tr>
<th>Criterion</th>
<th>Description</th>
<th>Expected Performance</th>
</tr>
</thead>
<tbody>
<tr>
<td>Ensure Security in Deployment</td>
<td>Secure the deployed application by: Not including passwords or sensitive information in the git repository, using environment variables or .gitignore for secret keys, and ensuring DEBUG mode is turned off.</td>
<td>
<ul>
<li> No inclusion of passwords or sensitive information in the git repository.</li>
<li> Use of environment variables or .gitignore to manage secret keys and configurations.</li>
<li> Ensuring DEBUG mode is turned off in the deployed application.</li>
</ul>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>

<!-- LO7 -->
<div class="accordion-item">
<h2 class="accordion-header" id="headingLOSix">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseLOSix" aria-expanded="false" aria-controls="collapseLOSix">
LO7: Learners will be able to deploy a Full-Stack Web application using Django Web framework and related contemporary technologies to a cloud-based platform, ensuring proper functionality and security.
</button>
</h2>
<div id="collapseLOSix" class="accordion-collapse collapse" aria-labelledby="headingLOSix" data-bs-parent="#learningOutcomesAccordion">
<div class="accordion-body">
<h5>Criterion: 6.1 Deploy Application to Cloud Platform</h5>
<table class="table">
<thead>
<tr>
<th>Criterion</th>
<th>Description</th>
<th>Expected Performance</th>
</tr>
</thead>
<tbody>
<tr>
<td>6.1 Deploy Application to Cloud Platform</td>
<td>Successfully deploy the final version of the Full-Stack application to a cloud-based hosting platform and verify that it matches the development version</td>
<td>
<ul>
<li> Successful deployment of the application to a cloud-based platform.</li>
<li> Verification that the deployed version matches the development version in functionality.</li>
<li> Proper configuration of the hosting environment to support the application.</li>
</ul>
</td>
</tr>
</tbody>
</table>

<h5>Criterion: 6.2 Document Deployment Process</h5>
<table class="table">
<thead>
<tr>
<th>Criterion</th>
<th>Description</th>
<th>Expected Performance</th>
</tr>
</thead>
<tbody>
<tr>
<td>Document Deployment Process</td>
<td>Clearly document the deployment process in a README file.</td>
<td>
<ul>
<li> Clear and detailed documentation of the deployment process in the README file. </li>
<li> Step-by-step instructions for setting up and deploying the application.</li>
</ul>
</td>
</tr>
</tbody>
</table>

<h5>Criterion: 6.3 Ensure Security in Deployment</h5>
<table class="table">
<thead>
Expand Down

0 comments on commit 5665801

Please sign in to comment.