Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamic routes and route context #169

Open
albertosouza opened this issue Sep 3, 2018 · 0 comments
Open

Dynamic routes and route context #169

albertosouza opened this issue Sep 3, 2018 · 0 comments
Assignees
Milestone

Comments

@albertosouza
Copy link
Member

Use of database records for handle routes.
This feature will allows an new level of route management.

Example context:
{
url: '/blogs',
context: {
blogPage: true,
resourceName: 'blog',
layoutName: undefined,
name: 'blog.find',
action: 'find',
controller: 'blog',
model: 'blog',
paramIdName: 'blogPostId',
template: 'blog/find',
permission: 'find_blog',
titleHandler: 'i18n',
titleI18n: 'blog.find',
routeQuery: undefined,
// search: { since: [Object] },
breadcrumbHandler: 'find',
// searchParams: [ 'since' ]
}
}

@albertosouza albertosouza added this to the v3 milestone Sep 3, 2018
@albertosouza albertosouza self-assigned this Nov 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant