Skip to content

Tag API endpoints and post filtering

jedmund requested to merge tag-system-api into tag-system-database

Created by: jedmund

Summary

  • Add CRUD endpoints for tags (/api/tags)
  • Add tag filtering and related posts to the posts API
  • Tag utility functions (slug generation, merge support)

Test plan

  • Tag CRUD works via API
  • Posts can be filtered by tag
  • Tag merge endpoint works correctly

Merge request reports

Loading