Skip to content

Commit cb77efd

Browse files
committed
Rename data-model-draft → data-model references
1 parent 729a39f commit cb77efd

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Generic toolkit for server and web applications — [Health Data Safe](https://g
99

1010
## Features
1111

12-
1. **HDS Data Model** — Load and query the [HDS data model](https://github.com/healthdatasafe/data-model-draft): items, streams, authorizations, event types, datasources
12+
1. **HDS Data Model** — Load and query the [HDS data model](https://github.com/healthdatasafe/data-model): items, streams, authorizations, event types, datasources
1313
2. **App Templates** — Consent-based data collection and sharing (Manager, Collector, Invite, Client flows)
1414
3. **HDSSettings** — Per-app user settings (locale, theme, timezone, date format, unit system)
1515
4. **HDSProfile** — Account-level profile (display name, avatar, date of birth, sex, country)

docs/hds-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: HDS Model
55

66
# HDS Model
77

8-
The `HDSModel` loads the [HDS data model](https://github.com/healthdatasafe/data-model-draft) and exposes it through lazy-loaded helper classes for items, streams, authorizations, event types, and datasources.
8+
The `HDSModel` loads the [HDS data model](https://github.com/healthdatasafe/data-model) and exposes it through lazy-loaded helper classes for items, streams, authorizations, event types, and datasources.
99

1010
## Initialization
1111

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Generic toolkit for server and web applications built for the [Health Data Safe]
1515

1616
1. **Global settings** — Configure service endpoints and localization preferences
1717
2. **Pryv extensions** — Extends the [Pryv JS library](https://github.com/pryv/lib-js) with Socket.io and Monitor support
18-
3. **HDS Data Model** — Load and query the [HDS data model](https://github.com/healthdatasafe/data-model-draft) as a singleton: item definitions, streams, authorizations, event types, datasources
18+
3. **HDS Data Model** — Load and query the [HDS data model](https://github.com/healthdatasafe/data-model) as a singleton: item definitions, streams, authorizations, event types, datasources
1919
4. **App Templates** — Framework for building consent-based data collection and sharing applications (Manager, Collector, Invite, Client flows)
2020
5. **Toolkit** — Helpers for stream auto-creation, reminders, duration parsing, and more
2121

0 commit comments

Comments
 (0)