Skip to content

Releases: farhapartex/dahlia

Added Notification system for comment, react and contact message

24 Oct 11:58
Compare
Choose a tag to compare

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

13 Oct 18:37
3306e0b
Compare
Choose a tag to compare

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

12 Oct 10:58
64f727b
Compare
Choose a tag to compare

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

10 Oct 17:54
Compare
Choose a tag to compare

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.