­
August 2015 - Vipul Sharma

I got my threaded comments feature finally working :D Struggled a lot for implementing a comment tree structure but fortunately, it is w...

<
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...

Read More

I've been working on implementing advanced search feature to filter tickets based on its metadata like effort, severity, difficulty, pr...

I've been working on implementing advanced search feature to filter tickets based on its metadata like effort, severity, difficulty, priority, author, tags and assignee. In this way a user can filter tickets based on specific requirements by filling the advanced search form. For this I created a new view: /+tickets/query which contains a form for searching tickets. Screenshot:...

Read More