feat: filter employees by academic degree

This commit is contained in:
2026-08-26 13:39:30 +03:00
parent 3cfd1d5532
commit f3403b371e
9 changed files with 114 additions and 12 deletions

View File

@@ -22,7 +22,9 @@ def test_directory_template_is_russian_and_uses_display_dates():
assert "На странице: {{ value }}" in template
assert "{% for value in [25, 50, 100] %}" in template
assert "Найдено:" in template
assert "Новости" in template
assert "Новости" in template
assert "Есть учёная степень" in template
assert 'data-column="academic_degree"' in template
assert "employee.news_count" in template
assert "employee.first_seen_display" in template
assert "employee.last_seen_display" in template