S
S
Symer2017-02-03 21:31:16
Programming
Symer, 2017-02-03 21:31:16

Is the project development sequence correct?

Design-interfaces and design-frontend-mobile applications-api and backend-testing-debugging.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
V
VoidVolker, 2017-02-04
@Symer

1. Creation of terms of reference - what features are there and how they work.
2. Creation of a private technical task - a detailed description of each feature, feature, behavior and other things (buttons, menus, api calls, etc.).
3. Development of the project architecture under the requirements and limitations of the TOR.
4. Development of architecture at a lower level - modules, subsystems, etc.
5. User interface design and other design.
And then a more detailed development of parts / modules of the project and writing code - independent parts / modules can be done in parallel. Details may vary from project to project - but in general, the logic is something like this.

P
Pavel, 2017-02-03
@electronik777

exchange api and backend with interfaces and design, while there is no server part, everything else is meaningless.
Well, as Dark Hole said , there is no right thing, at each stage you will
do{
add, change, remove,
}
while(final product)

T
tnc4401, 2017-02-04
@tnc4401

Here are some good answers
. What to do first? Design and interfaces or server development? (backend/API)?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question