feat(admin): improve uploads and dashboard UX

This commit is contained in:
2026-03-23 16:07:11 +01:00
parent 45bca018b5
commit ef9763692d
22 changed files with 2531 additions and 212 deletions

View File

@@ -113,7 +113,11 @@ class RegistersViewsTest(APITestCase):
names = {item["name"] for item in _extract_results(response.data)}
self.assertIn("Реестр предприятий ОПК", names)
self.assertIn("Реестр госкорпорации Роскосмос", names)
self.assertIn("Реестр госкорпорации Роскосмос ГОЗ", names)
self.assertIn("Реестр госкорпорации Роскосмос ОПК", names)
self.assertIn("Реестр госкорпорации Росатом", names)
self.assertIn("Реестр госкорпорации Росатом ГОЗ", names)
self.assertIn("Реестр госкорпорации Росатом ОПК", names)
def test_organizations_list_and_retrieve(self):
organization = OrganizationFactory()