-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Automatically upload posts with local changes #10174
Comments
I've increased the estimation from 3 to 8 as we realized it won't be as simple as we initially anticipated. We need to update the UploadService so only explicitly confirmed changes are published (visible to visitors of the site) and the other changes are remotely-auto-saved. |
Update: See #10174 (comment) for updated plan. More info paCBwp-c7-p2 |
@malinajirka Thank you for sharing your plans! It's looking good. PR 3For PR 3, where you said:
I'm not quite sure which issue this should be discussed on. I tried to look for one but I just got more confused. 😄 Anyways, when a user changes a previously I would love to hear what you think too, @osullivanchris.
|
I was on the edge when I was writing the proposal. I agree it can be damaging in some cases. The current proposal doesn't require introduction of I was planning to filter out older posts in the This leads me to a sub-issue. Any suggestions what to set to "remoteStatus" when we introduce the field? It'll be a bit tricky as we can't simply copy the current |
The plan got a bit more complicated, but it looks worse than it actually is. Updated plan for tackling this issue is following
More info paCBwp-c7-p2 Note: The name |
The idea of changing publishedConfirmedAt to something more general like changesConfirmedAt makes sense to me.
When we say we want confirmation. Does this mean literally in all cases where we want a confirmation, we plan on showing a dialogue (did you mean to do this?). OR do we only feel we need this when the UI is not clear that the user is going to make an important change? Because if that's the case it feels like some of the UI must not be doing the job right, if we always need to 'patch' it with a confirmation dialogue. In the case of changing the status of a post in post settings, it seems for all big changes made from that feature the flow is not very clear. Its not obvious at which point the user is committing a change, and some of the changes are large. I still think changesConfirmedAt is a good concept technically. I'm just wondering from a user point of view how often it means an explicit dialogue, and how often we are just checking "did the user at some point actually hit a button that said publish?" |
My plan is to set Perhaps a better answer would be that we won't change the current behavior. We'll simply retry the upload when we re-gain connectivity.
I don't plan to add any new dialogs in this task. |
I think you're on point on this, @osullivanchris. I remember there was a discussion about changing that UI somewhere. Maybe someday that should be fixed. I like @malinajirka's idea in #10174 (comment) describing how
👌 |
@malinajirka That sounds right for Published, Private, Scheduled, and Pending. For drafts, I think we don't need to check for |
Sorry my bad, I read different discussions scattered all around the place and I forgot I didn't provide the context:D. The idea of this last proposal is to introduce just |
@malinajirka Ah yes, on that context, it makes sense that we don't need |
Fixed in #10319 |
This is a subtask of #9846.
Currently, we only upload local drafts. If a draft has already been previously uploaded, we do not automatically upload it anymore. The same should be done for published posts.
The text was updated successfully, but these errors were encountered: