NetDevelopersPoland / NetDevPLWebsite

MIT License
22 stars 24 forks source link

Browse posts by tag #78

Open pawelklimczyk opened 7 years ago

pawelklimczyk commented 7 years ago

It should be possible to:

  1. Present tags to user (FacebookTag class and entities in mongodb)
  2. Browse posts tagged with specific tag (like this http://netdevelopers.pl/facebook/karma) - here we need to generate correct link and hook it to (1)
  3. When saving new posts we could save their tags (Tags property) to separate table, so they are available for (1)