Skip to content

Commit deedae8

Browse files
authored
Deleted Lo7 accordion block to determine accordion styling bug
1 parent 0898b08 commit deedae8

File tree

1 file changed

+1
-81
lines changed

1 file changed

+1
-81
lines changed

full-stack-project-implementation-guide.html

Lines changed: 1 addition & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -689,87 +689,7 @@ <h5>Criterion: 6.3 Ensure Security in Deployment</h5>
689689
</div>
690690
</div>
691691

692-
<!-- LO7 -->
693-
<div class="accordion-item">
694-
<h2 class="accordion-header" id="headingLOSeven">
695-
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseLOSeven" aria-expanded="false" aria-controls="collapseLOSeven">
696-
LO7: LearnerSTUFF!!!!! to a cloud-based platform, ensuring proper functionality and security.
697-
</button>
698-
</h2>
699-
<div id="collapseLOSeven" class="accordion-collapse collapse" aria-labelledby="headingLOSeven" data-bs-parent="#learningOutcomesAccordion">
700-
<div class="accordion-body">
701-
<h5>Criterion: 6.1 Deploy Application to Cloud Platform</h5>
702-
<table class="table">
703-
<thead>
704-
<tr>
705-
<th>Criterion</th>
706-
<th>Description</th>
707-
<th>Expected Performance</th>
708-
</tr>
709-
</thead>
710-
<tbody>
711-
<tr>
712-
<td>6.1 Deploy Application to Cloud Platform</td>
713-
<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>
714-
<td>
715-
<ul>
716-
<li> Successful deployment of the application to a cloud-based platform.</li>
717-
<li> Verification that the deployed version matches the development version in functionality.</li>
718-
<li> Proper configuration of the hosting environment to support the application.</li>
719-
</ul>
720-
</td>
721-
</tr>
722-
</tbody>
723-
</table>
724-
725-
<h5>Criterion: 6.2 Document Deployment Process</h5>
726-
<table class="table">
727-
<thead>
728-
<tr>
729-
<th>Criterion</th>
730-
<th>Description</th>
731-
<th>Expected Performance</th>
732-
</tr>
733-
</thead>
734-
<tbody>
735-
<tr>
736-
<td>Document Deployment Process</td>
737-
<td>Clearly document the deployment process in a README file.</td>
738-
<td>
739-
<ul>
740-
<li> Clear and detailed documentation of the deployment process in the README file. </li>
741-
<li> Step-by-step instructions for setting up and deploying the application.</li>
742-
</ul>
743-
</td>
744-
</tr>
745-
</tbody>
746-
</table>
747-
748-
<h5>Criterion: 6.3 Ensure Security in Deployment</h5>
749-
<table class="table">
750-
<thead>
751-
<tr>
752-
<th>Criterion</th>
753-
<th>Description</th>
754-
<th>Expected Performance</th>
755-
</tr>
756-
</thead>
757-
<tbody>
758-
<tr>
759-
<td>Ensure Security in Deployment</td>
760-
<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>
761-
<td>
762-
<ul>
763-
<li> No inclusion of passwords or sensitive information in the git repository.</li>
764-
<li> Use of environment variables or .gitignore to manage secret keys and configurations.</li>
765-
<li> Ensuring DEBUG mode is turned off in the deployed application.</li>
766-
</ul>
767-
</td>
768-
</tr>
769-
</tbody>
770-
</table>
771-
</div>
772-
</div>
692+
773693
</div>
774694

775695

0 commit comments

Comments
 (0)