Skip to content
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

Posts: consider support for "Quick Edit" functionality to match wp-admin #16481

Closed
jblz opened this issue Jul 21, 2017 · 15 comments
Closed

Posts: consider support for "Quick Edit" functionality to match wp-admin #16481

jblz opened this issue Jul 21, 2017 · 15 comments
Labels
[Closed] Won't Fix No intention to address issue. Posts [Status] Stale [Type] Enhancement Changes to an existing feature — removing, adding, or changing parts of it

Comments

@jblz
Copy link
Member

jblz commented Jul 21, 2017

The core list allows the ability to quickly edit lots of things without opening the full editor:

The Quick Edit link is revealed on mouseover
screen shot 2017-07-21 at 5 49 46 pm

Clicking it expands the post listing to allow the ability to edit a slew of meta-data:
screen shot 2017-07-21 at 5 50 08 pm


There's currently no apparent equivalent in the posts lists (https://wordpress.com/posts/:slug):

screen shot 2017-07-21 at 5 54 45 pm

Clicking the More button doesn't show it:

screen shot 2017-07-21 at 5 54 53 pm

@jblz jblz added the Posts label Jul 21, 2017
@jblz jblz added this to the Feature Parity Audit: wp-admin milestone Jul 21, 2017
@mcsf
Copy link
Member

mcsf commented Jul 25, 2017

Or... we strive to make the editor so fast that any edit is a quick edit. 🤔 If that can be achieved, then the remaining problem that Quick Edit addresses — and that we'd want parity for — is batch editing.

@lancewillett lancewillett changed the title Post List: We should support the "Quick Edit" functionality Posts: consider support for "Quick Edit" functionality to match wp-admin Jul 27, 2017
@lancewillett
Copy link
Contributor

I agree with Miguel here. The idea is the editor is fast to load and easy to use such that quick edit isn't needed. It was important in wp-admin's full-page PHP load context, but not so in the React JS model of Calypso.

@lancewillett lancewillett added the [Type] Enhancement Changes to an existing feature — removing, adding, or changing parts of it label Jul 27, 2017
@jblz
Copy link
Member Author

jblz commented Jul 27, 2017

I agree that an instantly-loading editor is a noble goal, but in practice, I'm not convinced it's going to be the case in the near term.

Some composition of the Editor sidebar could be rendered instantly & provide readwrite access to many pieces of meta data that don't necessitate loading & rendering the content-related portions & supporting code.

The use case I'm thinking of is needing to successively edit a series of posts with some manual process (i.e. one where bulk editing won't be useful)

@lancewillett
Copy link
Contributor

Pinging @lsinger and @shaunandrews for a Link opinion on this flow.

@lsinger
Copy link
Contributor

lsinger commented Sep 6, 2017

I tend to agree with @jblz here. The editor will always need to load more than just meta data — images, text, widgets, etc. — so it will always be slower when compared to a "quick edit"-style mini editor that doesn't leave the post list.

Sure, we could cache / pre-load things, but already the changing around of UI components takes time and, maybe even more importantly, requires people to adjust to a completely new screen (the editor). The editor isn't only computationally more expensive, but also cognitively.

I'm sure that regardless of the computational efficiency of the editor, a "quick edit" editor that doesn't leave the post list can make sense.

@alisterscott
Copy link
Contributor

Keeping this open as we still don't have this functionality

@alisterscott
Copy link
Contributor

This is related to bulk editing and deleting raised in #10742

@shaunandrews
Copy link
Contributor

Or... we strive to make the editor so fast that any edit is a quick edit.

Its this. This is the answer.

@alisterscott
Copy link
Contributor

Its this. This is the answer.

That doesn't address bulk editing though which is another benefit of quick edits

@shaunandrews
Copy link
Contributor

I'm not sure how this is related to bulk editing — which is coming.

@mattsherman
Copy link
Contributor

Agreed. Bulk editing is a separate concern. I'm not convinced that we also need quick edit. What are some specific use cases where this would be used?

@jblz
Copy link
Member Author

jblz commented Jan 9, 2018

I'm not sure how this is related to bulk editing — which is coming.

Isn't bulk editing just quick editing of greater than one post? What am I missing?

@shaunandrews
Copy link
Contributor

Isn't bulk editing just quick editing of greater than one post? What am I missing?

Or, you could say quick editing is just bulk editing of one post.

I think the point here is that we don't have plans to offer a "quick edit" experience for a single post.

@github-actions
Copy link

This issue is stale because it has been 180 days with no activity. You can keep the issue open by adding a comment. If you do, please provide additional context and explain why you’d like it to remain open. You can also close the issue yourself — if you do, please add a brief explanation and apply one of relevant issue close labels.

@worldomonation
Copy link
Contributor

Hi! I'm performing triage on older bugs as part of Quality Squad's efforts to cut down on backlog issue counts.

As there has been no recent activity on this issue it is being closed with the label Closed - Won't Fix.
If this issue should remain open, please feel free to re-open this bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Closed] Won't Fix No intention to address issue. Posts [Status] Stale [Type] Enhancement Changes to an existing feature — removing, adding, or changing parts of it
Projects
None yet
Development

No branches or pull requests

8 participants