takanome-dev / astro.go.blog

Blog app with Astro 🚀 on the front and Go 🐹 on the back
https://blog-with-astro-golang.vercel.app/
MIT License
32 stars 5 forks source link

Feature: add tags to posts #28

Open takanome-dev opened 11 months ago

takanome-dev commented 11 months ago

Currently, posts don't ave tags. It's a nice to have i think...

TODO

Question (for anyone)

Should you save a post's tags as a string and save each tag in a table for filtering or the post's tags should be ids (relationship with tags table)?