Case study
Automatic protocol generator
Automatic service for generating a protocol document based on an incoming application from Bitrix
01 Task
Protocols were filled out manually for each application, which consumed time and resulted in discrepancies in wording
02 Solution
Wrote a service endpoint in Python. The service accepts the application, pulls up the data via the Google API, runs it through text processing and returns the finished protocol. Connected to Bitrix so that documents are generated as part of the current process
03 Solved tasks
- Wrote a service endpoint in Python (WSGI) for auto-generating protocols
- Pulled data via Google API
- Implemented text processing and protocol assembly in a unified format
- Connected the service to Bitrix for integration into the current process
04 Result
The application protocol is collected independently and in a uniform format. Manually filling out templates has been eliminated from the process.