-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Preserve the load order on the pages list in Calypso when there are more then 50 pages. #68121
Comments
📌 FINDINGS/SCREENSHOTS/VIDEO
📌 ACTIONS
|
From the linked ticket, it looks like this is the currently expected behavior. More than 50 pages will result in a Chronological view. So, I'm going to keep this as a feature request and move it to that queue. |
another report in 5648190-zen, suggested using classic view as a workaround |
5846271-zd-woothemes Suggested classic view workaround. |
5920484-zd another user has reported the same issue |
Another report here:
Suggested using Classic View as a workaround |
Another report here:
|
Another report here: 6569256-zen |
Another report here: 6527845-zd-a8c |
Report here: 6648395-zen |
Another report here: 6710916-zen |
Another report in 6782614-zen |
@inaikem yes, those two tickets are related. To give some summary - before #60280 the behavior was confusing to users:
The most comprehensive fix would require changing the feature architecture completely, as we would need to move hierarchy/indent calculation from Node code to the API endpoint. After a long discussion, we decided to solve the user experience gap in the following way:
|
7203893-zen |
7429662-zen |
7429662-zen asking for an update again. |
7462298-zd-a8c requesting an update again. |
@OmarFPG @philnick206 there is no immediate plan to change this behavior and the current state looks as follows:
|
7704805-zen |
7885655-zd-a8c The user is confused as to why the page layout would change after 50 pages. Can we rethink this setup? It seems strange to change the layout after a certain number of pages. |
Also on 9247734-zd-a8c This change of order is very confusing for users and for HEs trying to troubleshoot and understand what happened. |
@Copons, I know this issue doesn't quite fall into your group's area but I'd love some help increasing visibility to get it resolved. The current logic of breaking the page load order when the page count exceeds 50 makes little logical sense to me. |
As suggested by @wojtekn, the Pages screen is being untangled (this issue specifically #95620), so this issue is about to become irrelevant soon. Starting this week, 90% of users will only get the wp-admin Pages screen (among other screens). This issue will remain for the other 10% until the end of the experiment (no ETA), but arguably the priority and usefulness of fixing it will be almost insignificant. |
What
Currently, when the page count exceeds 50 pages, the load order in Calypso changes to last edited post only. Before that, it will show parent pages above their child pages, after it will not. Also, it adds a - at the beginning of the page title, this should also be removed.
Before 51 pages:
After 51 pages:
Gallery has moved much further down the page list, and now has a - to indicate it's a child page, but it's parent is much further up the list now.
Two customer reports:
Why
This can be confusing for users to determine which pages have children, and also when they cross the 51 page threshold the view suddenly changes and is also a confusing experience.
How
It would be best if we can keep the old view, there is discussion about this, in this issue: #60280 (comment)
And in this slack thread: p1663378153241789-slack-C03TY6J1A
The text was updated successfully, but these errors were encountered: