-
Notifications
You must be signed in to change notification settings - Fork 49
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
Prototypes Requirements #20
Comments
|
|
I'm not suggesting that you sit in a presentation and swap branches around (although it would be easy to do as Grunt would just recompile everything). What I'm suggesting is having multiple copies of the repo checked out, all at a different branch, for the presentation only, all running off of different ports. You can throw them all up at the same time, they can all be played with at the same time, and whatever is liked the best can be merged to master without any heavy lifting on SP's end. In fact, the more I think about it, the more I like A/B testing that way. I'm much more inclined to build a system that supports this workflow, including a way to display what branch you're on, than to reinvent the wheel when it comes to code branching and merging. On Sep 15, 2013, at 1:59 AM, Mason Wendell notifications@github.com wrote:
|
I've been thinking about this today and I mostly agree with you. Presentations aren't the big hurdle here. I think what's keeping me from fully endorsing the branch method is that I want a streamlined creative workflow. As I'm designing I want to be able to see multiple versions of a thing at once to make decisions. That's not the time to check out two branches and spin up two or more servers. The solution here is obvious tho. I would just use sloppy code. Throw in what it takes to see it the way I want, and then clean it up into my design or into competing branches. I'm sure that's going to be the reality no matter what system we come up with anyway. |
I've introduced a We can also do a Once that is solved, I think this is more or less finished |
Much of this is good to go for Style Prototypes 2.0. Specifically the ability to add multiple Style Tiles, create Pages, group Pages into mini sites (which you could then create navigation for to move around). The only thing not implemented is A/B testing pages, how would you recommend going about doing that? |
Finally had some time to boil down my thoughts on what we initially need for this. We need:
The text was updated successfully, but these errors were encountered: