@prefix sioc: <http://rdfs.org/sioc/ns#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix content: <http://purl.org/rss/1.0/modules/content/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<https://lhero.org/?post_type=lh-portfolio&#038;p=147128>
  a sioc:Post ;
  dc:title "Admin interfaces" ;
  dcterms:identifier 147128 ;
  dc:modified "2026-09-11T16:42:20Z"^^xsd:dateTime ;
  dc:created "2026-09-07T19:13:19Z"^^xsd:dateTime ;
  sioc:link <https://lhero.org/portfolio/lh-tasks/admin-interfaces/> ;
  sioc:has_creator <https://lhero.org/author/1/#account> ;
  sioc:has_container <https://lhero.org/#posts> ;
  content:encoded """<ul class="lh_portfolio-meta"><li><strong>Type:</strong> Doc-section</li><li><strong>Part of:</strong> <a href="https://lhero.org/portfolio/lh-tasks/">LH Tasks</a></li></ul><ul>
<li><strong>Tasks list screen</strong> — standard WP list table for the <code>lh_tasks-task_post</code> post type, filterable by native post_status via WP&#8217;s usual status quicklinks, plus a custom workflow-status filter dropdown. Queue, Task Type, Status, and Assigned admin columns. The Assigned column shows the current claim holder (<code>assignee</code>) if claimed, or the hard assignment (<code>assigned_to</code>) if assigned-but-not-yet-claimed, or an em-dash if neither.</li>
<li><strong>&#8220;Outstanding Tasks&#8221; dashboard widget</strong> — shows the 5 oldest tasks in an open (non-terminal) workflow status, linked to their edit screens.</li>
</ul>
<h2>Admin menu placement</h2>
<p>If <code>lh-crm</code> is active, the Tasks admin screen nests under lh-crm&#8217;s Contact Forms menu (to avoid adding another top-level admin menu item). If <code>lh-crm</code> is not active, Tasks gets its own top-level admin menu. This is decided once, at CPT registration time (<code>init</code>), not re-evaluated live during the request.</p>
"""^^rdf:XMLLiteral ;
  sioc:content """Type: Doc-sectionPart of: LH Tasks
Tasks list screen — standard WP list table for the lh_tasks-task_post post type, filterable by native post_status via WP&#8217;s usual status quicklinks, plus a custom workflow-status filter dropdown. Queue, Task Type, Status, and Assigned admin columns. The Assigned column shows the current claim holder (assignee) if claimed, or the hard assignment (assigned_to) if assigned-but-not-yet-claimed, or an em-dash if neither.
&#8220;Outstanding Tasks&#8221; dashboard widget — shows the 5 oldest tasks in an open (non-terminal) workflow status, linked to their edit screens.

Admin menu placement
If lh-crm is active, the Tasks admin screen nests under lh-crm&#8217;s Contact Forms menu (to avoid adding another top-level admin menu item). If lh-crm is not active, Tasks gets its own top-level admin menu. This is decided once, at CPT registration time (init), not re-evaluated live during the request.
""" ;
  sioc:topic <https://lhero.org/lh_portfolio-type/doc-section/>, <https://lhero.org/?taxonomy=author&term=cap-1> .

<https://lhero.org/author/1/#account> rdfs:seeAlso <https://lhero.org/author/1/?feed=lhrdf&format=turtle> .
<https://lhero.org/lh_portfolio-type/doc-section/> rdfs:seeAlso <https://lhero.org/lh_portfolio-type/doc-section/?feed=lhrdf&format=turtle> .
<https://lhero.org/?taxonomy=author&term=cap-1> rdfs:seeAlso <https://lhero.org/?taxonomy=author&term=cap-1&feed=lhrdf&format=turtle> .
