<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to DAWGPound</title><link>https://sourceforge.net/p/dawgpound/wiki/DAWGPound/</link><description>Recent changes to DAWGPound</description><atom:link href="https://sourceforge.net/p/dawgpound/wiki/DAWGPound/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 03 Feb 2016 18:30:35 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/dawgpound/wiki/DAWGPound/feed" rel="self" type="application/rss+xml"/><item><title>Discussion for DAWGPound page</title><link>https://sourceforge.net/p/dawgpound/wiki/DAWGPound/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="a-workflow-based-interface-versus-an-event-list"&gt;A Workflow Based Interface versus an Event List&lt;/h1&gt;
&lt;p&gt;The NUMBER 1 problem with an Event List ...&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;*&lt;/em&gt;&lt;/strong&gt;&lt;strong&gt;&lt;em&gt;*&lt;/em&gt;&lt;/strong&gt;&lt;strong&gt;Folks just sit and stare.&lt;strong&gt;&lt;em&gt;*&lt;/em&gt;&lt;/strong&gt;&lt;strong&gt;&lt;em&gt;*&lt;/em&gt;&lt;/strong&gt;&lt;strong&gt;&lt;em&gt;*&lt;/em&gt;&lt;/strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Why?  Because it is confusing.  What do they respond to first?  What happens when you receive a new bunch and you're working on an event?  What happens when the one youare looking at disappears?&lt;/p&gt;
&lt;p&gt;One of the things that I REALLY LIKE about a KANBAN style workflow interface is that instinctively, it guides you to focus and finish tasks.  You have a To Do column, an active Working list, and a done list. You want tograb things out of To Do, put them in Working, then, when done, you put them in Done.&lt;/p&gt;
&lt;p&gt;Note, these could be arranged as Individual or Team work behaviors in that you could have individual tasks or team assigned tasks.&lt;/p&gt;
&lt;p&gt;So,if you look at the KANBAN style interface,for presenting Alerts and Alarms:&lt;/p&gt;
&lt;p&gt;You need an unassigned category - Be able to assign an event to a Team or accountable organization.&lt;br/&gt;
You need to capture alerts that are completed without assignment to an individual. Like an alert that com es in, then clears before it is worked.&lt;br/&gt;
You need to be able assign an event to more than one team. - Like an application problem  that encompasses application engineers, storage, cloud, systems, and network. Let those teams and individuals declare Working and Done states yet not override the other teams.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dougie!!!</dc:creator><pubDate>Wed, 03 Feb 2016 18:30:35 -0000</pubDate><guid>https://sourceforge.net47eca895dbe3959980f3025171031753b6bf00ba</guid></item><item><title>Discussion for DAWGPound page</title><link>https://sourceforge.net/p/dawgpound/wiki/DAWGPound/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="tiered-displays-possibilities"&gt;Tiered displays Possibilities&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;Alarms &lt;/strong&gt;&lt;br/&gt;
   +-    Alerts&lt;br/&gt;
      +- Events&lt;/p&gt;
&lt;p&gt;Or do something a bit unique like:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Tickets&lt;/strong&gt;&lt;br/&gt;
   +- Alarms&lt;br/&gt;
      +- Alerts&lt;br/&gt;
         +- Events&lt;/p&gt;
&lt;p&gt;Or something like:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Responsible Org&lt;/strong&gt;&lt;br/&gt;
  +- Engineer&lt;br/&gt;
     +- Ticket&lt;br/&gt;
        +- Alarm&lt;br/&gt;
           +- Alert&lt;br/&gt;
              +- Event&lt;/p&gt;
&lt;p&gt;Or something like:&lt;/p&gt;
&lt;p&gt;Customer&lt;br/&gt;
   +- Ticket&lt;br/&gt;
      +- Location&lt;br/&gt;
        +- Alarm&lt;br/&gt;
           +- Alert&lt;br/&gt;
              +- Event&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dougie!!!</dc:creator><pubDate>Wed, 03 Feb 2016 17:49:19 -0000</pubDate><guid>https://sourceforge.netee58def155d6273a6f034e92cb17281e7cad0b18</guid></item><item><title>Discussion for DAWGPound page</title><link>https://sourceforge.net/p/dawgpound/wiki/DAWGPound/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;What if I used stored procedures to do the application flow from initial injection through to display?&lt;/p&gt;
&lt;p&gt;Do the initial deduplication INSERT OR DO logic.&lt;br/&gt;
    - Make sure the key is unique&lt;br/&gt;
    - Could use a checksum or signature&lt;/p&gt;
&lt;p&gt;The transition from event to alert to alarm to whatever could be done as stored procedures (You can use languages outside of SQL in PostgresQL.)&lt;br/&gt;
   - Eliminates the "non-real time" associated with older event presentation tools.&lt;br/&gt;
   - Enables the chaining of process.  The implementer can decide when and where to display data.&lt;br/&gt;
   - Data can be presented to multiple perspectives by processing the data where it makes sense.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dougie!!!</dc:creator><pubDate>Wed, 03 Feb 2016 17:37:36 -0000</pubDate><guid>https://sourceforge.netb5a0168fa040f71125fe69588d8518d643e8ca72</guid></item><item><title>DAWGPound modified by Dougie!!!</title><link>https://sourceforge.net/p/dawgpound/wiki/DAWGPound/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,10 +1,16 @@
 DAWG - Dynamic Advanced Workflow GUI

