Hi,
I have an entity that can be modified, saved and deleted and so it would be fitting that it would have a toolbar at the top of the window that you can press one of those action buttons. The parent entity can be submitted.
However, this entity also has child entities that can be modified, saved and deleted. Is it usability best practice to have a grid of the child entities on the parent entity screen and then open a new window with the child entity values (that can be saved, deleted, etc), or can I have another toolbar for those child entities. Each child entity can be submitted.
For example (inline):
//
[Parent Entity]
|------------------Toolbar --------------------|
[New Child Entity] [Save] [Delete] [Submit]
|------------------Toolbar --------------------|
[Parent Entity fields]
[Child Entities Grid]
|------------------Child entity Toolbar --------------------|
[Save] [Delete] [Submit]
|------------------Child entity Toolbar --------------------|
[Child Entity fields]
//
You would select a child entity from the grid which would set the Child Entity fields.
I currently have the child entity as a separate window, but am loathe to have multiple popups. Is there a guide to how many popups are usable?
Thanks