NicoJuicy / Handlr

Issue tracker for a DMS web application, currently in private beta
3 stars 0 forks source link

Hbr has a nice way of following topic / tags #50

Closed NicoJuicy closed 7 years ago

NicoJuicy commented 7 years ago

https://hbr.org/

Add a tag description. When people are viewing a certain tag. On the bottom there should be related tags ( eg. machine-learning --> artificial intelligence, ..) and when they click on "follow this tag", they go to the register / login form.

After that. The tag is added to their account.

NicoJuicy commented 7 years ago

Added the layout like hbr

NicoJuicy commented 7 years ago

Don't add the "tag" layout untill there is some logic in the execution...

Eg. For every 15 posts for x layout, show the most popular tags in a layout similar to hbr

NicoJuicy commented 7 years ago

Implemented the tags, similar to hbr. But no current use for them yet. Also, the layout could be better ( nto a fan of it yet).

Since there is no actual use for it in the current state. I won't continue it for now, unless it's required. Could be an additional hour or so.

Possible problem: how to implement it in the index overflow. Every 15 posts, show the top 3 tags depending on page and pageSize ( eg. Page 1 = Top 3). Page 2 = 4-6.