This template uses a Kanban board layout to help you visualize your tasks and to-do lists in an intuitive way. Mark tasks as complete simply by dragging them to the "Done" list. Be that vacation packing list or planning an event or launching a website - this template can help you get things done. This template is completely customizable, check all extensibility options in Frequently Asked Questions.
You can get this template for $50.
Version 2 - February 2020
Version 1 - November 2019
To see how it works proceed to live demo project and open sign up for an account. By default each user sees their own cards only.
Enter live demoYes! You can add more fields to todocards table, add those new fields to the Edit page of this table and they will appear in your application.
Proceed to Editor->Custom files and modify todolist_custom.php file. In ASPRunner.NET this file name is todolist_custom.cs and in ASPRunnerPro it is todolist_custom.asp. Here is the example that displays DueDate field as a second line if this field is not empty.
And here is how it looks in generated application:
We got you covered here too. There are custom events that are executed after a new card is created, edited or moved to another list. You can see all of them in the same todolist_custom file.
This code should go to afterCardCreated function. Note that priority field doesn't exist in todocards table and needs to be added manually if you need this functionality.
For this purpose we are going to add our code to afterMoveCard function.