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)
    • Is there a reduced case of the tree for the Hypatia Oct 31 deadline that can simplify our discussion?
  • Can an object be a direct child of more than one Collection?  (assuming no at the present)
  • Should should we be dealing with any permissions issues?
    • edit permissions for objects?  (if so, time for some fixture users ...)
    • editing of edit permissions in the UI?

...