P
P
Pavel Gogolinsky2016-10-19 11:09:59
git
Pavel Gogolinsky, 2016-10-19 11:09:59

How to organize joint work of layout designer and programmer?

How to organize joint work of one layout designer and one programmer in a web studio? the layout designer receives a design. He types it up and puts it where? in beatbucket? Does a programmer create a project in yii and use bitbucket layout to create a website and upload it again to bitbucket? And how does the layout designer make his edits and improvements? Removes his layout, clones the site from the programmer?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey Goryachev, 2016-10-19
@webirus

What for imposition to throw in Git?
If the workbench wants to have a backup, a personal bitbucket is enough.
Let it typeset as it is, give it to the programmer, he is already doing a git project.
Then both clone to themselves and work through the pool and push.

X
xmoonlight, 2016-10-19
@xmoonlight

The order of work should be as follows:
1. Typesetter - works with the front and creates a SPA. (client)
2. Programmer - with RESTfull API on the back. (server)
1. The easiest way to make a template or SPA is to use includeHTML on the front.
2. You can compile the template and see it - you can locally (from the folder by running html-ku), and by replacing the include tags with the PHP function: include, you can assemble the same on the server side.
As a result, they (front and back - programmers) will not intersect and the problem will be solved.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question