diff --git a/README.md b/README.md index 8262dfd..adec641 100644 --- a/README.md +++ b/README.md @@ -272,6 +272,20 @@ The following manual tests were made: - [see issue #166 here](https://github.com/mikerae/string-rota/issues/166) - [Enable Email Server #166 Testing](/readme_assets/images/testing-issue166-3.png) - [see issue #166 here](https://github.com/mikerae/string-rota/issues/166) +- [Update Sidebar and Welcome Screen #156 Testing](/readme_assets/images/testing-issue156-1.png) + - [see issue #156 here](https://github.com/mikerae/string-rota/issues/156) +- [Show sections in sidebar #156 Testing](/readme_assets/images/testing-issue156-2.png) + - [see issue #156 here](https://github.com/mikerae/string-rota/issues/156) +- [Admin/Orch Manager View Rotas #156 Testing](/readme_assets/images/testing-issue156-3.png) + - [see issue #156 here](https://github.com/mikerae/string-rota/issues/156) +- [Admin Add Seating Position View Rotas #170 Testing](/readme_assets/images/testing-issue170-1.png) + - [see issue #170 here](https://github.com/mikerae/string-rota/issues/170) +- [Admin Seating Position CRUD #170 Testing](/readme_assets/images/testing-issue170-2.png) + - [see issue #170 here](https://github.com/mikerae/string-rota/issues/170) +- [Admin Toggle Draft/Published Rotas #170 Testing](/readme_assets/images/testing-issue170-3.png) + - [see issue #170 here](https://github.com/mikerae/string-rota/issues/170) +- [Admin Allocate Reserve Player #170 Testing](/readme_assets/images/testing-issue170-4.png) + - [see issue #170 here](https://github.com/mikerae/string-rota/issues/170) #### 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. diff --git a/readme_assets/images/testing-issue156-1.png b/readme_assets/images/testing-issue156-1.png new file mode 100644 index 0000000..4aa8536 Binary files /dev/null and b/readme_assets/images/testing-issue156-1.png differ diff --git a/readme_assets/images/testing-issue156-2.png b/readme_assets/images/testing-issue156-2.png new file mode 100644 index 0000000..3d2f47a Binary files /dev/null and b/readme_assets/images/testing-issue156-2.png differ diff --git a/readme_assets/images/testing-issue156-3.png b/readme_assets/images/testing-issue156-3.png new file mode 100644 index 0000000..2a1574c Binary files /dev/null and b/readme_assets/images/testing-issue156-3.png differ diff --git a/readme_assets/images/testing-issue170-1.png b/readme_assets/images/testing-issue170-1.png new file mode 100644 index 0000000..7736fab Binary files /dev/null and b/readme_assets/images/testing-issue170-1.png differ diff --git a/readme_assets/images/testing-issue170-2.png b/readme_assets/images/testing-issue170-2.png new file mode 100644 index 0000000..f4c2c49 Binary files /dev/null and b/readme_assets/images/testing-issue170-2.png differ diff --git a/readme_assets/images/testing-issue170-3.png b/readme_assets/images/testing-issue170-3.png new file mode 100644 index 0000000..21f3f8d Binary files /dev/null and b/readme_assets/images/testing-issue170-3.png differ diff --git a/readme_assets/images/testing-issue170-4.png b/readme_assets/images/testing-issue170-4.png new file mode 100644 index 0000000..3a0bed3 Binary files /dev/null and b/readme_assets/images/testing-issue170-4.png differ diff --git a/string_rota/templates/string_rota/add_sp.html b/string_rota/templates/string_rota/add_sp.html index 9a7c6ef..dde725f 100644 --- a/string_rota/templates/string_rota/add_sp.html +++ b/string_rota/templates/string_rota/add_sp.html @@ -32,8 +32,13 @@
We are very sorry, but the site is currently under construction for the Orchestra Managers - and those with super-user status. - To visit the Admin part of the site, please click on the Admin menu item in the side bar. - There is full functionality for Rota Managers and Players. We will inform you when this part of the site - is ready for use. In the mean time, thank you for your patience. -
-Choose a project from the list of projects in the side menu to view a rota for that project.
+Choose a project from the list of projects in the side menu {% if office %}, then choose a section + from the drop-down menu {% endif %}to view a rota for that project{% if office %} and + section{% endif %}.