Bug 593204 - logging activities in catalog workflow
Summary: logging activities in catalog workflow
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Hardware Certification Program
Classification: Retired
Component: Hardware Catalog Workflow
Version: 5.3
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
: ---
Assignee: Wei Shen
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-05-18 07:33 UTC by Mao DengFeng
Modified: 2014-06-23 01:32 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2011-06-22 08:39:54 UTC
Embargoed:


Attachments (Terms of Use)
patch for workflow logging (21.10 KB, patch)
2010-05-31 06:07 UTC, Mao DengFeng
no flags Details | Diff

Description Mao DengFeng 2010-05-18 07:33:41 UTC
The activities in catalog workflow should be logged into db. Then these activities can be tracked properly. 

We will try to minmic the logging mechanism for bug activities in BZ.

1) All fields which need be logged should be defined in a table, like BZ's 'fielddef'
2) Define a new table for workflow activities, like BZ's 'bugs_activity'

3) overwrite the 'update' function in workflow objects, add the codes for saving workflow activities.

Comment 1 Mao DengFeng 2010-05-18 08:37:26 UTC
The latest db schema for catalog workflow:
https://engineering.redhat.com/trac/hwcert/wiki/NewDatabaseSchema

Comment 2 Mao DengFeng 2010-05-31 06:07:50 UTC
Created attachment 418168 [details]
patch for workflow logging


Note You need to log in before you can comment on or make changes to this bug.