Releases: farhapartex/dahlia
Added Notification system for comment, react and contact message
Dahlia has API for comment, react and contact message. From now, owner of the blog will get notifications for any action of comment, react or contact message. By clicking on notification item, system will redirect to the specific object view.
Owner of the blog will be able to delete notifications. Also if owner delete any post, comment or contact message than notifications which is related to those post, comment or contact message will be deleted.
Comment API and React amount added to added
From now in Public Post API, user will found the react amount of a post with specific tag which are Likes, Dislikes, Claps, Loves. Comment API also added to get comments from readers. To create a comment, the objects needs the post id, parent comment id ( if the comment is a child of another comment), comment text etc
Delete feature added in every object list
Previous version was unable to delete all data at once in a table. In this version user can select all data of a table at once and can delete.
Dahlia First Release
Dahlia is a blog cms, developed based on Django Framework. The main philosophy of Dahlia is no back-end, only front-end. The purpose is, if user want to host his/her own blog site, they just need to install the cms, and integrate APIs with front-end. It doesn't matter how the front-end will be developed.