This repository contains the documentation for the Mamatoto project. The Mamatoto project is a project that aims to demonstrate the use of the Health Data Commons (HDC) platform to support the standardization, sharing and analysis of data from a pregnancy journey. The project is a collaboration between Pharmaccess, Intellisoft Consulting, turnio and carepay.
- Read the short introduction on how author documents in markdown using Quarto (link)
- Read the short introduction on how to use branches in the GitHub flow for version control (link).
- Read how to use the web IDE for GitHub (link)
- The short introduction to this workflow is that everyone works in their own branch, and changes to the document are merged into the
main
branch. This way, we can work on the document simultaneously without interfering with each other's work.
- The short introduction to this workflow is that everyone works in their own branch, and changes to the document are merged into the
- Navigate to online editor, this will launch your online editor
- Click on the branching icon on the bottom left.
- A pop-up appears where you can create a new branch or select the branch to work on. do not work on the master branch
- Make your changes in the various documents
- Commit your changes using the
source control
icon in the left menu - Open a pull request, so that others can review and approve your changes.
- once pull request is approved and merged, the changes will be visible on the website.