Mike-Heneghan / ALISS

ALISS (A Local Information System for Scotland) is a service to help you find help and support close to you when you need it most.
https://aliss.org
0 stars 0 forks source link

Allow admins to search claim requests in Django admin #125

Closed Mike-Heneghan closed 4 years ago

Mike-Heneghan commented 4 years ago

Currently, admins have to scroll through claim requests as there is no built-in search. This is time-consuming due to there now being a large number of claim requests in the system.

This feature should be able to be implemented with the Django admin rather than building our own feature.

Mike-Heneghan commented 4 years ago

https://docs.djangoproject.com/en/1.11/ref/contrib/admin/#django.contrib.admin.ModelAdmin.list_display

Mike-Heneghan commented 4 years ago

Based on feedback from the ALISS team need to update the claim's requests to search by Organisation as a priority and potentially also by user.

It might be necessary to override the Django default behaviour to show the user's name as well as their email address in the search results.