Skip to content
Content only available in english

Introduction

After initially implementing a solution using the CoB platform (utilizing the available base functionality without altering the server code), there inevitably comes a point in the solution's evolution where additional features are desired.

For instance, consider an Inbound Document Management solution. We may wish to incorporate certain enhancements such as:

  • Automatically sending an email notification to the relevant recipient whenever a new document is received and stored in the system.

  • Sending a notification if a document remains unedited in the system for an extended period (e.g., two or three days), prompting action to address the issue.

At its core, the application lacks these supplementary functionalities. However, they can be integrated into the solution by modifying its server files. To implement such changes, developers should be familiar with:

  1. The overall CoB Architecture
  2. Installing and utilizing cob-cli to deploy desired customizations.
  3. Customizing the frontend, including styling and behavior.
  4. Adapting the backend to respond to internal events.
  5. but also about the CoB server file structure.