gentics / mesh-incubator

Project which is home for planned enhancements for Gentics Mesh
3 stars 0 forks source link

Rework routing mechanism #248

Open philippguertler opened 4 years ago

philippguertler commented 4 years ago

Currently the routing mechanism works by dynamically changing routes if projects are created, updated or deleted. There are several drawbacks using this method:

I propose to not dynamically add routes during runtime. This can be achieved by having the project name as a path parameter in the routes. Doing this would solve the mentioned problems.