TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Designers, and other non technical staff

2 点作者 pallinder超过 13 年前
Hi HN, just wanted to check in with you guys on the best ways you've come up with in incorporating designers and other non technical staff in your work flow.<p>We use git and rails in our shop and while that works great for our technical staff it's trickier for the designers. Lets say a designer wants to implement some changes to the CSS, currently he has a static version of whatever we are currently working on on his local box, he does changes there and takes a look and then sends it off to a developer to have him/her implement into the staging version. This however presents a problem for the designers since they cant get a feel for how the changes will look on the live site by themselves.<p>To solve this we have been using a drop box solution on a staging server where the designers can easily change their CSS and then see the changes take effect, this, however doesnt seem to be an ideal solution. I've also been thinking about teaching them GIT but Im not sure it's a good match for designers.<p>Basically what Im asking is what is the process that you guys have in place in your workplace to solve this? All designers use GIT and have local rails instances running on their local boxes and then push and pull and commit as any other developer?<p>Cheers

3 条评论

zachinglis超过 13 年前
I personally am a designer as well as a developer but you are assuming that a designer couldn't learn git? It's a bit of a struggle but to simply clone, branch and push said branch this is pretty easy. You could deal with the merges if you wished.<p>I currently work in a designer studio and I'll be introducing everyone to Git soon. But most designers I know have some programming knowledge (for implementing) and would be able to use Git :)
poppysan超过 13 年前
I would argue that designers are technical staff, just specialized in a different area than Developers. Git or an svn shouldn't be difficult to learn at all for general use.
dsawler超过 13 年前
Having them learn something new is great, go with Git.