Stream: implementers
Topic: Composition.section.mode
Richard Townley-O'Neill (Aug 30 2018 at 00:57):
Composition.section is a lot like a simplification of List, with some elements omitted, as the values are inherited from the containing composition.
I'm puzzled by Composition.section.mode. The structure looks fine for mode=snapshot. But for mode=changes, surely it needs the supporting information that List has in List.entry.flag, .deleted and maybe .date. Simply saying that the section is a set of changes without being able to say what kind the changes are seems underdone.
Grahame Grieve (Aug 30 2018 at 22:34):
@Rick Geimer I thought we took this out so I was surprised to see it there when Richard and I were talking about this. does SD have a position on this, or is it an accident?
Last updated: Apr 12 2022 at 19:14 UTC