<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://mwiki.costasano.club/index.php?action=history&amp;feed=atom&amp;title=ICT%3AFuture_Dashboard_Logic</id>
	<title>ICT:Future Dashboard Logic - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://mwiki.costasano.club/index.php?action=history&amp;feed=atom&amp;title=ICT%3AFuture_Dashboard_Logic"/>
	<link rel="alternate" type="text/html" href="https://mwiki.costasano.club/index.php?title=ICT:Future_Dashboard_Logic&amp;action=history"/>
	<updated>2026-07-23T02:54:26Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://mwiki.costasano.club/index.php?title=ICT:Future_Dashboard_Logic&amp;diff=636&amp;oldid=prev</id>
		<title>Mngr: Created page with &quot;== Future Dashboard Logic: Managing Large Archives (1000+ Records) ==  This document contains pre-validated Cargo and Page Forms logic for future implementation when the Digital Asset library grows. These tools are designed to provide a &quot;GPS&quot; for researchers, focusing them on actionable tasks rather than static lists.  === 1. The &quot;Needs Attention&quot; Filter === Automatically lists records missing critical fields (e.g., Source or Date). Once data is entered via a form, the r...&quot;</title>
		<link rel="alternate" type="text/html" href="https://mwiki.costasano.club/index.php?title=ICT:Future_Dashboard_Logic&amp;diff=636&amp;oldid=prev"/>
		<updated>2026-02-12T22:48:51Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Future Dashboard Logic: Managing Large Archives (1000+ Records) ==  This document contains pre-validated Cargo and Page Forms logic for future implementation when the Digital Asset library grows. These tools are designed to provide a &amp;quot;GPS&amp;quot; for researchers, focusing them on actionable tasks rather than static lists.  === 1. The &amp;quot;Needs Attention&amp;quot; Filter === Automatically lists records missing critical fields (e.g., Source or Date). Once data is entered via a form, the r...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Future Dashboard Logic: Managing Large Archives (1000+ Records) ==&lt;br /&gt;
&lt;br /&gt;
This document contains pre-validated Cargo and Page Forms logic for future implementation when the Digital Asset library grows. These tools are designed to provide a &amp;quot;GPS&amp;quot; for researchers, focusing them on actionable tasks rather than static lists.&lt;br /&gt;
&lt;br /&gt;
=== 1. The &amp;quot;Needs Attention&amp;quot; Filter ===&lt;br /&gt;
Automatically lists records missing critical fields (e.g., Source or Date). Once data is entered via a form, the record automatically disappears from this queue.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot;&lt;br /&gt;
! Asset Name !! Status !! Action&lt;br /&gt;
{{#cargo_query:&lt;br /&gt;
|tables=DigitalAssets&lt;br /&gt;
|fields=_pageName=Name, status=Status&lt;br /&gt;
|where=source IS NULL OR source=&amp;#039;&amp;#039;&lt;br /&gt;
|limit=10&lt;br /&gt;
|format=template&lt;br /&gt;
|template=Asset_Review_Row&lt;br /&gt;
|named args=yes&lt;br /&gt;
}}&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== 2. Recent Activity Feed ===&lt;br /&gt;
Maintains team awareness by showing the latest contributions. This keeps the wiki feeling &amp;quot;alive&amp;quot; for the 5 club members.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{#cargo_query:&lt;br /&gt;
|tables=DigitalAssets&lt;br /&gt;
|fields=_pageName=Name, _ID&lt;br /&gt;
|order by=_ID DESC&lt;br /&gt;
|limit=5&lt;br /&gt;
|format=list&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== 3. Quick Search &amp;amp; Record Jump ===&lt;br /&gt;
A high-efficiency alternative to scrolling. Allows users to jump directly to a specific asset&amp;#039;s form by name.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{#forminput:&lt;br /&gt;
|form=DigitalAsset&lt;br /&gt;
|query string=namespace=DigitalAsset&lt;br /&gt;
|button text=Go to Asset&lt;br /&gt;
|placeholder=Enter Asset Name...&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== 4. Stale Record Identification ===&lt;br /&gt;
Surfaces older entries that may need re-validation or updated scholarship.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{#cargo_query:&lt;br /&gt;
|tables=DigitalAssets&lt;br /&gt;
|fields=_pageName=Name&lt;br /&gt;
|order by=_ID ASC&lt;br /&gt;
|limit=10&lt;br /&gt;
|format=list&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== 5. Future Goal: Cargo Drilldown ===&lt;br /&gt;
When the library exceeds 500+ items, the [[Special:Drilldown]] page (defined by Cargo) should be linked on the Dashboard to allow faceted filtering by &amp;quot;Year,&amp;quot; &amp;quot;Type,&amp;quot; or &amp;quot;Location.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[Category:System Documentation]]&lt;br /&gt;
[[Category:Future Implementation]]&lt;/div&gt;</summary>
		<author><name>Mngr</name></author>
	</entry>
</feed>