We can do some fun things with our @34d2f004-ca59-4403-b312-d2dcd86d4465 queries, like display it in different ways!
Table Views
Let’s see some tasks, grouped by their status:
|
We can do some fun things with our @34d2f004-ca59-4403-b312-d2dcd86d4465 queries, like display it in different ways! Table ViewsLet’s see some tasks, grouped by their status: Or formatted as a Kanban board: Done done done done done In-Progress in-progress in-progress in-progress in-progress Backlog backlog backlog backlog backlog backlog backlog backlog Done Backlog Backlog Backlog KanbanOr heck just show everything in the kanban no such column: author GanttThis is truly cursed :3
the first column is assumed to be the title, the second two are start/end times. they’re auto-formatted as unix for mermaid TracebackTraceback (most recent call last): File "/home/runner/work/penemure/penemure/scripts/penemure/note.py", line 112, in render return self._render(oe, path, parent, pen, format=format, form=form) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/runner/work/penemure/penemure/scripts/penemure/note.py", line 178, in _render page_content = render_gantt(res) ^^^^^^^^^^^^^^^^^ File "/home/runner/work/penemure/penemure/scripts/penemure/table.py", line 127, in render_gantt title = row[indexes['title']].replace(":", " ") ~~~^^^^^^^^^^^^^^^^^^ TypeError: list indices must be integers or slices, not NoneType Or if you just want straight up graphs, let’s turn
into a pie chart pie title "account" : 1 "ical" : 2 "log" : 19 "milestone" : 3 "note" : 31 "page" : 2 "project" : 13 "rss" : 1 "task" : 41 |
Alternative Views |
Version | d2be1cc261fb | |
---|---|---|---|
Updated | |||
Author |
|
Doc № | PNMR-OSz7disZ |