As a developer, I want to be able to create multilevel menu items on timeline items. For example, I create a timeline item that has a menu like so:
- Timeline Item
- Menu Item 1
- Menu Item 2
- Sub Item 1
- Sub Item 2
Comment #1
Posted on Jul 30, 2013 by Massive RhinoWe've thought a bit about this model, but we had trouble coming up with compelling use cases that make it worth the additional complexity.
Can you please share some use cases that require this model?
Comment #2
Posted on Jul 30, 2013 by Grumpy HorseAny time that there are sub-menus. The share option uses it to help select who you want to share with. You could imagine that the menu should be able to say,
"Share with..." -"Google+" -"Friends" -"Family" -"Twitter" -"Wife" -"Text" -"Email"
I also have a specific use case where I am allowing users to set some additional data about a shared item. Currently the flow is like so:
- A picture is shared with my services contact.
- A new timeline card is inserted with menu items allowing the user to set two different, unrelated category like properties of the shared item.
- The user select the "Edit category 1" menu item.
- A new timeline card is inserted with the different category options.
- The user selects a category on the new timeline card.
- The second timeline card updates with "Setting category 1 was successful."
The flow I would much prefer is like so: 1. A picture is shared with my services contact. 2. A new timeline card is inserted with menu items allowing the user to set two different, unrelated category like properties of the shared item. 3. The user select the "Edit category 1" menu item. 4. The user selects a category in a submenu of the "Edit category 1" menu item. 5. A new timeline card is inserted saying "Setting category 1 was successful."
Comment #3
Posted on Jul 30, 2013 by Massive RhinoThanks! This is helpful.
If there are any other ones, specifically ones that impact Glassware you're building, please share them here.
Comment #4
Posted on Aug 1, 2013 by Massive RhinoI'm expanding the subject a bit (since the use case you specify is a bit more broad than just menu items).
Comment #5
Posted on Sep 27, 2013 by Swift GiraffeIn below code what I am doing is create a single bundle. What I want is item1 and item2 to be different bundles.Is this feature possible in future?
TimelineItem item = new TimelineItem()
{
Text = controller.Request.Form.Get("message"),
BundleId = "112",
IsBundleCover=true,
Notification = new NotificationConfig() { Level = "DEFAULT" }
};
TimelineItem item1 = new TimelineItem()
{
Text = "Amalan",
BundleId = "112",
Notification = new NotificationConfig() { Level = "DEFAULT" }
};
TimelineItem item2 = new TimelineItem()
{
Text = "Sanath",
BundleId = "112",
Notification = new NotificationConfig() { Level = "DEFAULT" }
};
Comment #6
Posted on Sep 27, 2013 by Quick Ox@charizard0008, setting different bundleId will put your items into different bundles.
Comment #7
Posted on Sep 30, 2013 by Massive Rhino(No comment was entered for this change.)
Status: Accepted
Labels:
Type-Enhancement
Priority-Medium
Component-Mirror-API
log-8696704