- 101 UX Principles
- Will Grant
- 183字
- 2021-07-16 18:02:42
Chapter #22. When a User Refreshes a Feed, Move Them to the Last Unread Item
Typically a feed (or any list of items) will have links on each item to view them or perform actions on them. This means that users may well be navigating back and forth to these lists.
Imagine a list of news items; it's likely that a user would read the list, then choose one or more news items to read, each time navigating back to the list view. Don't simply reload the feed and put the user back to the start again, you monster!
Twitter shows the user how many "tweets" behind they are, allowing them to manually reload if they wish, but not altering the feed without their explicit action:

Twitter getting something right for a change
Of course, technically, the feed may well have changed in the time it took the user to read the story, butg, it's disorienting and difficult to use. Yes, this means additionally keeping track of where your user's scroll position is, but it's worth it for the usability benefit.
- Learning Cocos2d-x Game Development
- 深入理解Spring Cloud與實戰(zhàn)
- 深入淺出SSD:固態(tài)存儲核心技術、原理與實戰(zhàn)
- Unity 5.x Game Development Blueprints
- Svelte 3 Up and Running
- Spring Cloud微服務架構實戰(zhàn)
- 基于Proteus仿真的51單片機應用
- 單片機原理及應用
- Mastering Quantum Computing with IBM QX
- 微控制器的應用
- Blender for Video Production Quick Start Guide
- Learning Less.js
- 微服務架構基礎(Spring Boot+Spring Cloud+Docker)
- Hands-On One-shot Learning with Python
- Applied Deep Learning with Keras