From 99a79287ad41f5416c80d4f0981ed7468c46b8f7 Mon Sep 17 00:00:00 2001 From: AlexeerCT Date: Thu, 12 Mar 2026 09:32:27 -0500 Subject: [PATCH] Implement CountryRuleOct and FractionRuleOctave models, DTOs, routes, services, and tests --- .../modules/a76/{country_rule_oct => rule_octave/country}/dto.py | 0 .../a76/{country_rule_oct => rule_octave/country}/models.py | 0 .../a76/{country_rule_oct => rule_octave/country}/routes.py | 0 .../a76/{country_rule_oct => rule_octave/country}/services.py | 0 .../country}/test_country_rule_oct.py | 0 .../a76/{fraction_rule_octave => rule_octave/fractions}/dto.py | 0 .../a76/{fraction_rule_octave => rule_octave/fractions}/models.py | 0 .../a76/{fraction_rule_octave => rule_octave/fractions}/routes.py | 0 .../{fraction_rule_octave => rule_octave/fractions}/services.py | 0 .../fractions}/test_fraction_rule_octave.py | 0 backend/api/v1/modules/a76/rule_octave/permissions/models.py | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename backend/api/v1/modules/a76/{country_rule_oct => rule_octave/country}/dto.py (100%) rename backend/api/v1/modules/a76/{country_rule_oct => rule_octave/country}/models.py (100%) rename backend/api/v1/modules/a76/{country_rule_oct => rule_octave/country}/routes.py (100%) rename backend/api/v1/modules/a76/{country_rule_oct => rule_octave/country}/services.py (100%) rename backend/api/v1/modules/a76/{country_rule_oct => rule_octave/country}/test_country_rule_oct.py (100%) rename backend/api/v1/modules/a76/{fraction_rule_octave => rule_octave/fractions}/dto.py (100%) rename backend/api/v1/modules/a76/{fraction_rule_octave => rule_octave/fractions}/models.py (100%) rename backend/api/v1/modules/a76/{fraction_rule_octave => rule_octave/fractions}/routes.py (100%) rename backend/api/v1/modules/a76/{fraction_rule_octave => rule_octave/fractions}/services.py (100%) rename backend/api/v1/modules/a76/{fraction_rule_octave => rule_octave/fractions}/test_fraction_rule_octave.py (100%) create mode 100644 backend/api/v1/modules/a76/rule_octave/permissions/models.py diff --git a/backend/api/v1/modules/a76/country_rule_oct/dto.py b/backend/api/v1/modules/a76/rule_octave/country/dto.py similarity index 100% rename from backend/api/v1/modules/a76/country_rule_oct/dto.py rename to backend/api/v1/modules/a76/rule_octave/country/dto.py diff --git a/backend/api/v1/modules/a76/country_rule_oct/models.py b/backend/api/v1/modules/a76/rule_octave/country/models.py similarity index 100% rename from backend/api/v1/modules/a76/country_rule_oct/models.py rename to backend/api/v1/modules/a76/rule_octave/country/models.py diff --git a/backend/api/v1/modules/a76/country_rule_oct/routes.py b/backend/api/v1/modules/a76/rule_octave/country/routes.py similarity index 100% rename from backend/api/v1/modules/a76/country_rule_oct/routes.py rename to backend/api/v1/modules/a76/rule_octave/country/routes.py diff --git a/backend/api/v1/modules/a76/country_rule_oct/services.py b/backend/api/v1/modules/a76/rule_octave/country/services.py similarity index 100% rename from backend/api/v1/modules/a76/country_rule_oct/services.py rename to backend/api/v1/modules/a76/rule_octave/country/services.py diff --git a/backend/api/v1/modules/a76/country_rule_oct/test_country_rule_oct.py b/backend/api/v1/modules/a76/rule_octave/country/test_country_rule_oct.py similarity index 100% rename from backend/api/v1/modules/a76/country_rule_oct/test_country_rule_oct.py rename to backend/api/v1/modules/a76/rule_octave/country/test_country_rule_oct.py diff --git a/backend/api/v1/modules/a76/fraction_rule_octave/dto.py b/backend/api/v1/modules/a76/rule_octave/fractions/dto.py similarity index 100% rename from backend/api/v1/modules/a76/fraction_rule_octave/dto.py rename to backend/api/v1/modules/a76/rule_octave/fractions/dto.py diff --git a/backend/api/v1/modules/a76/fraction_rule_octave/models.py b/backend/api/v1/modules/a76/rule_octave/fractions/models.py similarity index 100% rename from backend/api/v1/modules/a76/fraction_rule_octave/models.py rename to backend/api/v1/modules/a76/rule_octave/fractions/models.py diff --git a/backend/api/v1/modules/a76/fraction_rule_octave/routes.py b/backend/api/v1/modules/a76/rule_octave/fractions/routes.py similarity index 100% rename from backend/api/v1/modules/a76/fraction_rule_octave/routes.py rename to backend/api/v1/modules/a76/rule_octave/fractions/routes.py diff --git a/backend/api/v1/modules/a76/fraction_rule_octave/services.py b/backend/api/v1/modules/a76/rule_octave/fractions/services.py similarity index 100% rename from backend/api/v1/modules/a76/fraction_rule_octave/services.py rename to backend/api/v1/modules/a76/rule_octave/fractions/services.py diff --git a/backend/api/v1/modules/a76/fraction_rule_octave/test_fraction_rule_octave.py b/backend/api/v1/modules/a76/rule_octave/fractions/test_fraction_rule_octave.py similarity index 100% rename from backend/api/v1/modules/a76/fraction_rule_octave/test_fraction_rule_octave.py rename to backend/api/v1/modules/a76/rule_octave/fractions/test_fraction_rule_octave.py diff --git a/backend/api/v1/modules/a76/rule_octave/permissions/models.py b/backend/api/v1/modules/a76/rule_octave/permissions/models.py new file mode 100644 index 00000000..e69de29b