Changes between Initial Version and Version 1 of Ticket #6646, comment 1
- Timestamp:
- Apr 25, 2022, 4:12:25 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6646, comment 1
initial v1 1 I like the idea of adding a modality attribute to volume objects. I'm thinking of how to make that play nice with the list_info bundle; I'm thinking of subclassing {{{Volume}}}, adding the attribute, defining {{{__str__}}}, and using that to display info.1 I like the idea of adding a modality attribute to volume/model objects. I'm thinking of how to make that play nice with the list_info bundle; I'm thinking of subclassing {{{Volume}}} and/or {{{Model}}}, adding the attribute, defining {{{__str__}}}, and using that to display info. 2 2 3 3 I think it would also be good to display modalities as you've shown in the examples. Not sure if the hierarchy level needs to be an attribute but I'll look into it.