*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
...
The members are divided into 5 teams: frontend-mobile, frontend-web, backend-onlinemobile, backend-offlinedashboard, infra
The table below gives a roughly good idea to understand the relations between 2 workflows and 5 teams
| Workflow | User | Interface (frontend) | API (backend) | database |
|---|---|---|---|---|
| Mobile (Online) | e.g. Parents uploading data/photo | app (iOS, Android) | APIs | Database named "BioHPC" |
| (by frontend-mobile team) | (by backend-online mobile team) | |||
| Dashboard (Offline) | e.g. Scientists view data | web (React) | APIs | Should also be on "BioHPC" |
| (by frontend-web dashboard team) | (by backend-offline dashboard team) |
You might notice infra team is missing in the table. Infra team builds up the environments (servers/GitHub/certs/domains/etc) to support other teams.
...