When displaying progress bars do you display generic messages, such as:
- "Working"
- "Loading"
- "In Progress"
Or is the additional coding effort worth the user experience improvements resulting from more granular messages, such as
- "Loading Case 2 of 5"
- "Loading Teams"
- "Saving POL10283"
ALso, If you code granular messages, do you control these from teh objects to which they pertain, or to a wider view / module into which the objects are loading?
Mark