sublinks / sublinks-api

MIT License
74 stars 18 forks source link

Implement comment 'Save For Later' feature #321

Closed Pdzly closed 5 months ago

Pdzly commented 5 months ago

A 'Save For Later' functionality has been added to comments. Users can now save comments for later viewing. This change also includes the necessary database migration scripts for the 'comment_saves' table along with creation of new events and publishers for 'CommentSaveForLaterCreated' and 'CommentSaveForLaterDeleted'. Also an additional to-do comment has been added for user block implementation in the UserController.

closes #318