Tracked Values

This page uses a Hashtag List to show all Tracked Values.   Methods are provided Edit any Tracked Value, or view the Change Log.  
Created On Tracked Value Action
2022-10-10 22:20:22 Shunfeng43 Edit Change Log
2022-02-03 01:47:37 changed it Edit Change Log


Processed this Hashtag Markup:
<# start list for tracked_values;
	sort by created on in descending order;
	show 20 rows per page;
#>

<# start header #>
<table class="table table-striped table-hover table-condensed">
	<thead>
	<tr>
		<th>Created On</th>
		<th>Tracked Value</th>
		<th>Action</th>
	</tr>
	</thead>
<# end header #>

<# start row #>
	<tr>
		<td><# created on #></td>
		<td><# tracked as html #></td>
		<td><a href="/changelog/form?edit=<# id #>" class="label label-primary label-action">Edit</a>
			<a href="/changelog/?id=<# id #>" class="label label-primary label-action">Change Log</a>
		</td>
	</tr>
<# end row #>

<# start footer #>
</table>
<# end footer #>

<# no results #>
<h4 class="alert alert-warning text-center">No Tracked Values</h4>
<# end no results #>

<# end list #>

The Track Changes Mini-App uses the Hashtag Markup Language to log every change of Tracked Values.

The Tracked Values, as well as the Change Logs, are stored in an SQL Database.   Methods are provided to create, update, and delete any Tracked Value.   The Change Log can be filtered by Value ID.