Social Platform with Built-in LMS and Healthcare Packages
A social learning platform combines an LMS, marketplace, and community tools, offering integrated educational packages for Seraphic Group's users.
The company offers custom-cut metal sheets, tubes, and bent products according to customers’ own designs.
The client has a desktop application where their customers can upload their own drawings and request a quotation for the product. Within 48 hours a CAD program will check the designs on viability. If the drawings are non-compliance with the requirements for the machine, the program will return them to the user. These lead to the following frustrations:
The client approached us with a request to develop an easy to use solution that would optimize the process of design validation for the bending services, which will allow reducing the waiting time for drawings check from 48 hours to a few minutes and improve the basic workflow for clients. The current load of the system was more than 75 requests per office hour.
During the analysis of the existing infrastructure and business processes of the client, we came up with three options for the future solution:
Taking into account the wishes of the client, it was decided to go with the option to integrate a rule checker into the existing system. The rule check would immediately process the request from the user and return JSON with the result to the client’s program.
As a result, the number of false refusals of the CAD program has been significantly reduced. This allowed the client to unload bending machines from an extra queue, as well as improve the user experience of interacting with the company.
Since we learned how the ordering process works through a customer application, we have created a minimum viable product to check the viability of the hypothesis and to start the development of the entire project. The resulting system consists of the current software and the new service for drawings checking, i.e.:
The service that we have developed works the following way. Users upload their drawings to the desktop application. Then, the app sends the DXF file and a specific set of parameters for it, like metal thickness, material, machine tolerances, etc. to the web service, which processes this information and checks the general submission rules for bending drawings. After reviewing the service generates JSON with check results for each design and sends it to the customer’s program through API.
An important requirement of the client was to deploy the solution within the Microsoft ecosystem because all their IT-infrastructure is built on their services. We optimized the rule checker to fit the Windows environment and integrated it into the current client’s architecture.