Closed (fixed)
Project:
Burndown
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Jul 2026 at 18:03 UTC
Updated:
17 Jul 2026 at 18:23 UTC
Jump to comment: Most recent
Comments
Comment #2
jeremylichtman commentedI'd suggest doing this in a page, not a block, particularly if it includes backlog tasks (which may be extremely numerous).
An alternative would be a block that shows a few sorted by priority (desc), with a "more" link at the bottom to a page showing all.
Edit: If the "page" is actually a view, then this could be click-sortable (and filterable) as well.
Comment #3
swirtGood idea about it being a View.
It would need a hook_update_n to deploy it to existing installs.
Comment #4
swirtComment #6
jeremylichtman commentedLooks good so far.
The legacy hooks things reminds me that I'll need to work in D12 compat at some point.
Comment #7
swirtTested this in the Tugboat preview. Something is not working right. the new Views are there, but they are not showing any tasks. I'll have to figure out what's wrong with that.
Comment #8
swirtThis is tested both on a new install vanilla drupal and an update on an existing site.
The perms are not perfect yet because it does not use any of the dynamic project specific perms but there is not a Views only way to pull that off just yet. Will need to do this with an access handler.. I don't want to have to try to roll that out after this View launches, so I am going to block this on that requirement.
Comment #9
swirtComment #11
jeremylichtman commentedReleased on 1.0.68.
Comment #13
jeremylichtman commented