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!
Let’s see some tasks, grouped by their status:
Or formatted as a Kanban board:
Or heck just show everything in the kanban
This is truly cursed :3
select title_plain, created, updated, type from __all__ group by type
the first column is assumed to be the title, the second two are start/end times. they’re auto-formatted as unix for mermaid
Traceback (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
select type, count(type) from __all__ group by type
into a pie chart
pie title "account" : 1 "ical" : 2 "log" : 19 "milestone" : 3 "note" : 31 "page" : 2 "project" : 13 "rss" : 1 "task" : 41
Key | Value |
---|---|
ID | PNMR-OSz7disZ |
URN | urn:penemure:a071780b-b493-489b-ae5f-392cfb762b19 |
Backend | 😇 pub: HXPM Public Issues |
Ancestors | |
📅 Created | |
📅 Updated | |
Links |
title | <a href="/penemure/note/a071780b-b493-489b-ae5f-392cfb762b19.html"><span class="title">📓 Alternative Views</span></a> |
parents | urn:penemure:71596cb9-e3f4-44b4-9b21-974fff7b5201 |
version | 2 |
created_unix | 1737554224.013489 |
updated_unix | 1737554224.013495 |
namespace | None |
type | note |
id | a071780b-b493-489b-ae5f-392cfb762b19 |
urn | urn:penemure:a071780b-b493-489b-ae5f-392cfb762b19 |
url | /penemure/note/a071780b-b493-489b-ae5f-392cfb762b19.html |
backend | pub |
created | 2025-01-22 13:57:04.013489+00:00 |
updated | 2025-01-22 13:57:04.013495+00:00 |
system | False |
blurb | We can do some fun things with our @34d2f004-ca59-4403-b312-d2dcd86d4465 queries, like display it in different ways! |
title_plain | 📓 Alternative Views |
title_txt | Alternative Views |
final_ancestor_titles | Penemure Development Blog |
parent_first_title | Penemure Development Blog |
ancestors | urn:penemure:71596cb9-e3f4-44b4-9b21-974fff7b5201 |