Document and Track Ruleset Rules

Document and Track Ruleset Rules

EXTOL track document ruleset changes

Tracking changes and documenting them can be an afterthought for many, but an essential process once you go live.
By using existing EBI functionality we can easily make ruleset updates and make them 'stand out'. I have found a few of the listed techniques very helpful when making updates and making others aware of them.

  • Add/Edit Rule Comment - Here we can list, initial, and date changes that are made to the initial set-up
  • Enable/Disable Optimization - IN early releases of EBI, the optimization feature was utilized. Today, it is not being utilized but it will turn text blue if "enabled". This is good to highlight rules that have notes associated with them.





By: on
load('http://www.extol.com/extolnews.rss'); $feed = array(); foreach ($rss->getElementsByTagName('item') as $node) { $item = array ( 'title' => $node->getElementsByTagName('title')->item(0)->nodeValue, 'desc' => $node->getElementsByTagName('description')->item(0)->nodeValue, 'link' => $node->getElementsByTagName('link')->item(0)->nodeValue, 'date' => $node->getElementsByTagName('pubDate')->item(0)->nodeValue, ); array_push($feed, $item); } $limit = 4; echo ' A free web counter provided by GoStats.