Both the Frontend and Backend workflows are explained by diagrams (located in the Diagrams section).
-
Bot-driven Call Flow - Describes the flow of a call, this is the main data entry point for the backend.
-
Backend-Database-Frontend Workflows - Describes the workflows that both the backend and frontend follow.
Clinic schema:
Value | Type |
---|---|
id | string |
name | string |
address | string |
phone_number | string |
rating | number |
called | boolean |
male_docs_number | number |
female_docs_number | number |