B
B
bogdan_242016-03-01 23:42:31
Django
bogdan_24, 2016-03-01 23:42:31

Graduation project, how can it be implemented?

Due to the fact that I did not come up with a topic for a diploma, I got the topic "Development of a Web service for building courier route sheets." My manager is incompetent. Familiar with python and a bit of django. How can this task be accomplished?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Voronkov, 2016-03-02
@bogdan_24

Well, probably, you will have couriers (Users), and "points" of delivery (Places).
You can bind many "points" of delivery to one user.
The user has a starting point (coordinates) from where he will start his route. The "points" of delivery also have coordinates. Help. one of the algorithms , such as Dijkstra's Algorithm, you can build the best route. This is if the task assumes that the optimal route should be implemented by the application, if not, then everything is quite simple.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question