Skip to content
This repository was archived by the owner on Apr 2, 2026. It is now read-only.
This repository was archived by the owner on Apr 2, 2026. It is now read-only.

Pluralize metadata name for 1:1 relationship #9

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions