How to indicate proportion of tasks in each of several sequential stages?
I have many (thousands) of tasks, each currently in one of 5 sequential stages. (So every task goes through the exact same sequence, but concurrently, so that some are at a different stage from others). How should I indicate …
In what instances should a bottom navigation be hidden (mobile app)?
Many mobile apps have bottom navigation (think Instagram, Twitter, etc.). However, for some of the pages / processes, the bottom navigation disappears.
E.g. On Instagram, once you do the process of uploading a photo, the bot…
In what instances should a bottom navigation be hidden (mobile app)?
Many mobile apps have bottom navigation (think Instagram, Twitter, etc.). However, for some of the pages / processes, the bottom navigation disappears.
E.g. On Instagram, once you do the process of uploading a photo, the bot…
Material Design for enterprise apps [closed]
I’m about to start a redesign project for an enterprise web application that’s used in call centres, and we’re planning to use Material Design for the project.
If you have done (or are currently doing) a similar project, the…
Does user experience include usability?
I’m studying terminology and my understanding is usability basically refers to how easy something is to use. User experience is a holistic term in the sense that everything is taken into consideration and it’s overall if the …
Does user experience include usability?
I’m studying terminology and my understanding is usability basically refers to how easy something is to use. User experience is a holistic term in the sense that everything is taken into consideration and it’s overall if the …
Conditional behaviors: OK or Close for modal windows?
Consider this WordPress screen:
I have seen this a few times, where the usual “close” word is replaced by the word “OK”. Please note that everything else works as with any modal, you can click outside the modal and it will c…
How to prevent duplicate credentials being entered on 2 different user devices
If user A inputs credentials into a mobile app (first name, last name, Email ID and reference number) in order to unlock the app; whats the best way to prevent user B from inputting the same credentials as User A onto their m…