Skip to content

Commit

Permalink
Final Commit - html validation and testing
Browse files Browse the repository at this point in the history
Remove stray </div> tag html validation issue in home.html
	modified:   string_rota/templates/string_rota/home.html

Add testiog for Final Commit - html validation and testing to README
	modified:   README.md
	new file:   readme_assets/images/final-commit-testing.png
  • Loading branch information
mikerae committed Oct 12, 2023
1 parent 60cb232 commit 09bef03
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ The following manual tests were made:
- [see issue #184 here](https://github.com/mikerae/string-rota/issues/184)
- [Update messaging #176 Testing](/readme_assets/images/testing-issue176.png)
- [see issue #176 here](https://github.com/mikerae/string-rota/issues/176)
- [Final Commit Testing](/readme_assets/images/final-commit-testing.png)
#### Human Testing
No human testing was done for this MVP, but once office manager functionality, and the hiding of draft rotas is implemented, user feedback will be sort.

Expand Down
Binary file added readme_assets/images/final-commit-testing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 14 additions & 15 deletions string_rota/templates/string_rota/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,25 +74,24 @@ <h2 class="card-title">Select a Project {% if office %}and a Section{% endif %}
{% endfor %}
{% endif %}
</div>
</div>
<!-- Player Info -->
{% if rota_manager or office %}
<div class="col-lg-7">
<div class="card">
<div class="card-body">
<h2 class="card-title">
Register a Player
</h2>
<p class="ps-3">To enable an existing member {% if not office %}the {{section}} section{% endif %}
to
access this app, please choose
"Register a Player" from the side menu.</p>
<!-- Player Info -->
{% if rota_manager or office %}
<div class="col-lg-7">
<div class="card">
<div class="card-body">
<h2 class="card-title">
Register a Player
</h2>
<p class="ps-3">To enable an existing member {% if not office %}the {{section}} section{% endif %}
to
access this app, please choose
"Register a Player" from the side menu.</p>
</div>
</div>
</div>
{% endif %}
</div>
{% endif %}
</div>
</div>
</section>
</main>
{% endblock %}

0 comments on commit 09bef03

Please sign in to comment.