-This is an exploration of a more advanced way of performing Fault Management sorts of things in Operations. 
+This is an exploration of more advanced ways of performing Fault Management sorts of things in Operations. 

 The current Event List methodology is the first problem.  It is overwhelming people.  But instead of cleaning up the events and the issues, folks sit and complain that its too many to respond to. Instead of working, they wait until a phone call happens.

 Many operations environments are wholesale deleting events. Or the operations folks only respond to predetermined "actionable" events. 
+
+Did you ever think that a common event list is a 2 dimensional solution to a 4 dimensional problem?  What do you work on first? What is causal and what is side effect? What is active?  What is the state of the active?  What custom er community is affected? Has a probable cause been determined? Who is doing what?  Who is Responsible? Accountable? Consulted? Informed?  
+
+As a Manager,how do I look at a common event list and help organizeresourcesand priorities?  How do I help? 
+
+In many cases, hundreds of hours are spent on formatting rules that are rarely seen.  And when things change, it is incredibly difficult to trace through the rules to get the exact one fixed. And when it is fixed,how doyou test it?

 [Requirements and Features ](https://sourceforge.net/p/dawgpound/wiki/DAWGPound/#9de0)

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dougie!!!</dc:creator><pubDate>Wed, 03 Feb 2016 17:26:44 -0000</pubDate><guid>https://sourceforge.netbaadd70747d241ac17b7162343351d4c52f08eca</guid></item><item><title>DAWGPound modified by Dougie!!!</title><link>https://sourceforge.net/p/dawgpound/wiki/DAWGPound/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -6,6 +6,7 @@

 Many operations environments are wholesale deleting events. Or the operations folks only respond to predetermined "actionable" events. 

+[Requirements and Features ](https://sourceforge.net/p/dawgpound/wiki/DAWGPound/#9de0)

 The wiki uses [Markdown](/p/dawgpound/wiki/markdown_syntax/) syntax.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dougie!!!</dc:creator><pubDate>Sat, 19 Dec 2015 17:06:12 -0000</pubDate><guid>https://sourceforge.neta7cca128713929c04dbcbcd2fa18a45b84521798</guid></item><item><title>DAWGPound modified by Dougie!!!</title><link>https://sourceforge.net/p/dawgpound/wiki/DAWGPound/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,6 +1,11 @@
-Welcome to your wiki!
+DAWG - Dynamic Advanced Workflow GUI

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+This is an exploration of a more advanced way of performing Fault Management sorts of things in Operations. 
+
+The current Event List methodology is the first problem.  It is overwhelming people.  But instead of cleaning up the events and the issues, folks sit and complain that its too many to respond to. Instead of working, they wait until a phone call happens.
+
+Many operations environments are wholesale deleting events. Or the operations folks only respond to predetermined "actionable" events. 
+

 The wiki uses [Markdown](/p/dawgpound/wiki/markdown_syntax/) syntax.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dougie!!!</dc:creator><pubDate>Sat, 19 Dec 2015 17:04:42 -0000</pubDate><guid>https://sourceforge.net2af8be9040e040689a0ef50286420fd8a7305f05</guid></item><item><title>Discussion for DAWGPound page</title><link>https://sourceforge.net/p/dawgpound/wiki/DAWGPound/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Requirements - Features&lt;/p&gt;
&lt;p&gt;Facilitate Events, Alerts, and Alarms.&lt;br/&gt;
Event automation through triggers and stored procedures.&lt;br/&gt;
Front end in HTML5, angular.js, jquery.js, etc.&lt;br/&gt;
Provide for externally driven automation&lt;br/&gt;
Provide for internally driven automation&lt;br/&gt;
Historical event management&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dougie!!!</dc:creator><pubDate>Sat, 19 Dec 2015 16:57:48 -0000</pubDate><guid>https://sourceforge.nete1912137d49c1b34dff29d7f96126ed1c5ab7300</guid></item><item><title>DAWGPound modified by Dougie!!!</title><link>https://sourceforge.net/p/dawgpound/wiki/DAWGPound/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/dawgpound/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
	&lt;ul class="md-users-list"&gt;
		&lt;li&gt;&lt;a href="/u/douglasstvnsn/"&gt;Dougie!!!&lt;/a&gt; (admin)&lt;/li&gt;
		
	&lt;/ul&gt;&lt;br/&gt;
&lt;p&gt;&lt;span class="download-button-567421817929e52be6e96398" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dougie!!!</dc:creator><pubDate>Sat, 19 Dec 2015 16:53:02 -0000</pubDate><guid>https://sourceforge.net2ed4113e68b688ce9efc0afd3c222fca061b2c31</guid></item></channel></rss>