Mobile app version of vmapp.org
Login or Join
Barnes591

: What should I do if I have 2 UI tabs with content that allows the user to access the same page? I created an employee review application that has top-level stateful tabs just like the ones

@Barnes591

Posted in: #Gui #Navigation #WebsiteDesign

I created an employee review application that has top-level stateful tabs just like the ones on this site. There is a tab called "My Employees" and a tab called "Employee Management" (used by HR only). The issue that I have is that when you are on the "My Employees" tab or the "Employee Management" tab, the associated information that is displayed both give the user access to the "View Employee" page. So right now, since you can access the "View Employee" page from both of these tabs, I am deactivating all tabs when the user is viewing that page. I'm doing this because I don't know which tab to have active. Does anyone have any suggestions? Is there a better UI navigation technique that I should be using if I have these types of scenarios, or does this indicate a flaw in the UI design in general? Is it ok for "View Employee" to be accessable from 2 tabs? Should I just use stateless tabs (buttons) or is that poor design as well? Thanks and I appreciate any help you can provide.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Barnes591

1 Comments

Sorted by latest first Latest Oldest Best

 

@Goswami781

I would leave the one active that you came to the View Employee page from. So if you'd got there from Employee Management, then that tab would be active.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme