This list should also include the data necessary to display items and collections in the UI, e.g. the attributes in UserCollection:

renameable = schema.One(schema.Boolean, defaultValue = True)
    color                    = schema.One(ColorType)
iconName = schema.One(schema.Text, defaultValue = "") iconNameHasClassVariant = schema.One(schema.Boolean, defaultValue = False) colorizeIcon = schema.One(schema.Boolean, defaultValue = True) dontDisplayAsCalendar = schema.One(schema.Boolean, defaultValue = False) outOfTheBoxCollection = schema.One(schema.Boolean, defaultValue = False) canAdd = schema.One(schema.Boolean, defaultValue = True) allowOverlay = schema.One(schema.Boolean, defaultValue = True) searchMatches = schema.One(schema.Integer, defaultValue = 0)

I suspect the only way to figure out what is going to be necessary is to try to run Chandler after an upgrade and see what doesn't work.

John

On Feb 14, 2007, at 4:02 PM, Mimi Yin wrote:

After Tuesday's meeting about Dump and Reload, Sheila and I were tasked with compiling a list of the things we need to make sure continue to work when users upgrade. Here's a first pass, please respond with anything you think is missing and/or if something needs more definition.

Data
+ Items
+ Collection membership
+ Stamps
+ Collections

User Profile
+ Account settings

Collection metadata
+ What collections were Mine versus Not-Mine
+ Collection order
+ Collection color

Shared Collection metadata
+ Whether a collection was Published versus Subscribed
+ What attributes were included/excluded from Sharing cloud
+ Tickets: Read-Write and Read-Only
+ Free-busy calculations are the same

View settings (Overkill, for sure)
+ What was the user looking at last:
- Selected App area
- Selected Collection
+ What collections were overlaid
+ What Triage sections were opened/closed
+ Column sort
+ Scrollbar position
+ Window size
+ Pane size (Sidebar, Mini-cal, Summary, Detail view)


_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Open Source Applications Foundation "Design" mailing list
http://lists.osafoundation.org/mailman/listinfo/design

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Open Source Applications Foundation "Design" mailing list
http://lists.osafoundation.org/mailman/listinfo/design

Reply via email to