Skip to content

Reuse points of interest across routes #44

@yepzdk

Description

@yepzdk

Description

Currently PointOfInterest has a ManyToOne relationship with Route (changed from ManyToMany in migration Version20241209094309). To allow reuse of POIs across multiple routes, this would need reverting to ManyToMany with a junction table, plus admin UI changes.

Considerations

  • This is a significant change — needs discussion on whether it's still desired
  • Requires a new Doctrine migration to revert the relationship
  • Admin UI needs to handle the many-to-many association
  • API serialization may need updating

Part of #35

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestneeds-discussionNeeds discussion before implementation

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions