Added a display_name property to the Department model which adds the state to all displays of the department name and sorted all department lists by state and department name.
Screenshots (if appropriate)
Tests and linting
[x] This branch is up-to-date with the develop branch.
[x] pytest passes on my local development environment.
[x] pre-commit passes on my local development environment.
Description of Changes
Added a
display_name
property to theDepartment
model which adds the state to all displays of the department name and sorted all department lists by state and department name.Screenshots (if appropriate)
Tests and linting
develop
branch.pytest
passes on my local development environment.pre-commit
passes on my local development environment.