Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • When should a non-collection object be a direct child of a collection object?
    • Should/can the model be different from what the UI will display?
      • items will not always belong to sets
      • items could be children of more than one set
      • sets can be children of other sets
      • example:
        • collection A  has:
          • set B
            • item 1
            • item 3 (also in set C)
          • set C
            • item 4
            • item 3  (also in set B)
          • set D
            • set E
              • item 5
          • item 2  (not in a set)
      • items will not always belong to sets
      • items could be children of more than one set
      • sets can be children of other sets
    • Is there a reduced case of the tree for the Hypatia Oct 31 deadline that can simplify our discussion?

...