generated from Code-Institute-Org/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
USER STORY: Admin and Office can view full orch rotas #156
Comments
3 tasks
1 task
mikerae
added a commit
that referenced
this issue
Oct 8, 2023
- If user is staff (Office or admin): access programs dropdown with links disabled - If user is superuser: access admin. Else no access to admin. modified: templates/base.html
mikerae
added a commit
that referenced
this issue
Oct 8, 2023
Update welcome screen for office users modified: string_rota/templates/string_rota/home.html Add testing for Update Sidebar and Update to readme modified: README.md new file: readme_assets/images/testing-issue156-1.png
For the first version, all sections are displayed for each project. |
mikerae
added a commit
that referenced
this issue
Oct 8, 2023
Add Sections to context in home class modified: string_rota/views.py Add sections to sidebar for each project modified: templates/base.html Add testing to readme modified: README.md new file: readme_assets/images/testing-issue156-2.png
At the moment the following issues need to be addressed:
|
mikerae
added a commit
that referenced
this issue
Oct 8, 2023
Add sidebar Links logic dependant on Group Office/Rota Manager modified: templates/base.html Update logic in Rota View to receive a section argument as **kwargs modified: string_rota/views.py Update path for toggle published/draft Add url for Rota_admin modified: string_rota/urls.py Add testing for 'Add View Rotas for Admin/Orch Manager' to README - NB. basic functionality works, but CRUD links do not work in this commit. The resolution of the CRUD server errors is the same as for Rota class view ie pass in the Section as **kwargs and isolate calls to request.user - player and section modified: README.md new file: readme_assets/images/testing-issue156-3.png
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As Admin or Office I can view rotas for each section for each project so that I can know which players are allocated to each project.
ref: #28 #159
Acceptance Criteria
Tasks
The text was updated successfully, but these errors were encountered: