Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 770 Bytes

system_design.md

File metadata and controls

23 lines (17 loc) · 770 Bytes

Backend & Frontend System Design

Both the Frontend and Backend workflows are explained by diagrams (located in the Diagrams section).

Diagrams

  1. Bot-driven Call Flow - Describes the flow of a call, this is the main data entry point for the backend.

  2. Backend-Database-Frontend Workflows - Describes the workflows that both the backend and frontend follow.

Database schemas

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