Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more some context for the README #69

Merged
merged 2 commits into from
Oct 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading