Files
org_web/home/status.org
Zaine cc0b739e66
All checks were successful
Build Org Website / build (push) Successful in 45s
SHOULD WORK
2026-05-07 09:33:39 +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