Skip to content

Pluralize metadata name for 1:1 relationship #9

@indaco

Description

@indaco

Is your feature request related to a problem? Please describe.

It is annoying to model a metadata for a 1:1 relationship with a syntactically incorrect name.

E.g. I have a category metadata for my portfolio projects. This is translated in the following route:

/projects/category/[slug]

but the correct one should be /projects/categories/[slug]

Describe the solution you'd like

pluralize metadata names

  • category -> categories
  • project -> projects
  • ..

Describe alternatives you've considered

I can create a 1:1metadata directly with the plural form of its name but it is not the natural way of thinking.

Additional context
N/A

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions