This project includes further development of software that illustrates data traffic and data processing in the converter (magicEDDY) and that provides help in identifying errors.
Supplement
The transaction monitor is a web application developed in PHP, whose PHP pages are managed in the TYPO3 CMS (Content Management System). The transaction monitor is structured in three layers: web client, web server and database server. The data is made available to the transaction monitor via CSV files; the transaction monitor formats them clearly and stores them in a MySQL database. The source code is tested with the help of unit tests or SimpleTest.
Subject description
The transaction monitor is developed to identify the status of documents that are processed and forwarded via the converter (magicEDDY) and to make these documents more transparent. The user interface provided by the converter was insufficient for monitoring the approximately 10,000 to 100,000 transactions per day, especially as the log files for error handling were very confusingly stored in the system. The user interface provided by the manufacturer of the converter cannot display the large number of log files at the speed necessary for operating, which led to time-consuming troubleshooting. The transaction monitor is now tasked with quickly displaying faulty conversions or displaying which conversion step the error occurred in, in order to remedy the problem as quickly as possible.