Skip to content
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

Staff Assistance Requests #222

Merged
merged 24 commits into from
Feb 6, 2025
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
43dca1d
Initial commit for staff assistance requests
abuckles-uci May 8, 2024
56ab330
Formatting changes
abuckles-uci May 8, 2024
7e1c983
Allow staff assistance requests to be enabled/disabled
abuckles-uci May 8, 2024
f40466f
Remove email_new_staff_assistance_request_reply
abuckles-uci May 8, 2024
4478934
Add css for staff-assistance
abuckles-uci May 8, 2024
acbc49e
Display date and time of assistance request
abuckles-uci May 8, 2024
d5a6261
Added a button for resolving a request
abuckles-uci May 8, 2024
7b53364
Add word-break for buddy and staff assistance requests
abuckles-uci May 22, 2024
2e25ac1
Resolved staff assistance request section
abuckles-uci May 23, 2024
89ee216
Update NEMO/views/notifications.py
abuckles-uci May 23, 2024
c4f57e9
Hide create new request for staff
abuckles-uci May 23, 2024
0237066
Emails when creating staff assistance request
abuckles-uci May 23, 2024
fce213a
Update NEMO/forms.py
abuckles-uci May 31, 2024
45eda96
Update NEMO/templates/requests/staff_assistance_requests/staff_assist…
abuckles-uci May 31, 2024
ea69017
Merge in 6.0 changes
abuckles-uci Jun 7, 2024
e862fe3
Only show 'There are no open staff assistance requests' once
abuckles-uci Jun 7, 2024
7fb497f
Combine buddy and staff assistance css
abuckles-uci Jun 10, 2024
35847ef
Show unresolved staff assistance requests as notifications
abuckles-uci Jun 10, 2024
9163ae8
Table for resolved staff assistance requests
abuckles-uci Jun 10, 2024
c5fa9d9
Create/edit request modal
abuckles-uci Jun 17, 2024
5e8d9c5
Essentially remove expiration from staff assistance request notificat…
abuckles-uci Jun 17, 2024
d48e53b
Change expiration for staff assistance requests
abuckles-uci Jun 17, 2024
6e52495
Merge branch '6.1.0.dev' into staff-assistance-requests
abuckles-uci Feb 4, 2025
c2ceb1e
Apply suggestions from code review
rptmat57 Feb 6, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Only show 'There are no open staff assistance requests' once
abuckles-uci committed Jun 17, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit e862fe39367982d310296bee62417bb4c5761ad2
Original file line number Diff line number Diff line change
@@ -31,8 +31,6 @@ <h3>
<div id="resolved_staff_assistance_requests" class="collapse">
{% include 'requests/staff_assistance_requests/staff_assistance_requests_table.html' with staff_assistance_request_list=resolved_staff_assistance_requests %}
</div>
{% else %}
<div class="italic" style="margin-top: 20px">There are no open staff assistance requests</div>
{% endif %}
<script>
function show_or_send_reply(button_element, form_selector)