assettrack/definitions
candifloss f398c9e35b refactor: Abstract common numeric attribute logic into numAttribute base class
- Created `numAttribute` as a base class for `intAttribute` and `floatAttribute`.
- Moved shared validation logic for numeric attributes (e.g., min_val, max_val, step) into `numAttribute`.
- Simplified `intAttribute` and `floatAttribute` by inheriting from `numAttribute` and adding type-specific validation.
- Updated config to use the new structure, reducing redundancy and improving maintainability.
2025-03-13 12:46:56 +05:30
..
attribute.py refactor: Abstract common numeric attribute logic into numAttribute base class 2025-03-13 12:46:56 +05:30
models.py Introduced sets in config validation 2025-03-04 12:27:20 +05:30