Skip to content

Repository Map

All Medipal source code is organised into focused repositories under the medipal GitHub organisation.

Core

RepositoryDescriptionTech
mp-schemaJSON Schema definitions & OpenAPI specsYAML, JSON Schema
mp-serverBackend APIPython, FastAPI
mp-documentationThis documentation siteVitePress

Frontend

RepositoryDescriptionTech
mp-frontendWeb applicationNuxt 4, Vue 3, TypeScript
mp-frontend-apiGenerated TypeScript API client (frontend)TypeScript
mp-nuxt-api-layerShared Nuxt API layerNuxt, TypeScript
mp-nuxt-msal-pluginAzure AD MSAL authentication pluginNuxt, TypeScript
mp-frontend-nginx-proxyNginx reverse proxyNginx

Mobile

RepositoryDescriptionTech
mp-mobile-appMobile applicationNuxt 4, Capacitor 7
mp-mobile-app-apiGenerated TypeScript API client (mobile)TypeScript
mp-mobile-app-live-updateOTA live-update Capacitor pluginTypeScript, Swift, Kotlin
mp-mobile-app-builderMobile app builderNode.js
mp-mobile-app-ios-nativeNative iOS projectSwift
mp-mobile-app-android-nativeNative Android projectKotlin
mp-mobile-app-tracker-apiGenerated TypeScript tracker clientTypeScript

Tracker

RepositoryDescriptionTech
mp-trackerAnalytics servicePython, FastAPI
mp-tracker-api-specOpenAPI spec for trackerYAML

Schema & Generation

RepositoryDescriptionTech
mp-typescript-api-generatorTypeScript API generatorTypeScript
mp-typescript-api-generator-templatesAPI generator templatesETA
mp-typescript-api-validationAPI validation (AJV)TypeScript
mp-tracker-api-specOpenAPI spec for trackerYAML

Questionnaires

RepositoryDescriptionTech
mp-questionnaire-core-builderQuestionnaire core builderTypeScript
mp-questionnaire-engine-builderQuestionnaire engine builderTypeScript
mp-anonymous-questionnaire-builderAnonymous questionnaire builderTypeScript

Plugins

RepositoryDescriptionTech
mp-server-plugin-sdkServer plugin SDKPython
mp-server-plugin-smtp-emailSMTP email pluginPython
mp-frontend-plugin-templateFrontend plugin templateTypeScript

Infrastructure

RepositoryDescriptionTech
mp-github-actionsShared GitHub ActionsYAML
mp-tf-infrastructureTerraform infrastructureHCL
mp-fastlane-certificatesiOS code signing certificates

Testing

RepositoryDescriptionTech
mp-e2e-testsEnd-to-end test suitePlaywright
mp-api-testsAPI integration testsPython, pytest

Libraries

RepositoryDescriptionTech
genmaCode generation enginePython
confirionConfiguration managementPython
yamserYAML serialisationPython
fylerFile utilitiesPython
structoData structuresPython
pylogLoggingPython
storielStorage abstractionPython

Dependency Graph

The mp-schema repository sits at the root of the dependency graph. CI pipelines generate typed clients that are consumed by the server, frontend, and mobile app.

See Platform Architecture for the full dependency diagram.