peterkarn / vue-kanban-hierarchical

0 stars 0 forks source link

Router path #5

Closed zpwebbear closed 2 years ago

zpwebbear commented 2 years ago

https://github.com/peterkarnaukhsite/vue-kanban-hierarchical/blob/05dc4f76981778966ee8f1c57c0e496f443411cd/src/router/index.js#L18

In this case is much better to use the next convention

/board/:boardSlug/column/:columnSlug/task/:taskSlug

this approach is the literally REST API approach.

peterkarn commented 2 years ago

fixed