I’ve been developing the web interface for our upcoming wxKanban product release. It features an infinitely nestable loop of task lists, tasks, and subtasks that I achieved using the “Use Internal Page as Row” feature (LooperAddIP) introduced in v28. This provides the ability to have a “Looper in a Looper”.
Everywhere where you see the interactive row for a task, allowing changes to the assignment, priority, etc., it is a single Internal Page used repeatedly.
There are still some issues to resolve, and the rest of the web framework to build. However, as I frequently receive inquiries about the “Looper in a Looper” feature, I thought it would be helpful to share my progress so far. Please note: this is purely WEBDEV code with no jQuery, additional JavaScript frameworks, or advanced CSS involved.
