Description
The Tag API endpoint currently returns all tags, including orphaned ones with no routes. Only tags that have at least one associated route should be returned.
Implementation
Add a custom API Platform QueryExtension or modify the Tag repository to filter out tags that have no associated routes.
Part of #35
Description
The Tag API endpoint currently returns all tags, including orphaned ones with no routes. Only tags that have at least one associated route should be returned.
Implementation
Add a custom API Platform QueryExtension or modify the Tag repository to filter out tags that have no associated routes.
Part of #35