AjobK / Seaqull

Seaqull programming blog
http://www.seaqull.com
3 stars 0 forks source link

[312] Pin Comment #312

Closed AjobK closed 2 years ago

AjobK commented 3 years ago

Current state Authors are unable to pin comments on their posts.

Expected state Authors are able to pin comments on their posts. Keep in mind that the column in the back-end that keeps track of pinned comments has to contain something like timestamp values (Last pinned timestamp). Better solutions are also welcome, but pinned comments need to be ordered by last pin as well, since you can have multiple pins on one post. As an author, when you unpin a comment you don't want to lose it right away since it might have been accidental. In that case make sure it stays where it was until you refresh the page, so you can pin it again if you unpinned by accident.

TO DO

Necessities

190

Branch 312-pin-comment