Tag API endpoints and post filtering
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