Files
org_web/home/status.org
Zaine 2b5a23b566
All checks were successful
Build Org Website / build (push) Successful in 47s
fixing stale runs
2026-05-09 18:33:35 +01:00

28 lines
636 B
Org Mode
Executable File

#+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.
#+BEGIN_EXPORT html
<div id="progress-wrapper">
<div id="progress-label">0% completed</div>
<div id="progress-bar">
<div id="progress-fill"></div>
</div>
</div>
<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