Skip to content

dsi-icl/optimise

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

optimise

Optimise MS is a system for recording data including demographics, clinical events, treatments and tests in a fashion interoperable with Clinical Data Interchange Standards Consortium (CDISC) standards for Multiple Sclerosis. Optimise MS allows researchers to better monitor MS patients’ progress, record outcomes and evaluate treatments.

Getting Started for developpers

# Fetch this repo
git clone https://github.com/dsi-icl/optimise optimise
cd optimise

# Bootstrap the Nx project, will install all modules
yarn install

Folder structure

The main idea of this starer kit is to separate the Electron and React parts.

.
├── package.json                  # Package.json for the whole repo
├── packages/
│   ├── optimise-core/            # Folder where the Optimise backend can be found
│   ├── optimise-docker/          # Configuration files for the Optimise Docker image
│   ├── optimise-electron/        # Packager configuration for the desktop app
│   ├── optimise-ui/              # Folder where the Optimise frontend can be found
│   ├── optimise-website/         # The optimise-ms.org website

License

MIT.