OSC Windows Monitor
FS#108 - Initial idea.
Attached to Project:
OSC Windows Monitor
Opened by Mario A. Valdez-Ramirez (mvaldez) - Sunday, 05 September 2004, 19:00 GMT
Last edited by Mario A. Valdez-Ramirez (mvaldez) - Saturday, 13 August 2005, 14:10 GMT
Opened by Mario A. Valdez-Ramirez (mvaldez) - Sunday, 05 September 2004, 19:00 GMT
Last edited by Mario A. Valdez-Ramirez (mvaldez) - Saturday, 13 August 2005, 14:10 GMT
|
DetailsPablo (p4blo90@cantv.net) described us one idea for the OSCPMWin application. Thinking about it I came to the conclusion that this is really a new application.
Based on code from the OSCPMWin and the Link Remote Control 3, we will create a client-server monitor (thru HTTP) to check for events on the store (completed sales, reviews, etc). The monitor will check every minute a remote PHP script with the current status of the operations. The PHP script should list all events that happened in a given time lapse. For example, the Windows client will send a POST request asking for events in the last minute (or since it was last called), then the PHP script will data-mine the database to find out interesting events in that time lapse. Pending to define what events are interesting. |
This task depends upon
The monitor should report the following events as soon as they happen:
*Newly created orders.
*Orders changed in status.
The monitor should report the following stats on request:
*Customers:
-Total customers.
-Total registered customers in the last X minutes/hours.
*Products:
-Total products.
-Total products added in the last X minutes/hours.
-Total products updated in the last X minutes/hours.
-Total products with quantities under X.
*Orders:
-Total orders.
-Total orders in X status.
-Total orders in X status created/modified in the last X minutes/hours.
-Total value of orders created in the last X minutes/hours.
*Reviews:
-Total reviews.
-Created in the last X minutes/hours.
*Banners:
-Banners shown in the last X minutes/hours.
-Banners clicked in the last X minutes/hours.
*Visits:
-Total views.
-Total visitors now.
For items where there is an ID involved, the app can check "from ID", not only "from given date".
Similar software released recently:
Oscommerce order notifier 1.0, written by a person/group named "chrisranjana".
http://sourceforge.net/projects/ordernotifier/
It is written in CSharp and requires the .net framework to work.
Being written in dotnet means it could be ported to Mono.