Skip to content

Commit

Permalink
Add more some context for the README (#69)
Browse files Browse the repository at this point in the history
👋🏻 to anyone who's seeing this get done just before Let's Do Digital

---------

Co-authored-by: Sarah Keating <[email protected]>
  • Loading branch information
stefpiatek and skeating authored Oct 23, 2024
1 parent d0c005a commit f2edcbc
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# Emap

A monorepo for all core Emap functions
Experimental Medicine Application Platform (EMAP) produces a near real-time database
containing clinical data for research and dashboard development within UCLH.

This is a non-operational “mirror” of a subset of UCLH data (historical and live).
The underpinning aim is to ensure that no clinical data are corrupted or destroyed during the interaction
between the research process and the hospital’s systems and that the systems are not compromised
(for instance, that they are not interrupted or slowed down by research enquiries).

For more information about EMAP, please see the [docs](https://github.com/SAFEHR-data/emap/tree/main/docs)

## Developer onboarding

- How to [configure IntelliJ](docs/dev/intellij.md) to build emap and run tests.
- [Onboarding](docs/dev/onboarding.md) gives details on how data items are processed and the test strategies used.

# Setup

Expand All @@ -19,12 +32,6 @@ EMAP [your root emap directory]
│ ├── [etc.]
```

## Developer onboarding

- How to [configure IntelliJ](docs/dev/intellij.md) to build emap and run tests.
- [Onboarding](docs/dev/onboarding.md) gives details on how data items are processed and the test strategies used.


# Monorepo migration

How were [old repos migrated into this repo?](docs/dev/migration.md)
Expand Down

0 comments on commit f2edcbc

Please sign in to comment.