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

Improve Outlines #207

Closed
3 tasks done
w00fz opened this issue May 9, 2015 · 4 comments
Closed
3 tasks done

Improve Outlines #207

w00fz opened this issue May 9, 2015 · 4 comments

Comments

@w00fz
Copy link
Member

w00fz commented May 9, 2015

As discussed I would like to enhance the Configurations in a couple places:

  • Duplicate - Duplicating a Configuration should happen in 2 steps
    1. A modal opens with an input field where you can decide in advance what the Title is going to be for new configuration. It should also come prepopulated with the default title like happens now (ie, Hydrogen - Home (2)
    2. Once Confirmed the new title, it goes through the actual request of duplicating except now it will get the title in POST
  • Create - Creating a Configuration should be more fancy than it is now and happen in 2 steps
    1. A modal opens with 2 input fields. 1 for the title and 1 for the Preset. Title should be prepopulated and the Preset of Default or Base should be auto selected.
    2. Once Confirmed the title and preset, it goes through the actual request of creating a new Configuration except it will get the title and preset in POST
  • List - We should find a better way to load just the presets image representation instead of having to load the whole layout. This is kind of related to the issue we've been struggling with, where on Windows with XAMP/WAMP the loop in the twig would die due to the ThreadStackSize apache issue.
@mahagr
Copy link
Member

mahagr commented May 9, 2015

Both ii. points have already been implemented. Variables are unsurprisingly title and preset.

@w00fz
Copy link
Member Author

w00fz commented May 10, 2015

This is true only for 1.ii, in 2.ii we aren't passing any title nor preset, this is just hardcoded internally for now.

@DamirPecnik
Copy link
Contributor

Add ability to post an image of the Outline in admin maybe?

@w00fz
Copy link
Member Author

w00fz commented May 23, 2015

We have images for outlines already but because of the known thread stack issue we had to fallback to one image only last minute.

w00fz added a commit that referenced this issue May 25, 2015
…ight fall into the ThreadStackSize issue with this (#207)
@w00fz w00fz modified the milestones: Release Candidate 3, Release Candidate 4 Jun 8, 2015
@w00fz w00fz modified the milestones: Future Releases, Release Candidate 4 Jul 6, 2015
@w00fz w00fz changed the title Improve Configurations Improve Outlines Aug 12, 2015
@w00fz w00fz modified the milestones: 5.3.0, Future Releases May 25, 2016
@w00fz w00fz closed this as completed in 141d2be May 25, 2016
@w00fz w00fz modified the milestones: 5.3.0, 5.2.18 May 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants