ASKBOT / askbot-devel

Askbot is a Django/Python Q&A forum. **Contributors README**: https://github.com/ASKBOT/askbot-devel#how-to-contribute. Commercial hosting of Askbot and support are available at https://askbot.com
Other
1.56k stars 627 forks source link

feature flag to show tags with zero or more usage #835

Closed shubhamc183 closed 3 years ago

shubhamc183 commented 5 years ago

A flag should be present which can be toggled from the "/settings/" page in order to show tags at "/tags/" with zero or more number of usage.

Right now it only shows tag which has more than one usage.

https://github.com/ASKBOT/askbot-devel/blob/93307d2b4334c4a294965e3d1659849c848f7bac/askbot/views/readers.py#L327

A setting can be created and used here while querying the D/B.

Should I work on it?

@evgenyfadeev

shubhamc183 commented 3 years ago

Closing this ticket due to inactivity.