How to Build a Team Task Planner in 15 Minutes with MDriven
This page was created by Wikiadmin on 2026-07-29. Last edited by Wikiadmin on 2026-07-29.
Complete and test the planner
AutoForms provides a working starting point for editing and listing the modeled objects.
Run a planner test
Run the application and create the following sample data:
| Object | Sample data |
|---|---|
| Team | Operations
|
| Project | Warehouse move, deadline 2026-09-30
|
| Member | Alex, alex@example.com
|
| Task 1 | Book transport, priority 2, not completed
|
| Task 2 | Confirm delivery date, priority 2, assigned to Alex, completed
|
Associate both tasks with Warehouse move. The project then has two tasks and one completed task. Check that the derived TotalTasks, CompletedTasks, and Progress values reflect the task data. Change IsCompleted on a task to test the calculation; do not enter a progress value directly.
