Epics #8706
Updated by Olivier Bitsch about 17 hours ago
The Boostraping will be done with the following stack. - **Django** for the Backend and admin interface - **Angular** for the Doctor interface - **Ionic + Angular** for the Patient interface. The rewrite of the app will keep in mind - Having low bandwidth impact (Patient app will communicate over API. Features to recover the existing version * Authentication backend supported : login password, openid, auth token. * #6551 Switch from mediasoup-api to Livekit * #6610 Have way more configuration option done from admin interface instead of environment variables. * #6194 Rewrite database structure Previously, the Doctor has to create Invite so patient can *request* consultation. This was not good way and we will rewrite by creating Consultation first and then create one or more **Appointements** that will contain **Participants**. *