4
votes
5answers
95 views

Deleting object when a related item is in use

I have a problem with an application that I've written. The usage is about to change and now multiple users will interact with the system. Given that there will be multiple administrators what is ...
1
vote
1answer
40 views

When to apply/save a modification of a nested list of objects

I have a customers detail view with things like their name. At the top there is a toolbar where they can save, reload, delete etc... On of the properties they can edit is a list of phone numbers. ...
3
votes
1answer
166 views

How to manage actions that could be nested 3 or 4 levels deep?

I have a site that has a main menu that is tabbed, and a sub-menu that always displays actions for the current selected tab. For more areas on the site, this works perfectly, but one of the tabs is ...