Skip to content

Commit

Permalink
Update 3.2 Reflect Login State
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrbrianojee authored Jan 8, 2025
1 parent 0d3c80e commit 5d2789e
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions full-stack-project-implementation-guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,29 @@ <h5>Criterion: 3.1 Role-Based Login and Registration</h5>
</tr>
</tbody>
</table>

<h5>Criterion: 3.2 Reflect Login State</h5>
<table class="table">
<thead>
<tr>
<th>Criterion</th>
<th>Description</th>
<th>Expected Performance</th>
</tr>
</thead>
<tbody>
<tr>
<td>Role-Reflect Login State</td>
<td>Ensure the current login state is accurately reflected to the user.</td>
<td>
<ul>
<li>Accurate reflection of the current login state across all pages of the application.</li>
<li> Clear visual indicators of login status (e.g., user avatar, logout button). Conditional rendering of content based on user’s login state and role.</li>
</ul>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
Expand Down

0 comments on commit 5d2789e

Please sign in to comment.