11-20-2016, 11:05 AM
What are y'all thinking the breadcrumbs should look like? A scrolling list of pages according to the order they were accessed? Or a hierarchical list?
So if someone goes from HOME to ADMIN to ADMIN_GROUPS to ADMIN_GROUP?id=2 to ADMIN_GROUPS to ADMIN_GROUP?id=7
should the breadcrumb look like this:
home -> admin -> admin groups -> admin group (foo) -> admin groups -> admin group (bar)
and gradually scroll off the left?
Or should it look like this:
home -> admin -> admin groups -> admin group (bar)
If the latter, what do you do if you got to "admin group (bar)" from somewhere besides "admin groups"? Say there's a list of groups in the admin_user script and you link from there to admin_group? Do you have to have multiple potential hierarchies? Or do you just prune a whole tree whenever you come back to the page which is the root of that tree?
So if someone goes from HOME to ADMIN to ADMIN_GROUPS to ADMIN_GROUP?id=2 to ADMIN_GROUPS to ADMIN_GROUP?id=7
should the breadcrumb look like this:
home -> admin -> admin groups -> admin group (foo) -> admin groups -> admin group (bar)
and gradually scroll off the left?
Or should it look like this:
home -> admin -> admin groups -> admin group (bar)
If the latter, what do you do if you got to "admin group (bar)" from somewhere besides "admin groups"? Say there's a list of groups in the admin_user script and you link from there to admin_group? Do you have to have multiple potential hierarchies? Or do you just prune a whole tree whenever you come back to the page which is the root of that tree?