Skip to content

Rename id fields and slugs to more specific names #49

@asqarslanov

Description

@asqarslanov
  • Rename REST routes (use #[serde(rename_all = "kebab-case")]):

    • /events/{id}/images to /events/{event-id}/images
    • /events/images/{id} to /events/images/{image-id}
    • so on...
  • Update the Protobuf schemas to match the REST schemas.

  • (Optionally): rename the domain types.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions