Skip to content

Commit 0898b08

Browse files
authored
Added LO8 Accordion block
1 parent d3c11d1 commit 0898b08

1 file changed

Lines changed: 84 additions & 0 deletions

File tree

full-stack-project-implementation-guide.html

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -771,6 +771,90 @@ <h5>Criterion: 6.3 Ensure Security in Deployment</h5>
771771
</div>
772772
</div>
773773
</div>
774+
775+
776+
<!-- LO8 -->
777+
<div class="accordion-item">
778+
<h2 class="accordion-header" id="headingLOEight">
779+
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseLOEight" aria-expanded="false" aria-controls="collapseLOEight">
780+
LO8: LearnerSTUFF!!!!! to a cloud-based platform, ensuring proper functionality and security.
781+
</button>
782+
</h2>
783+
<div id="collapseLOEight" class="accordion-collapse collapse" aria-labelledby="headingLOEight" data-bs-parent="#learningOutcomesAccordion">
784+
<div class="accordion-body">
785+
<h5>Criterion: 6.1 Deploy Application to Cloud Platform</h5>
786+
<table class="table">
787+
<thead>
788+
<tr>
789+
<th>Criterion</th>
790+
<th>Description</th>
791+
<th>Expected Performance</th>
792+
</tr>
793+
</thead>
794+
<tbody>
795+
<tr>
796+
<td>6.1 Deploy Application to Cloud Platform</td>
797+
<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>
798+
<td>
799+
<ul>
800+
<li> Successful deployment of the application to a cloud-based platform.</li>
801+
<li> Verification that the deployed version matches the development version in functionality.</li>
802+
<li> Proper configuration of the hosting environment to support the application.</li>
803+
</ul>
804+
</td>
805+
</tr>
806+
</tbody>
807+
</table>
808+
809+
<h5>Criterion: 6.2 Document Deployment Process</h5>
810+
<table class="table">
811+
<thead>
812+
<tr>
813+
<th>Criterion</th>
814+
<th>Description</th>
815+
<th>Expected Performance</th>
816+
</tr>
817+
</thead>
818+
<tbody>
819+
<tr>
820+
<td>Document Deployment Process</td>
821+
<td>Clearly document the deployment process in a README file.</td>
822+
<td>
823+
<ul>
824+
<li> Clear and detailed documentation of the deployment process in the README file. </li>
825+
<li> Step-by-step instructions for setting up and deploying the application.</li>
826+
</ul>
827+
</td>
828+
</tr>
829+
</tbody>
830+
</table>
831+
832+
<h5>Criterion: 6.3 Ensure Security in Deployment</h5>
833+
<table class="table">
834+
<thead>
835+
<tr>
836+
<th>Criterion</th>
837+
<th>Description</th>
838+
<th>Expected Performance</th>
839+
</tr>
840+
</thead>
841+
<tbody>
842+
<tr>
843+
<td>Ensure Security in Deployment</td>
844+
<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>
845+
<td>
846+
<ul>
847+
<li> No inclusion of passwords or sensitive information in the git repository.</li>
848+
<li> Use of environment variables or .gitignore to manage secret keys and configurations.</li>
849+
<li> Ensuring DEBUG mode is turned off in the deployed application.</li>
850+
</ul>
851+
</td>
852+
</tr>
853+
</tbody>
854+
</table>
855+
</div>
856+
</div>
857+
</div>
774858
</div>
775859

776860
</div>

0 commit comments

Comments
 (0)