Creating Routes with Tasks [closed]

In the admin panel, I have the ability to create a game using multi-step form. There is one game type that gives the user the ability to place tasks on the map and create a routes from these points. Now flow looks like: create tasks >next> Create Routes from tasks user can click on the map and make marker and add a task to this marker, or he can click on the button on particular tasks to add the location to this task, the route will be created in order to add tasks on the map. Also user can import already created route with tasks or import clear route, or even add more tasks. To summarize user (teacher) is creating game for students, game is consist of tasks, routes. Main goal is to create route with points which will have a task. Is my flow correct? Do you know any similar products that i can inspire? How would you handle it?