-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
iOS: Add “Duplicate” post or "Copy post" functionality #9662
Comments
Also asked by user on the French forums: link |
+1 to adding this feature. |
I also would benefit a lot from this feature on mobile! I use it all the time to post calls for testing. 😊 |
Found that we have designs for this already wordpress-mobile/WordPress-Android#7954 (comment), courtesy @osullivanchris. 👏 |
One thing to note.
|
Implementation hints: @Gio2018 and I explored some classes related to cloning or copying. There is no duplication helper You might also check out the |
that's totally fine with me, @mindgraffiti ! Copy can mean a lot of things. Duplicate sounds more clear and specific. I hadn't heard of reserved keywords before, that's interesting to know too. |
@osullivanchris a reserved keyword is a word that the programming language already uses for OS-level work. Thankfully, it is rare to have a naming conflict like that. Most Swift keywords are not things you would normally use when naming your feature, such as: enum, for, if, else, subscript, var, const, struct. Think of it like naming your circles 'pixels' in a design, even though pixels are a measuring unit and not meant to describe a shape. |
3523700-zd |
Expected behavior
Currently on the mobile app, "Duplicate post" functionality is not available. (It exists on Calypso, see the image below)
We should bring this functionality to the mobile app.
The text was updated successfully, but these errors were encountered: