Skip to content

Reuse points of interest across routes #44

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

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestneeds-discussionNeeds discussion before implementation

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions