Files
org_web/home/status.org
2025-12-28 21:19:27 +00:00

22 lines
493 B
Org Mode

#+TITLE: Competency Status Board
#+OPTIONS: toc:nil num:nil
#+NO_SIDENOTES: t
#+COMMENTS: t
#+SLUG: competency-board
This page shows the status of the competencies I am working on (*grad*)
#+BEGIN_EXPORT html
<div id="kanban-board">
<p>Loading status…</p>
</div>
<div id="mobile-move-panel" aria-hidden="true">
<select id="move-item"></select>
<select id="move-from" disabled></select>
<select id="move-to"></select>
<button id="move-confirm">Move</button>
</div>
#+END_EXPORT