Skip to content

Latest commit

 

History

History
90 lines (56 loc) · 2.48 KB

File metadata and controls

90 lines (56 loc) · 2.48 KB

Table view

Spreadsheet and grouped list — two sub-views for scanning many tasks.

Related: Header bar · Task drawer · Show completed


Sub-views

Mode Icon menu Best for
Sheet Eye menu → Sheet Sortable grid, many columns, bulk scan
List Eye menu → List Grouped by tracker, inline complete

Eye menu — sheet vs list

Table — sheet view

Preference key: views.tableSubviewsheet | list


Sheet mode

Spreadsheet-style grid with resizable columns.

Columns

Column Content
# Issue number
Priority Level + color
Tracker File / area
Start Start date
Due Due date
Impact Scale
Effort Scale
Tags Tag chips
Links #n references
Task Title + description

Column gear menu

Column gear menu

Column resize

  • Drag column border to resize
  • Double-click border to auto-fit width

Column layout saves to browser localStorage (hppm-table-prefs-v2) — not in .hppm/.

Scrolling

The eye menu toolbar and column header row stay fixed while sheet rows scroll — sort and resize headers remain visible on long lists.


List mode

Tasks grouped under tracker headings. Each row:

  • Issue number, priority, title
  • Complete checkbox inline
  • Click row → task drawer

Compact for triage within one tracker at a time.


Interactions

Action Result
Click row Open task drawer
Sort (sheet) Click column header
Complete (list) Toggle checkbox → markdown + audit

Respects filters, search, show done.

Keyboard

When the drawer is closed: ↑ / ↓ move row highlight · Enter open task · v toggle sheet / list · Esc clear highlight.

With the drawer open: arrows still move highlight · Enter switches to the highlighted task · Esc closes the drawer (highlight stays). Clicking elsewhere clears highlight.


← Overview · Docs index · Kanban →