GSoC 2015: Coding Period (End)
Friday, August 21, 2015
Friday, August 21, 2015
<
I got my threaded comments feature finally working :D Struggled a lot for implementing a comment tree structure but fortunately, it is working quite nicely now. It was very important as without creating a comment-tree structure, we would have ended making queries for every single comment to get it's replies. It's obviously an inefficient way and for a...