Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Allow snapshots to be named #19

Closed
westonruter opened this issue Apr 26, 2016 · 6 comments · Fixed by #76
Closed

Allow snapshots to be named #19

westonruter opened this issue Apr 26, 2016 · 6 comments · Fixed by #76
Milestone

Comments

@westonruter
Copy link
Contributor

When listing snapshots in the admin (#12), the snapshots should be shown with a given name to easily identify what is contained in the snapshot (this would be beyond any settings listed below the snapshot when expanded, as mentioned in #18).

In addition to a name, we could make use of the post_excerpt to capture a “commit message” for a given snapshot.

Alternatively, we could just use the post title as the commit message and not have a separate name field at all.

@valendesigns valendesigns added this to the 0.5.0 milestone Jun 12, 2016
@westonruter westonruter modified the milestones: 0.5.0, 0.6.0 Aug 6, 2016
@valendesigns
Copy link
Contributor

I think we should add the ability to modify the title and excerpt. However, we filter the excerpt in the post table to display the modified settings at a glance and adding a commit log in the excerpt would override our ad hoc one, or at the very least append to it. Something to keep in mind.

@westonruter
Copy link
Contributor Author

If we just use the title field alone for the name (commit message) that would probably be simplest.

@westonruter
Copy link
Contributor Author

I think this change would necessitate changing the new “snapshot scheduling” box to be a more general “snapshot properties“ box. In addition to the scheduled date, this box would also have the title (commit message) for the snapshot. The calendar icon could then be replaced with a the edit icon, and the existing edit icon could be replaced with a “pop-out” icon.

customize__wordpress_develops_ _just_another_customizer-driven_site_

/cc @PatelUtkarsh

@PatelUtkarsh
Copy link
Member

@westonruter With this change should we also change the workflow of how one can schedule snapshots?

Currently, On Creation, User first has to save snapshot and then only he can schedule a snapshot in the customizer.
Calendar icon is not visible when there is no snapshot loaded/created.

@westonruter
Copy link
Contributor Author

@PatelUtkarsh good question. Maybe that could all stay the same, but upon the initial Save the text field would be made available to let them supply a title and re-save to make it stick?

@PatelUtkarsh
Copy link
Member

image
@westonruter @valendesigns New UI, let me know your thoughts :)

PatelUtkarsh added a commit that referenced this issue Aug 19, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants