miguelgrinberg / microblog

The microblogging application developed in my Flask Mega-Tutorial series. This version maps to the 2024 Edition of the tutorial.
http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world
MIT License
4.56k stars 1.65k forks source link

Tagging system #390

Closed Tes3awy closed 7 months ago

Tes3awy commented 8 months ago

Hi @miguelgrinberg ,

What do you think about adding a tagging system to the microblog?

miguelgrinberg commented 7 months ago

It's a good idea, but I suggest you do this on a fork. This project maps exactly to the contents of the Flask Mega-Tutorial, so it only changes when the tutorial changes.

Tes3awy commented 7 months ago

Would you be interested in adding it to the tutorial as well?

miguelgrinberg commented 7 months ago

No, because it does not have a high educational value. Most of the pieces you need to build this feature are already covered in the tutorial. See the private messaging chapter.