From dba8a678c8042d80206acc6e89eee2e8cbb5a890 Mon Sep 17 00:00:00 2001 From: Vijay Selvaraj Date: Fri, 8 Mar 2024 15:49:17 -0800 Subject: [PATCH 1/6] doc updates --- .../docs/docs/01-getting-started/01-setup-registry.md | 5 +---- packages/docs/docs/intro.md | 8 ++------ packages/docs/src/pages/LandingPage.tsx | 4 ++-- 3 files changed, 5 insertions(+), 12 deletions(-) diff --git a/packages/docs/docs/01-getting-started/01-setup-registry.md b/packages/docs/docs/01-getting-started/01-setup-registry.md index d0aa7917e..e91b0da40 100644 --- a/packages/docs/docs/01-getting-started/01-setup-registry.md +++ b/packages/docs/docs/01-getting-started/01-setup-registry.md @@ -7,10 +7,7 @@ sidebar_position: 1 Creating a registry in your system is a straightforward process, designed to be user-friendly and efficient. Here's a step-by-step guide to setting up a registry, starting right after you log in. ### Initial Step: Creating the Registry -- **Starting Point**: After logging in, head to the top right corner of your screen and click on `CREATE REGISTRY`. -- **Workflow Experience**: Entering the create workflow will guide you through the necessary steps to establish your registry. - -### Detailed Steps in Registry Creation +**Starting Point**: After logging in, head to the top right corner of your screen and click on `CREATE REGISTRY`. #### 1. Naming Your Registry - **Importance of a Descriptive Name**: Choose a name that accurately describes your patient population. This is particularly helpful if you're managing multiple population models or coordinating with team members across different registries. diff --git a/packages/docs/docs/intro.md b/packages/docs/docs/intro.md index ce1be43b4..39db5a251 100644 --- a/packages/docs/docs/intro.md +++ b/packages/docs/docs/intro.md @@ -18,13 +18,9 @@ If you have questions or want to talk to us, join us on our [Discord Server](htt In healthcare, the use of exclusive software often means that how clinical data is handled remains a secret. This can prevent healthcare systems from working together smoothly and slow down improvements in patient care. It also makes it harder to deliver care that focuses on the patient's needs, leading to a more disjointed healthcare system. -Akello offers something different from what's usually found in the market. We're the first open-source platform that focuses on the health of entire populations. +Akello offers something different from what's usually found in the market. We're the first open-source platform that focuses on integrated care models. -:::tip -### Akello is about doing things openly and differently In short, Akello is about doing things openly and differently, with the aim of improving healthcare for everyone. -::: - We believe in open-source for five main reasons: @@ -46,7 +42,7 @@ Our platform is designed to encourage new ideas in healthcare technology. By pro ## Why Choose Akello? -Akello is unique because it offers unmatched flexibility. You're not stuck with just one supplier, giving you the freedom to mix and match different options to create care experiences that meet your exact needs. Plus, if you'd rather not spend time on technical details, Akello provides a full management solution. +Akello is unique because it offers unmatched flexibility. You're not locked into a vendor, giving you the freedom to mix and match different options to create care experiences that meet your exact needs. ## Join the movement diff --git a/packages/docs/src/pages/LandingPage.tsx b/packages/docs/src/pages/LandingPage.tsx index df42ab85d..9196024ca 100644 --- a/packages/docs/src/pages/LandingPage.tsx +++ b/packages/docs/src/pages/LandingPage.tsx @@ -173,12 +173,12 @@ export default function Example() {
- + Latest updates - Just shipped v0.0.7 + Just shipped v0.0.8 From 8fa5a780f12948e671b138684cd4aab8444700aa Mon Sep 17 00:00:00 2001 From: Vijay Selvaraj Date: Fri, 8 Mar 2024 16:09:03 -0800 Subject: [PATCH 2/6] cleaning up single page registry --- apps/cocm-single-registry/src/App.tsx | 3 +-- .../src/components/PatientDetail.tsx | 4 +--- .../src/components/RegistryShell.tsx | 14 +------------- 3 files changed, 3 insertions(+), 18 deletions(-) diff --git a/apps/cocm-single-registry/src/App.tsx b/apps/cocm-single-registry/src/App.tsx index e35288fa1..714101b37 100644 --- a/apps/cocm-single-registry/src/App.tsx +++ b/apps/cocm-single-registry/src/App.tsx @@ -51,8 +51,7 @@ export default function App() { } /> }> - } /> - } /> + } /> } /> } /> } /> diff --git a/apps/cocm-single-registry/src/components/PatientDetail.tsx b/apps/cocm-single-registry/src/components/PatientDetail.tsx index f4ebdd506..b5d365c40 100644 --- a/apps/cocm-single-registry/src/components/PatientDetail.tsx +++ b/apps/cocm-single-registry/src/components/PatientDetail.tsx @@ -47,9 +47,7 @@ const PatientDetail = () => {
-
- -
+