Heikki Hellgren
Heikki Hellgren
## Hey, I just made a Pull Request! Allows defining default notification settings in configuration. See https://discord.com/channels/687207715902193673/1346428966621286461 #### :heavy_check_mark: Checklist - [x] A changeset describing the change and affected packages....
In both user and global statistics page, there should be possibility to select time range of the statistics. Add both UI, router and db support for this.
Add quick filters for followed users/tags/entities to the FilterPanel for posts/answers/collections.
Badges
Gamifying the plugin usage with badges! Idea would be to give users some badges for behavior for example: - 1st question/answer - 1000 question views - 1st correct answer -...
Make it possible to post a comment to another comment. This should be done by adding a new database field to comments `parentCommentId`. The comments rendering should be changed so...
Add support for voting comments. This requires a new database table that contains comment ID and user ref (copied from posts and answers). If a question has a low score...
Collect information about user what tags/entities he usually asks or answers questions about, which tags or entities user follows, what kind of favorite questions user has, what kind of questions...
The class is getting out of hand with so many functions. Refactor this to subclasses that relate to one thing only: posts/answers/comments/tags/entities/statistics. As the knex instance should live in the...
Posts should be able to be saved as drafts and then published by the user. This also allows for the automatic saving of questions/articles periodically to prevent losing user data....