Open dcollinsn opened 7 years ago
I can add this.
Wizards does appear to have a fairly consistent way of ordering various subtypes among themselves, but the method is not readily transparent. The most accurate way to handle this would involve storing the actual type line from Oracle. This also eases the load on the database, as we're not repeatedly building the typeline on the fly.
A
typeline
@property
onclass Card
which correctly orders supertypes, types, and subtypes, inserting a dash between types and subtypes if there are subtypes, would be useful, and I think it would be appropriate for this package.No idea if there's a correct sorting for any of the types of types, but if there is, it should probably be added to the
class Meta
inmodels.py
?