Big picture - taskboard node type #69
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Create a taskboard node type. Behind the scenes, this will just be a database with a predefined set of columns.
Use the database API to manage the backend data. For the frontend, allow choosing between a kanban board style (by status, by user for orgs), and a more traditional spreadsheet like layout. Color-code the task statuses, &c using the conditional formatting.